Registry to register yuv pixel formats.
Functions | |
MAXON_DECLARATION (PixelFormat, I422A, "net.maxon.image.pixelformat.yuv.i422a") | |
MAXON_DECLARATION (PixelFormat, I422B, "net.maxon.image.pixelformat.yuv.i422b") | |
maxon::PixelFormats::YUV::MAXON_DECLARATION | ( | PixelFormat | , |
I422A | , | ||
"net.maxon.image.pixelformat.yuv.i422a" | |||
) |
YUV format in BT.601. Layout for 2 Pixels: Y0/U/Y1/V, MS calls it 'YUY2'.
maxon::PixelFormats::YUV::MAXON_DECLARATION | ( | PixelFormat | , |
I422B | , | ||
"net.maxon.image.pixelformat.yuv.i422b" | |||
) |
YUV format in BT.601. Layout for 2 Pixels: U/Y0/V/Y1, MS calls it 'YVYU'.