feat: offscreen rendering support rgbaf16 hdr output format. (#48265)

* feat: offscreen rendering support rgbaf16

* docs: update doc

* docs: update doc.
This commit is contained in:
reito
2025-10-09 16:33:34 +08:00
committed by GitHub
parent 9c38917a14
commit 9e46efb8f7
11 changed files with 73 additions and 16 deletions

View File

@@ -28,6 +28,8 @@ std::string OsrVideoPixelFormatToString(media::VideoPixelFormat format) {
return "bgra";
case media::PIXEL_FORMAT_ABGR:
return "rgba";
case media::PIXEL_FORMAT_RGBAF16:
return "rgbaf16";
default:
NOTREACHED();
}