Structs§
- YuvBi
Planar Image - Non-mutable representation of Bi-Planar YUV image
- YuvBi
Planar Image Mut - Mutable representation of Bi-Planar YUV image
- YuvGray
Alpha Image - Represents YUV gray with alpha non-mutable image
- YuvGray
Image - Represents YUV gray non-mutable image
- YuvGray
Image Mut - Represents YUV gray mutable image
- YuvPacked
Image - Non-mutable representation of Packed YUV image
- YuvPacked
Image Mut - Mutable representation of Packed YUV image
- YuvPlanar
Image - Non-mutable representation of Bi-Planar YUV image
- YuvPlanar
Image Mut - Mutable representation of Planar YUV image
- YuvPlanar
Image With Alpha - Non-mutable representation of Bi-Planar YUV image
Enums§
- Buffer
Store Mut - Shared storage type
- Mirror
Mode - Declares mirroring mode: vertical or horizontal
- Rgb30
Byte Order - Represents the byte order for storing RGBA data in 30-bit formats such as RGBA1010102 or RGBA2101010.
- Rotation
Mode - Declares rotation mode, 90, 180, 270
- Sharp
YuvGamma Transfer - Declares transfer function for transfer components into a linear colorspace and its inverse
- YuvBytes
Packing - Most of the cases of storage bytes is least significant whereas b
0000000111111
integers stored in low part. - YuvChroma
Subsampling - YuvConversion
Mode - Declares YUV conversion accuracy mode
- YuvEndianness
- This controls endianness of YUV storage format
- YuvError
- YuvRange
- Declares YUV range TV (limited) or Full
- YuvStandard
Matrix - Declares standard prebuilt YUV conversion matrices, check ITU-R information for more info JPEG YUV Matrix corresponds Bt.601 + Full Range
Functions§
- ab30_
to_ rgb8 - Converts BGBA2101010 to RGB 8 bit depth
- ar30_
to_ rgb8 - Converts RGBA2101010 to RGB 8 bit depth
- ar30_
to_ rgba8 - Converts RGBA2101010 to RGB 8 bit depth
- ba30_
to_ rgb8 - Converts BGRA1010102 to RGB 8 bit depth
- bgr16_
to_ gbr16 - Convert BGR to YUV Identity Matrix ( aka ’GBR )
- bgr_
to_ bgra - Converts BGR8 to BGRA8
- bgr_
to_ gbr - Convert BGR to YUV Identity Matrix ( aka ’GBR )
- bgr_
to_ rgb - Converts BGR8 to RGB8
- bgr_
to_ rgba - Converts BGR8 to RGBA8
- bgr_
to_ sharp_ yuv420 - Convert BGR image data to YUV 420 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- bgr_
to_ sharp_ yuv422 - Convert BGR image data to YUV 422 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- bgr_
to_ ycgco420 - Convert BGR image data to YCgCo 420 planar format.
- bgr_
to_ ycgco422 - Convert BGR image data to YCgCo 422 planar format.
- bgr_
to_ ycgco444 - Convert BGR image data to YCgCo 444 planar format.
- bgr_
to_ yuv400 - Convert BGR image data to YUV 400 planar format.
- bgr_
to_ yuv420 - Convert BGR image data to YUV 420 planar format.
- bgr_
to_ yuv422 - Convert BGR image data to YUV 422 planar format.
- bgr_
to_ yuv444 - Convert BGR image data to YUV 444 planar format.
- bgr_
to_ yuv420_ p16 - Convert BGR image data to YUV 420 planar format with 10 or 12 bit depth.
- bgr_
to_ yuv422_ p16 - Convert BGR image data to YUV 422 planar format with 10 or 12 bit depth.
- bgr_
to_ yuv444_ p16 - Convert BGR image data to YUV 444 planar format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv12 - Convert BGR image data to YUV NV12 bi-planar format.
- bgr_
to_ yuv_ nv16 - Convert BGR image data to YUV NV16 bi-planar format.
- bgr_
to_ yuv_ nv21 - Convert BGR image data to YUV NV21 bi-planar format.
- bgr_
to_ yuv_ nv24 - Convert BGR image data to YUV NV24 bi-planar format.
- bgr_
to_ yuv_ nv42 - Convert BGR image data to YUV NV42 bi-planar format.
- bgr_
to_ yuv_ nv61 - Convert BGR image data to YUV NV61 bi-planar format.
- bgr_
to_ yuv_ nv12_ p16 - Convert BGR image data to YUV 420 bi-planar (NV12 10-bit) format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv16_ p16 - Convert BGR image data to YUV 422 bi-planar (NV16 10-bit) format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv21_ p16 - Convert BGR image data to YUV 420 bi-planar (NV21 10-bit) format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv24_ p16 - Convert BGR image data to YUV 444 bi-planar (NV24 10-bit) format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv42_ p16 - Convert BGR image data to YUV 444 bi-planar (NV42 10-bit) format with 10 or 12 bit depth.
- bgr_
to_ yuv_ nv61_ p16 - Convert BGR image data to YUV 422 bi-planar (NV61 10-bit) format with 10 or 12 bit depth.
- bgra16_
to_ gbr16 - Convert BGRA to YUV Identity Matrix ( aka ’GBR )
- bgra_
to_ bgr - Converts BGRA to RGB8
- bgra_
to_ gbr - Convert BGRA to YUV Identity Matrix ( aka ’GBR )
- bgra_
to_ rgb - Converts BGRA to RGB8
- bgra_
to_ rgba - Converts BGRA to RGBA8
- bgra_
to_ sharp_ yuv420 - Convert BGRA image data to YUV 420 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- bgra_
to_ sharp_ yuv422 - Convert BGRA image data to YUV 422 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- bgra_
to_ ycgco420 - Convert BGRA image data to YCgCo 420 planar format.
- bgra_
to_ ycgco422 - Convert BGRA image data to YCgCo 422 planar format.
- bgra_
to_ ycgco444 - Convert BGRA image data to YCgCo 444 planar format.
- bgra_
to_ yuv400 - Convert BGRA image data to YUV 400 planar format.
- bgra_
to_ yuv420 - Convert BGRA image data to YUV 420 planar format.
- bgra_
to_ yuv422 - Convert BGRA image data to YUV 422 planar format.
- bgra_
to_ yuv444 - Convert BGRA image data to YUV 444 planar format.
- bgra_
to_ yuv420_ p16 - Convert BGRA image data to YUV 420 planar format with 10 or 12 bit depth.
- bgra_
to_ yuv422_ p16 - Convert BGRA image data to YUV 422 planar format with 10 or 12 bit depth.
- bgra_
to_ yuv444_ p16 - Convert BGRA image data to YUV 444 planar format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv12 - Convert BGRA image data to YUV NV12 bi-planar format.
- bgra_
to_ yuv_ nv16 - Convert BGRA image data to YUV NV16 bi-planar format.
- bgra_
to_ yuv_ nv21 - Convert BGRA image data to YUV NV21 bi-planar format.
- bgra_
to_ yuv_ nv24 - Convert BGRA image data to YUV NV24 bi-planar format.
- bgra_
to_ yuv_ nv42 - Convert BGRA image data to YUV NV42 bi-planar format.
- bgra_
to_ yuv_ nv61 - Convert BGRA image data to YUV NV61 bi-planar format.
- bgra_
to_ yuv_ nv12_ p16 - Convert BGRA image data to YUV 420 bi-planar (NV12 10-bit) format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv16_ p16 - Convert BGRA image data to YUV 422 bi-planar (NV16 10-bit) format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv21_ p16 - Convert BGRA image data to YUV 420 bi-planar (NV21 10-bit) format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv24_ p16 - Convert BGRA image data to YUV 444 bi-planar (NV24 10-bit) format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv42_ p16 - Convert BGRA image data to YUV 444 bi-planar (NV42 10-bit) format with 10 or 12 bit depth.
- bgra_
to_ yuv_ nv61_ p16 - Convert BGRA image data to YUV 422 bi-planar (NV61 10-bit) format with 10 or 12 bit depth.
- gbr_
to_ bgr - Convert YUV Identity Matrix ( aka ’GBR ) to BGR
- gbr_
to_ bgr_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) to BGR
- gbr_
to_ bgra - Convert YUV Identity Matrix ( aka ’GBR ) to BGRA
- gbr_
to_ bgra_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) to BGRA
- gbr_
to_ rgb - Convert YUV Identity Matrix ( aka ’GBR ) to RGB
- gbr_
to_ rgb_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) to RGB
- gbr_
to_ rgba - Convert YUV Identity Matrix ( aka ’GBR ) to RGBA
- gbr_
to_ rgba_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) to RGBA
- gbr_
with_ alpha_ to_ bgra - Convert YUV Identity Matrix ( aka ’GBR ) with alpha channel to BGRA
- gbr_
with_ alpha_ to_ bgra_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) with alpha to BGRA
- gbr_
with_ alpha_ to_ rgba - Convert YUV Identity Matrix ( aka ’GBR ) with alpha channel to RGBA
- gbr_
with_ alpha_ to_ rgba_ p16 - Convert YUV Identity Matrix ( aka ’GBR ) with alpha channel to RGBA
- mirror_
cbcr - Mirrors CbCr 8 bit image.
- mirror_
cbcr16 - Mirrors CbCr 8+ bit image.
- mirror_
plane - Mirrors Plane 8 bit image.
- mirror_
plane16 - Mirrors Plane 8+ bit image.
- mirror_
rgb - Mirrors RGB 8 bit image.
- mirror_
rgb16 - Mirrors RGB 8+ bit image.
- mirror_
rgba - Mirrors RGBA 8 bit image.
- mirror_
rgba16 - Mirrors RGBA 8+ bit image.
- ra30_
to_ rgb8 - Converts RGBA1010102 to RGB 8 bit depth
- ra30_
to_ rgba8 - Converts RGBA1010102 to RGB 8 bit depth
- rgb8_
to_ ar30 - Converts RGB 8 bit depth to AR30 (ARGB2101010)
- rgb8_
to_ ra30 - Converts RGB 8 bit depth to RA30 (RGBA1010102)
- rgb16_
to_ gbr16 - Convert RGB to YUV Identity Matrix ( aka ’GBR )
- rgb_
to_ bgr - Converts RGB8 to BGB8
- rgb_
to_ bgra - Converts RGB8 to BGBA8
- rgb_
to_ gbr - Convert RGB to YUV Identity Matrix ( aka ’GBR )
- rgb_
to_ rgba - Converts RGB8 to RGBA8
- rgb_
to_ sharp_ yuv420 - Convert RGB image data to YUV 420 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- rgb_
to_ sharp_ yuv422 - Convert RGB image data to YUV 422 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- rgb_
to_ ycgco420 - Convert RGB image data to YCgCo 420 planar format.
- rgb_
to_ ycgco422 - Convert RGB image data to YCgCo 422 planar format.
- rgb_
to_ ycgco444 - Convert RGB image data to YCgCo 444 planar format.
- rgb_
to_ yuv400 - Convert RGB image data to YUV 400 planar format.
- rgb_
to_ yuv420 - Convert RGB image data to YUV 420 planar format.
- rgb_
to_ yuv422 - Convert RGB image data to YUV 422 planar format.
- rgb_
to_ yuv444 - Convert RGB image data to YUV 444 planar format.
- rgb_
to_ yuv420_ p16 - Convert RGB image data to YUV 420 planar format with 10 or 12 bit depth.
- rgb_
to_ yuv422_ p16 - Convert RGB image data to YUV 422 planar format with 10 or 12 bit depth.
- rgb_
to_ yuv444_ p16 - Convert RGB image data to YUV 444 planar format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv12 - Convert RGB image data to YUV NV12 bi-planar format.
- rgb_
to_ yuv_ nv16 - Convert RGB image data to YUV NV16 bi-planar format.
- rgb_
to_ yuv_ nv21 - Convert RGB image data to YUV NV21 bi-planar format.
- rgb_
to_ yuv_ nv24 - Convert RGB image data to YUV NV24 bi-planar format.
- rgb_
to_ yuv_ nv42 - Convert RGB image data to YUV NV42 bi-planar format.
- rgb_
to_ yuv_ nv61 - Convert RGB image data to YUV NV61 bi-planar format.
- rgb_
to_ yuv_ nv12_ p16 - Convert RGB image data to YUV 420 bi-planar (NV12 10-bit) format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv16_ p16 - Convert RGB image data to YUV 422 bi-planar (NV16 10-bit) format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv21_ p16 - Convert RGB image data to YUV 420 bi-planar (NV21 10-bit) format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv24_ p16 - Convert RGB image data to YUV 444 bi-planar (NV24 10-bit) format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv42_ p16 - Convert RGB image data to YUV 444 bi-planar (NV42 10-bit) format with 10 or 12 bit depth.
- rgb_
to_ yuv_ nv61_ p16 - Convert RGB image data to YUV 422 bi-planar (NV61 10-bit) format with 10 or 12 bit depth.
- rgba8_
to_ ar30 - Converts RGBA 8 bit depth to AR30 (ARGB2101010)
- rgba8_
to_ ra30 - Converts RGBA 8 bit depth to RA30 (RGBA1010102)
- rgba16_
to_ gbr16 - Convert RGBA to YUV Identity Matrix ( aka ’GBR )
- rgba_
to_ bgr - Converts RGBA8 to BGR8
- rgba_
to_ bgra - Converts RGBA8 to BGRA8
- rgba_
to_ gbr - Convert RGBA to YUV Identity Matrix ( aka ’GBR )
- rgba_
to_ rgb - Converts RGBA8 to RGB8
- rgba_
to_ sharp_ yuv420 - Convert RGBA image data to YUV 420 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- rgba_
to_ sharp_ yuv422 - Convert RGBA image data to YUV 422 planar format using bi-linear interpolation and gamma correction ( sharp YUV algorithm ).
- rgba_
to_ ycgco420 - Convert RGBA image data to YCgCo 420 planar format.
- rgba_
to_ ycgco422 - Convert RGBA image data to YCgCo 422 planar format.
- rgba_
to_ ycgco444 - Convert RGBA image data to YCgCo 444 planar format.
- rgba_
to_ yuv400 - Convert RGBA image data to YUV 400 planar format.
- rgba_
to_ yuv420 - Convert RGBA image data to YUV 420 planar format.
- rgba_
to_ yuv422 - Convert RGBA image data to YUV 422 planar format.
- rgba_
to_ yuv444 - Convert RGBA image data to YUV 444 planar format.
- rgba_
to_ yuv420_ p16 - Convert RGBA image data to YUV 420 planar format with 10 or 12 bit depth.
- rgba_
to_ yuv422_ p16 - Convert RGBA image data to YUV 422 planar format with 10 or 12 bit depth.
- rgba_
to_ yuv444_ p16 - Convert RGBA image data to YUV 444 planar format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv12 - Convert RGBA image data to YUV NV12 bi-planar format.
- rgba_
to_ yuv_ nv16 - Convert RGBA image data to YUV NV16 bi-planar format.
- rgba_
to_ yuv_ nv21 - Convert RGBA image data to YUV NV21 bi-planar format.
- rgba_
to_ yuv_ nv24 - Convert RGBA image data to YUV NV24 bi-planar format.
- rgba_
to_ yuv_ nv42 - Convert RGBA image data to YUV NV42 bi-planar format.
- rgba_
to_ yuv_ nv61 - Convert RGBA image data to YUV NV61 bi-planar format.
- rgba_
to_ yuv_ nv12_ p16 - Convert RGBA image data to YUV 420 bi-planar (NV12 10-bit) format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv16_ p16 - Convert RGBA image data to YUV 422 bi-planar (NV16 10-bit) format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv21_ p16 - Convert RGBA image data to YUV 420 bi-planar (NV21 10-bit) format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv24_ p16 - Convert RGBA image data to YUV 444 bi-planar (NV24 10-bit) format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv42_ p16 - Convert RGBA image data to YUV 444 bi-planar (NV42 10-bit) format with 10 or 12 bit depth.
- rgba_
to_ yuv_ nv61_ p16 - Convert RGBA image data to YUV 422 bi-planar (NV61 10-bit) format with 10 or 12 bit depth.
- rotate_
cbcr - Rotates CbCr 8 bit image.
- rotate_
cbcr16 - Rotates CbCr 8+ bit image.
- rotate_
plane - Rotates Planar 8 bit image.
- rotate_
plane16 - Rotates Planar 8+ bit image.
- rotate_
rgb - Rotates RGB 8 bit image.
- rotate_
rgb16 - Rotates RGB 8+ bit image.
- rotate_
rgba - Rotates RGBA 8 bit image.
- rotate_
rgba16 - Rotates RGBA 8+ bit image.
- uyvy422_
to_ bgr - Convert UYVY (YUV Packed) format to BGR image.
- uyvy422_
to_ bgr_ p16 - Convert UYVY (YUV Packed) 8+ bit depth format to BGR image.
- uyvy422_
to_ bgra - Convert UYVY (YUV Packed) format to BGRA image.
- uyvy422_
to_ bgra_ p16 - Convert UYVY (YUV Packed) 8+ bit depth format to BGRA image.
- uyvy422_
to_ rgb - Convert UYVY (YUV Packed) format to RGB image.
- uyvy422_
to_ rgb_ p16 - Convert UYVY (YUV Packed) 8+ bit depth format to RGB image.
- uyvy422_
to_ rgba - Convert UYVY (YUV Packed) format to RGBA image.
- uyvy422_
to_ rgba_ p16 - Convert UYVY (YUV Packed) 8+ bit depth format to RGBA image.
- uyvy422_
to_ yuv420 - Convert UYVY (YUV Packed) format to YUV 420 planar format.
- uyvy422_
to_ yuv422 - Convert UYVY (YUV Packed) format to YUV 422 planar format.
- uyvy422_
to_ yuv444 - Convert UYVY (YUV Packed) format to YUV 444 planar format.
- uyvy422_
to_ yuv420_ p16 - Convert UYVY (YUV Packed) format to YUV 420 planar format.
- uyvy422_
to_ yuv422_ p16 - Convert UYVY (YUV Packed) format to YUV 422 planar format.
- uyvy422_
to_ yuv444_ p16 - Convert UYVY (YUV Packed) format to YUV 444 planar format.
- vyuy422_
to_ bgr - Convert VYUY (YUV Packed) format to BGR image.
- vyuy422_
to_ bgr_ p16 - Convert VYUY (YUV Packed) 8+ bit depth format to BGR image.
- vyuy422_
to_ bgra - Convert VYUY (YUV Packed) format to BGRA image.
- vyuy422_
to_ bgra_ p16 - Convert VYUY (YUV Packed) 8+ bit depth format to BGRA image.
- vyuy422_
to_ rgb - Convert VYUY (YUV Packed) format to RGB image.
- vyuy422_
to_ rgb_ p16 - Convert VYUY (YUV Packed) 8+ bit depth format to RGB image.
- vyuy422_
to_ rgba - Convert VYUY (YUV Packed) format to RGBA image.
- vyuy422_
to_ rgba_ p16 - Convert VYUY (YUV Packed) 8+ bit depth format to RGBA image.
- vyuy422_
to_ yuv420 - Convert VYUY (YUV Packed) format to YUV 420 planar format.
- vyuy422_
to_ yuv422 - Convert VYUY (YUV Packed) format to YUV 422 planar format.
- vyuy422_
to_ yuv444 - Convert VYUY (YUV Packed) format to YUV 444 planar format.
- vyuy422_
to_ yuv420_ p16 - Convert VYUY (YUV Packed) format to YUV 420 planar format.
- vyuy422_
to_ yuv422_ p16 - Convert VYUY (YUV Packed) format to YUV 422 planar format.
- vyuy422_
to_ yuv444_ p16 - Convert VYUY (YUV Packed) format to YUV 444 planar format.
- ycgco420_
to_ bgr - Convert YCgCo 420 planar format to BGR format.
- ycgco420_
to_ bgra - Convert YCgCo 420 planar format to BGRA format.
- ycgco420_
to_ rgb - Convert YCgCo 420 planar format to RGB format.
- ycgco420_
to_ rgba - Convert YCgCo 420 planar format to RGBA format.
- ycgco420_
with_ alpha_ to_ bgra - Convert YCgCo 420 planar format to BGRA format.
- ycgco420_
with_ alpha_ to_ rgba - Convert YCgCo 420 planar format to RGBA format.
- ycgco422_
to_ bgr - Convert YCgCo 422 planar format to BGR format.
- ycgco422_
to_ bgra - Convert YCgCo 422 planar format to BGRA format.
- ycgco422_
to_ rgb - Convert YCgCo 422 planar format to RGB format.
- ycgco422_
to_ rgba - Convert YCgCo 422 planar format to RGBA format.
- ycgco422_
with_ alpha_ to_ bgra - Convert YCgCo 422 planar format to BGRA format.
- ycgco422_
with_ alpha_ to_ rgba - Convert YCgCo 422 planar format to RGBA format.
- ycgco444_
to_ bgr - Convert YCgCo 444 planar format to BGR format.
- ycgco444_
to_ bgra - Convert YCgCo 444 planar format to BGRA format.
- ycgco444_
to_ rgb - Convert YCgCo 444 planar format to RGB format.
- ycgco444_
to_ rgba - Convert YCgCo 444 planar format to RGBA format.
- ycgco444_
with_ alpha_ to_ bgra - Convert YCgCo 444 planar format to BGRA format.
- ycgco444_
with_ alpha_ to_ rgba - Convert YCgCo 444 planar format to RGBA format.
- yuv400_
p16_ to_ bgr16 - Convert YUV 400 planar format to BGR 8+-bit format.
- yuv400_
p16_ to_ bgra16 - Convert YUV 400 planar format to BGRA 8+-bit format.
- yuv400_
p16_ to_ rgb16 - Convert YUV 400 planar format to RGB 8+-bit format.
- yuv400_
p16_ to_ rgba16 - Convert YUV 400 planar format to RGBA 8+-bit format.
- yuv400_
p16_ with_ alpha_ to_ bgra16 - Convert YUV 400 planar format with alpha plane to BGRA 8+-bit format.
- yuv400_
p16_ with_ alpha_ to_ rgba16 - Convert YUV 400 planar format with alpha plane to RGBA 8+-bit format.
- yuv400_
to_ bgr - Convert YUV 400 planar format to BGR format.
- yuv400_
to_ bgra - Convert YUV 400 planar format to BGRA format.
- yuv400_
to_ rgb - Convert YUV 400 planar format to RGB format.
- yuv400_
to_ rgba - Convert YUV 400 planar format to RGBA format.
- yuv400_
with_ alpha_ to_ bgra - Convert YUV 400 planar format with alpha plane to BGRA format.
- yuv400_
with_ alpha_ to_ rgba - Convert YUV 400 planar format with alpha plane to RGBA format.
- yuv420_
p10_ to_ bgr - Convert YUV 420 planar format with 10-bit pixel format to BGRA format.
- yuv420_
p10_ to_ bgra - Convert YUV 420 planar format with 10-bit pixel format to BGRA format.
- yuv420_
p10_ to_ rgb - Convert YUV 420 planar format with 10-bit pixel format to RGB format.
- yuv420_
p10_ to_ rgba - Convert YUV 420 planar format with 10-bit pixel format to RGBA format.
- yuv420_
p16_ to_ ab30 - Convert YUV 420 planar format with 8+ bit pixel format to AB30 (BGRA2101010) format
- yuv420_
p16_ to_ ar30 - Convert YUV 420 planar format with 8+ bit pixel format to AR30 (RGBA2101010) format
- yuv420_
p16_ to_ bgr - Convert YUV 420 planar format with 8+ bit pixel format to BGR format.
- yuv420_
p16_ to_ bgr16 - Convert YUV 420 planar format with 8+ bit pixel format to BGR 8+ bit-depth format.
- yuv420_
p16_ to_ bgra - Convert YUV 420 planar format with 8+ bit pixel format to BGRA format.
- yuv420_
p16_ to_ bgra16 - Convert YUV 420 planar format with 8+ bit pixel format to BGRA 8+ bit-depth format.
- yuv420_
p16_ to_ ra30 - Convert YUV 420 planar format with 8+ bit pixel format to AR30 (RGBA1010102) format
- yuv420_
p16_ to_ rgb - Convert YUV 420 planar format with 8+ bit pixel format to RGB format.
- yuv420_
p16_ to_ rgb16 - Convert YUV 420 planar format with 8+ bit pixel format to RGB format 8+ bit-depth format.
- yuv420_
p16_ to_ rgba - Convert YUV 420 planar format with 8+ bit pixel format to RGBA format.
- yuv420_
p16_ to_ rgba16 - Convert YUV 420 planar format with 8+ bit pixel format to RGBA format 8+ bit-depth format.
- yuv420_
p16_ with_ alpha_ to_ bgra - Convert YUV 420 planar format with 8+ bit pixel format to BGRA format with interleaving alpha.
- yuv420_
p16_ with_ alpha_ to_ bgra16 - Convert YUV 420 planar format with 8+ bit pixel format to BGRA 8+ bit-depth format with interleaving alpha.
- yuv420_
p16_ with_ alpha_ to_ rgba - Convert YUV 420 planar format with 8+ bit pixel format to RGBA format with interleaving alpha.
- yuv420_
p16_ with_ alpha_ to_ rgba16 - Convert YUV 420 planar format with 8+ bit pixel format to RGBA 8+ bit-depth format with interleaving alpha.
- yuv420_
to_ bgr - Convert YUV 420 planar format to BGR format.
- yuv420_
to_ bgra - Convert YUV 420 planar format to BGRA format.
- yuv420_
to_ rgb - Convert YUV 420 planar format to RGB format.
- yuv420_
to_ rgba - Convert YUV 420 planar format to RGBA format.
- yuv420_
to_ uyvy422 - Convert YUV 420 planar format to UYVY ( YUV Packed ) format.
- yuv420_
to_ uyvy422_ p16 - Convert YUV 420 planar format to UYVY ( YUV Packed ) format.
- yuv420_
to_ vyuy422 - Convert YUV 420 planar format to VYUY ( YUV Packed ) format.
- yuv420_
to_ vyuy422_ p16 - Convert YUV 420 planar format to VYUY ( YUV Packed ) format.
- yuv420_
to_ yuyv422 - Convert YUV 420 planar format to YUYV ( YUV Packed ) format.
- yuv420_
to_ yuyv422_ p16 - Convert YUV 420 planar format to YUYV ( YUV Packed ) format.
- yuv420_
to_ yvyu422 - Convert YUV 420 planar format to YVYU ( YUV Packed ) format.
- yuv420_
to_ yvyu422_ p16 - Convert YUV 420 planar format to YVYU ( YUV Packed ) format.
- yuv420_
with_ alpha_ to_ bgra - Convert YUV 420 planar format to BGRA format and appends provided alpha channel.
- yuv420_
with_ alpha_ to_ rgba - Convert YUV 420 planar format to RGBA format and appends provided alpha channel.
- yuv422_
p10_ to_ bgr - Convert YUV 422 format with 10-bit pixel format to BGR format.
- yuv422_
p10_ to_ bgra - Convert YUV 422 format with 10-bit pixel format to BGRA format .
- yuv422_
p10_ to_ rgb - Convert YUV 422 format with 10-bit pixel format to RGB format.
- yuv422_
p10_ to_ rgba - Convert YUV 422 format with 10-bit pixel format to RGBA format.
- yuv422_
p16_ to_ ab30 - Convert YUV 422 planar format with 8+ bit pixel format to AB30 (BGRA2101010) format
- yuv422_
p16_ to_ ar30 - Convert YUV 422 planar format with 8+ bit pixel format to AR30 (RGBA2101010) format
- yuv422_
p16_ to_ bgr - Convert YUV 422 format with 8+ bit pixel format to BGR format.
- yuv422_
p16_ to_ bgr16 - Convert YUV 422 format with 8+ bit pixel format to BGR format 8+ bit-depth format.
- yuv422_
p16_ to_ bgra - Convert YUV 422 format with 8+ bit pixel format to BGRA format .
- yuv422_
p16_ to_ bgra16 - Convert YUV 422 format with 8+ bit pixel format to BGRA format 8+ bit-depth format.
- yuv422_
p16_ to_ ra30 - Convert YUV 422 planar format with 8+ bit pixel format to AR30 (RGBA1010102) format
- yuv422_
p16_ to_ rgb - Convert YUV 422 format with 8+ bit pixel format to RGB format.
- yuv422_
p16_ to_ rgb16 - Convert YUV 422 format with 8+ bit pixel format to RGB format 8+ bit-depth format.
- yuv422_
p16_ to_ rgba - Convert YUV 422 format with 8+ bit pixel format to RGBA format.
- yuv422_
p16_ to_ rgba16 - Convert YUV 422 format with 8+ bit pixel format to RGBA format 8+ bit-depth format.
- yuv422_
p16_ with_ alpha_ to_ bgra - Convert YUV 422 format with 8+ bit pixel format to BGRA format with interleaving alpha.
- yuv422_
p16_ with_ alpha_ to_ bgra16 - Convert YUV 422 format with 8+ bit pixel format to BGRA 8+ bit-depth format with interleaving alpha.
- yuv422_
p16_ with_ alpha_ to_ rgba - Convert YUV 422 format with 8+ bit pixel format to RGBA format with interleaving alpha.
- yuv422_
p16_ with_ alpha_ to_ rgba16 - Convert YUV 422 format with 8+ bit pixel format to RGBA 8+ bit-depth format with interleaving alpha.
- yuv422_
to_ bgr - Convert YUV 422 planar format to BGR format.
- yuv422_
to_ bgra - Convert YUV 422 planar format to BGRA format.
- yuv422_
to_ rgb - Convert YUV 422 planar format to RGB format.
- yuv422_
to_ rgba - Convert YUV 422 planar format to RGBA format.
- yuv422_
to_ uyvy422 - Convert YUV 422 planar format to UYVY ( YUV Packed ) format.
- yuv422_
to_ uyvy422_ p16 - Convert YUV 422 planar format to UYVY ( YUV Packed ) format.
- yuv422_
to_ vyuy422 - Convert YUV 422 planar format to VYUY ( YUV Packed ) format.
- yuv422_
to_ vyuy422_ p16 - Convert YUV 422 planar format to VYUY ( YUV Packed ) format.
- yuv422_
to_ yuyv422 - Convert YUV 422 planar format to YUYV ( YUV Packed ) format.
- yuv422_
to_ yuyv422_ p16 - Convert YUV 422 planar format to YUYV ( YUV Packed ) format.
- yuv422_
to_ yvyu422 - Convert YUV 422 planar format to YVYU ( YUV Packed ) format.
- yuv422_
to_ yvyu422_ p16 - Convert YUV 422 planar format to YVYU ( YUV Packed ) format.
- yuv422_
with_ alpha_ to_ bgra - Convert YUV 422 planar format to BGRA format and appends provided alpha channel.
- yuv422_
with_ alpha_ to_ rgba - Convert YUV 422 planar format to RGBA format and appends provided alpha channel.
- yuv444_
p10_ to_ bgr - Convert YUV 444 planar format with 10-bit pixel format to BGR format.
- yuv444_
p10_ to_ bgra - Convert YUV 444 planar format with 10-bit pixel format to BGRA format.
- yuv444_
p10_ to_ rgb - Convert YUV 444 planar format with 10-bit pixel format to RGB format.
- yuv444_
p10_ to_ rgba - Convert YUV 444 planar format with 10-bit pixel format to RGBA format.
- yuv444_
p16_ to_ ab30 - Convert YUV 444 planar format with 8+ bit pixel format to AB30 (BGRA2101010) format
- yuv444_
p16_ to_ ar30 - Convert YUV 444 planar format with 8+ bit pixel format to AR30 (RGBA2101010) format
- yuv444_
p16_ to_ bgr - Convert YUV 444 planar format with 8+ bit pixel format to BGR format.
- yuv444_
p16_ to_ bgr16 - Convert YUV 444 planar format with 8+ bit pixel format to BGR format 8+ bit-depth format.
- yuv444_
p16_ to_ bgra - Convert YUV 444 planar format with 8+ bit pixel format to BGRA format.
- yuv444_
p16_ to_ bgra16 - Convert YUV 444 planar format with 8+ bit pixel format to BGRA format 8+ bit-depth format.
- yuv444_
p16_ to_ ra30 - Convert YUV 444 planar format with 8+ bit pixel format to AR30 (RGBA1010102) format
- yuv444_
p16_ to_ rgb - Convert YUV 444 planar format with 8+ bit pixel format to RGB format.
- yuv444_
p16_ to_ rgb16 - Convert YUV 444 planar format with 8+ bit pixel format to RGB format 8+ bit-depth format.
- yuv444_
p16_ to_ rgba - Convert YUV 444 planar format with 8+ bit pixel format to RGBA format.
- yuv444_
p16_ to_ rgba16 - Convert YUV 444 planar format with 8+ bit pixel format to RGBA format 8+ bit-depth format.
- yuv444_
p16_ with_ alpha_ to_ bgra - Convert YUV 444 planar format with 8+ bit pixel format to BGRA format with interleaving alpha.
- yuv444_
p16_ with_ alpha_ to_ bgra16 - Convert YUV 444 planar format with 8+ bit pixel format to BGRA 8+ bit-depth format with interleaving alpha.
- yuv444_
p16_ with_ alpha_ to_ rgba - Convert YUV 444 planar format with 8+ bit pixel format to RGBA format with interleaving alpha.
- yuv444_
p16_ with_ alpha_ to_ rgba16 - Convert YUV 444 planar format with 8+ bit pixel format to RGBA 8+ bit-depth format with interleaving alpha.
- yuv444_
to_ bgr - Convert YUV 444 planar format to BGR format.
- yuv444_
to_ bgra - Convert YUV 444 planar format to BGRA format.
- yuv444_
to_ rgb - Convert YUV 444 planar format to RGB format.
- yuv444_
to_ rgba - Convert YUV 444 planar format to RGBA format.
- yuv444_
to_ uyvy422 - Convert YUV 444 planar format to UYVY ( YUV Packed ) format.
- yuv444_
to_ uyvy422_ p16 - Convert YUV 444 planar format to UYVY ( YUV Packed ) format.
- yuv444_
to_ vyuy422 - Convert YUV 444 planar format to VYUY ( YUV Packed ) format.
- yuv444_
to_ vyuy422_ p16 - Convert YUV 444 planar format to VYUY ( YUV Packed ) format.
- yuv444_
to_ yuyv422 - Convert YUV 444 planar format to YUYV ( YUV Packed ) format.
- yuv444_
to_ yuyv422_ p16 - Convert YUV 444 planar format to YUYV ( YUV Packed ) format.
- yuv444_
to_ yvyu422 - Convert YUV 444 planar format to YVYU ( YUV Packed ) format.
- yuv444_
to_ yvyu422_ p16 - Convert YUV 444 planar format to YVYU ( YUV Packed ) format.
- yuv444_
with_ alpha_ to_ bgra - Convert YUV 444 planar format to BGRA format and appends provided alpha channel.
- yuv444_
with_ alpha_ to_ rgba - Convert YUV 444 planar format to RGBA format and appends provided alpha channel.
- yuv_
nv12_ p10_ to_ ab30 - Convert YUV NV12 format with 10-bit pixel format to AB30 format.
- yuv_
nv12_ p10_ to_ ar30 - Convert YUV NV12 format with 10-bit pixel format to AR30 format.
- yuv_
nv12_ p10_ to_ ba30 - Convert YUV NV12 format with 10-bit pixel format to BA30 format.
- yuv_
nv12_ p10_ to_ bgr - Convert YUV NV12 format with 10-bit pixel format to BGR format.
- yuv_
nv12_ p10_ to_ bgra - Convert YUV NV12 format with 10-bit pixel format to BGRA format.
- yuv_
nv12_ p10_ to_ ra30 - Convert YUV NV12 format with 10-bit pixel format to RA30 format.
- yuv_
nv12_ p10_ to_ rgb - Convert YUV NV12 format with 10-bit pixel format to RGB format.
- yuv_
nv12_ p10_ to_ rgba - Convert YUV NV12 format with 10-bit pixel format to RGBA format.
- yuv_
nv12_ to_ bgr - Convert YUV NV12 format to BGR format.
- yuv_
nv12_ to_ bgr_ p16 - Convert YUV NV12 format with 10/12-bit pixel format to BGR format.
- yuv_
nv12_ to_ bgra - Convert YUV NV12 format to BGRA format.
- yuv_
nv12_ to_ bgra_ p16 - Convert YUV NV12 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv12_ to_ rgb - Convert YUV NV12 format to RGB format.
- yuv_
nv12_ to_ rgb_ p16 - Convert YUV NV12 format with 10/12-bit pixel format to RGB format.
- yuv_
nv12_ to_ rgba - Convert YUV NV12 format to RGBA format.
- yuv_
nv12_ to_ rgba_ p16 - Convert YUV NV12 format with 10/12-bit pixel format to RGBA format.
- yuv_
nv16_ p10_ to_ ab30 - Convert YUV NV16 format with 10-bit pixel format to AB30 format.
- yuv_
nv16_ p10_ to_ ar30 - Convert YUV NV16 format with 10-bit pixel format to AR30 format.
- yuv_
nv16_ p10_ to_ ba30 - Convert YUV NV16 format with 10-bit pixel format to BA30 format.
- yuv_
nv16_ p10_ to_ bgr - Convert YUV NV16 format with 10-bit pixel format to BGR format.
- yuv_
nv16_ p10_ to_ bgra - Convert YUV NV16 format with 10-bit pixel format to BGRA format.
- yuv_
nv16_ p10_ to_ ra30 - Convert YUV NV16 format with 10-bit pixel format to RA30 format.
- yuv_
nv16_ p10_ to_ rgb - Convert YUV NV16 format with 10-bit pixel format to RGB format.
- yuv_
nv16_ p10_ to_ rgba - Convert YUV NV16 format with 10-bit pixel format to RGB format.
- yuv_
nv16_ to_ bgr - Convert YUV NV16 format to BGR format.
- yuv_
nv16_ to_ bgr_ p16 - Convert YUV NV16 format with 10/12-bit pixel format to BGR format.
- yuv_
nv16_ to_ bgra - Convert YUV NV16 format to BGRA format.
- yuv_
nv16_ to_ bgra_ p16 - Convert YUV NV16 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv16_ to_ rgb - Convert YUV NV16 format to RGB format.
- yuv_
nv16_ to_ rgb_ p16 - Convert YUV NV16 format with 10/12-bit pixel format to RGB format.
- yuv_
nv16_ to_ rgba - Convert YUV NV16 format to RGBA format.
- yuv_
nv16_ to_ rgba_ p16 - Convert YUV NV16 format with 10/12-bit pixel format to RGB format.
- yuv_
nv21_ p10_ to_ ab30 - Convert YUV NV21 format with 10-bit pixel format to AB30 format.
- yuv_
nv21_ p10_ to_ ar30 - Convert YUV NV21 format with 10-bit pixel format to AR30 format.
- yuv_
nv21_ p10_ to_ ba30 - Convert YUV NV21 format with 10-bit pixel format to BA30 format.
- yuv_
nv21_ p10_ to_ bgr - Convert YUV NV21 format with 10-bit pixel format to BGR format.
- yuv_
nv21_ p10_ to_ bgra - Convert YUV NV21 format with 10-bit pixel format to BGRA format.
- yuv_
nv21_ p10_ to_ ra30 - Convert YUV NV21 format with 10-bit pixel format to RA30 format.
- yuv_
nv21_ p10_ to_ rgb - Convert YUV NV21 format with 10-bit pixel format to RGB format.
- yuv_
nv21_ p10_ to_ rgba - Convert YUV NV21 format with 10-bit pixel format to RGBA format.
- yuv_
nv21_ to_ bgr - Convert YUV NV21 format to BGR format.
- yuv_
nv21_ to_ bgr_ p16 - Convert YUV NV21 format with 10/12-bit pixel format to BGR format.
- yuv_
nv21_ to_ bgra - Convert YUV NV21 format to BGRA format.
- yuv_
nv21_ to_ bgra_ p16 - Convert YUV NV21 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv21_ to_ rgb - Convert YUV NV21 format to RGB format.
- yuv_
nv21_ to_ rgb_ p16 - Convert YUV NV21 format with 10/12-bit pixel format to RGB format.
- yuv_
nv21_ to_ rgba - Convert YUV NV21 format to RGBA format.
- yuv_
nv21_ to_ rgba_ p16 - Convert YUV NV21 format with 10/12-bit pixel format to RGBA format.
- yuv_
nv24_ to_ bgr - Convert YUV NV24 format to BGR format.
- yuv_
nv24_ to_ bgr_ p16 - Convert YUV NV24 format with 10/12-bit pixel format to BGR format.
- yuv_
nv24_ to_ bgra - Convert YUV NV24 format to BGRA format.
- yuv_
nv24_ to_ bgra_ p16 - Convert YUV NV24 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv24_ to_ rgb - Convert YUV NV24 format to RGB format.
- yuv_
nv24_ to_ rgb_ p16 - Convert YUV NV24 format with 10/12-bit pixel format to RGB format.
- yuv_
nv24_ to_ rgba - Convert YUV NV24 format to RGBA format.
- yuv_
nv24_ to_ rgba_ p16 - Convert YUV NV24 format with 10/12-bit pixel format to RGBA format.
- yuv_
nv42_ to_ bgr - Convert YUV NV42 format to BGR format.
- yuv_
nv42_ to_ bgr_ p16 - Convert YUV NV42 format with 10/12-bit pixel format to BGR format.
- yuv_
nv42_ to_ bgra - Convert YUV NV42 format to BGRA format.
- yuv_
nv42_ to_ bgra_ p16 - Convert YUV NV42 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv42_ to_ rgb - Convert YUV NV42 format to RGB format.
- yuv_
nv42_ to_ rgb_ p16 - Convert YUV NV42 format with 10/12-bit pixel format to RGB format.
- yuv_
nv42_ to_ rgba - Convert YUV NV24 format to RGBA format.
- yuv_
nv42_ to_ rgba_ p16 - Convert YUV NV42 format with 10/12-bit pixel format to RGBA format.
- yuv_
nv61_ p10_ to_ ab30 - Convert YUV NV61 format with 10-bit pixel format to AB30 format.
- yuv_
nv61_ p10_ to_ ar30 - Convert YUV NV61 format with 10-bit pixel format to AR30 format.
- yuv_
nv61_ p10_ to_ ba30 - Convert YUV NV61 format with 10-bit pixel format to BA30 format.
- yuv_
nv61_ p10_ to_ bgr - Convert YUV NV61 format with 10-bit pixel format to BGR format.
- yuv_
nv61_ p10_ to_ bgra - Convert YUV NV61 format with 10-bit pixel format to BGRA format.
- yuv_
nv61_ p10_ to_ ra30 - Convert YUV NV61 format with 10-bit pixel format to RA30 format.
- yuv_
nv61_ p10_ to_ rgb - Convert YUV NV61 format with 10-bit pixel format to RGB format.
- yuv_
nv61_ p10_ to_ rgba - Convert YUV NV61 format with 10-bit pixel format to RGB format.
- yuv_
nv61_ to_ bgr - Convert YUV NV61 format to BGR format.
- yuv_
nv61_ to_ bgr_ p16 - Convert YUV NV61 format with 10/12-bit pixel format to BGR format.
- yuv_
nv61_ to_ bgra - Convert YUV NV61 format to BGRA format.
- yuv_
nv61_ to_ bgra_ p16 - Convert YUV NV61 format with 10/12-bit pixel format to BGRA format.
- yuv_
nv61_ to_ rgb - Convert YUV NV61 format to RGB format.
- yuv_
nv61_ to_ rgb_ p16 - Convert YUV NV61 format with 10/12-bit pixel format to RGB format.
- yuv_
nv61_ to_ rgba - Convert YUV NV61 format to RGBA format.
- yuv_
nv61_ to_ rgba_ p16 - Convert YUV NV61 format with 10/12-bit pixel format to RGB format.
- yuyv422_
to_ bgr - Convert YUYV (YUV Packed) format to BGR image.
- yuyv422_
to_ bgr_ p16 - Convert YUYV (YUV Packed) 8+ bit depth format to BGR image.
- yuyv422_
to_ bgra - Convert YUYV (YUV Packed) format to BGR image.
- yuyv422_
to_ bgra_ p16 - Convert YUYV (YUV Packed) 8+ bit depth format to BGR image.
- yuyv422_
to_ rgb - Convert YUYV (YUV Packed) format to RGB image.
- yuyv422_
to_ rgb_ p16 - Convert YUYV (YUV Packed) 8+ bit depth format to RGB image.
- yuyv422_
to_ rgba - Convert YUYV (YUV Packed) format to RGBA image.
- yuyv422_
to_ rgba_ p16 - Convert YUYV (YUV Packed) 8+ bit depth format to RGBA image.
- yuyv422_
to_ yuv420 - Convert YUYV (YUV Packed) format to YUV 420 planar format.
- yuyv422_
to_ yuv422 - Convert YVYU (YUV Packed) format to YUV 422 planar format.
- yuyv422_
to_ yuv444 - Convert YUYV (YUV Packed) format to YUV 444 planar format.
- yuyv422_
to_ yuv420_ p16 - Convert YUYV (YUV Packed) format to YUV 420 planar format.
- yuyv422_
to_ yuv422_ p16 - Convert YVYU (YUV Packed) format to YUV 422 planar format.
- yuyv422_
to_ yuv444_ p16 - Convert YUYV (YUV Packed) format to YUV 444 planar format.
- yvyu422_
to_ bgr - Convert YVYU (YUV Packed) format to BGR image.
- yvyu422_
to_ bgr_ p16 - Convert YVYU (YUV Packed) 8+ bit depth format to BGR image.
- yvyu422_
to_ bgra - Convert YVYU (YUV Packed) format to BGRA image.
- yvyu422_
to_ bgra_ p16 - Convert YVYU (YUV Packed) 8+ bit depth format to BGRA image.
- yvyu422_
to_ rgb - Convert YVYU ( YUV Packed ) format to RGB image.
- yvyu422_
to_ rgb_ p16 - Convert YVYU ( YUV Packed ) 8+ bit depth format to RGB image.
- yvyu422_
to_ rgba - Convert YVYU (YUV Packed) format to RGBA image.
- yvyu422_
to_ rgba_ p16 - Convert YVYU (YUV Packed) 8+ bit depth format to RGBA image.
- yvyu422_
to_ yuv420 - Convert YVYU (YUV Packed) format to YUV 420 planar format.
- yvyu422_
to_ yuv422 - Convert YVYU (YUV Packed) format to YUV 422 planar format.
- yvyu422_
to_ yuv444 - Convert YVYU (YUV Packed) format to YUV 444 planar format.
- yvyu422_
to_ yuv420_ p16 - Convert YVYU (YUV Packed) format to YUV 420 planar format.
- yvyu422_
to_ yuv422_ p16 - Convert YVYU (YUV Packed) format to YUV 422 planar format.
- yvyu422_
to_ yuv444_ p16 - Convert YVYU (YUV Packed) format to YUV 444 planar format.