Crate yuvutils_rs

Source

Structs§

YuvBiPlanarImage
Non-mutable representation of Bi-Planar YUV image
YuvBiPlanarImageMut
Mutable representation of Bi-Planar YUV image
YuvGrayAlphaImage
Represents YUV gray with alpha non-mutable image
YuvGrayImage
Represents YUV gray non-mutable image
YuvGrayImageMut
Represents YUV gray mutable image
YuvPackedImage
Non-mutable representation of Packed YUV image
YuvPackedImageMut
Mutable representation of Packed YUV image
YuvPlanarImage
Non-mutable representation of Bi-Planar YUV image
YuvPlanarImageMut
Mutable representation of Planar YUV image
YuvPlanarImageWithAlpha
Non-mutable representation of Bi-Planar YUV image

Enums§

BufferStoreMut
Shared storage type
MirrorMode
Declares mirroring mode: vertical or horizontal
Rgb30ByteOrder
Represents the byte order for storing RGBA data in 30-bit formats such as RGBA1010102 or RGBA2101010.
RotationMode
Declares rotation mode, 90, 180, 270
SharpYuvGammaTransfer
Declares transfer function for transfer components into a linear colorspace and its inverse
YuvBytesPacking
Most of the cases of storage bytes is least significant whereas b0000000111111 integers stored in low part.
YuvChromaSubsampling
YuvConversionMode
Declares YUV conversion accuracy mode
YuvEndianness
This controls endianness of YUV storage format
YuvError
YuvRange
Declares YUV range TV (limited) or Full
YuvStandardMatrix
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.