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
MirrorModegeometry
Declares mirroring mode: vertical or horizontal
Rgb30ByteOrder
Represents the byte order for storing RGBA data in 30-bit formats such as RGBA1010102 or RGBA2101010.
RotationModegeometry
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
Common errors representation
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
ayuv_to_rgb
Converts AYUV to RGB 8-bit depth precision.
ayuv_to_rgba
Converts AYUV to RGBA 8-bit depth precision.
ba30_to_rgb8
Converts BGRA1010102 to RGB 8 bit depth
bgr_to_bgra
Converts BGR8 to BGRA8
bgr_to_gbr
Convert BGR8 to 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_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.
bgra_to_bgr
Converts BGRA to RGB8
bgra_to_gbr
Convert BGRA8 to 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_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.
convert_plane16_to_f16nightly_f16
Converts planar 8+ bit-depth image to f16.
convert_plane_f16_to_planarnightly_f16
Converts planar f16 image to 8 bit-depth image.
convert_plane_f16_to_planar16nightly_f16
Converts planar f16 image to 8+ bit-depth image.
convert_plane_to_f16nightly_f16
Converts planar 8-bit image to f16.
convert_rgb16_to_f16nightly_f16
Converts RGB 8+ bit-depth image to f16.
convert_rgb_f16_to_rgbnightly_f16
Converts RGB f16 image to 8 bit-depth image.
convert_rgb_f16_to_rgb16nightly_f16
Converts RGB f16 image to 8+ bit-depth image.
convert_rgb_to_f16nightly_f16
Converts RGB 8-bit image to f16.
convert_rgba16_to_f16nightly_f16
Converts RGBA 8+ bit-depth image to f16.
convert_rgba_f16_to_rgbanightly_f16
Converts RGBA f16 image to 8 bit-depth image.
convert_rgba_f16_to_rgba16nightly_f16
Converts RGBA f16 image to 8+ bit-depth image.
convert_rgba_to_f16nightly_f16
Converts RGBA 8-bit image to f16.
gb10_alpha_to_rgba10
Convert GBRA10 with alpha channel to RGBA10
gb10_alpha_to_rgba_f16nightly_f16
Convert AGBR10 to RGBAF16, IEEE float16 format.
gb10_to_rgb10
Convert YUV Identity Matrix ( aka ’GBR ) to RGB
gb10_to_rgb_f16nightly_f16
Convert GBR10 to RGBF16, IEEE float16 format.
gb10_to_rgba10
Convert GBR10 to RGBA10
gb10_to_rgba_f16nightly_f16
Convert GBR10 to RGBAF16, IEEE float16 format.
gb12_alpha_to_rgba12
Convert GBRA12 with alpha channel to RGBA12
gb12_alpha_to_rgba_f16nightly_f16
Convert AGBR12 to RGBAF16, IEEE float16 format.
gb12_to_rgb12
Convert GBR 12 bit-depth to RGB
gb12_to_rgb_f16nightly_f16
Convert GBR12 to RGBF16, IEEE float16 format.
gb12_to_rgba12
Convert GBR12 to RGBA12
gb12_to_rgba_f16nightly_f16
Convert GBR12 to RGBAF16, IEEE float16 format.
gb14_alpha_to_rgba14
Convert GBRA14 with alpha channel to RGBA14
gb14_alpha_to_rgba_f16nightly_f16
Convert AGBR14 to RGBAF16, IEEE float16 format.
gb14_to_rgb14
Convert GBR 14 bit-depth to RGB14
gb14_to_rgb_f16nightly_f16
Convert GBR14 to RGBF16, IEEE float16 format.
gb14_to_rgba14
Convert GBR14 to RGBA14
gb14_to_rgba_f16nightly_f16
Convert GBR14 to RGBAF16, IEEE float16 format.
gb16_alpha_to_rgba16
Convert GBRA16 with alpha channel to RGBA16
gb16_alpha_to_rgba_f16nightly_f16
Convert AGBR16 to RGBAF16, IEEE float16 format.
gb16_to_rgb16
Convert GBR16 bit-depth to RGB16
gb16_to_rgb_f16nightly_f16
Convert GBR16 to RGBF16, IEEE float16 format.
gb16_to_rgba16
Convert GBR16 to RGBA16
gb16_to_rgba_f16nightly_f16
Convert GBR16 to RGBAF16, IEEE float16 format.
gbr_to_bgr
Convert YUV Identity Matrix ( aka ’GBR ) to BGR
gbr_to_bgra
Convert YUV Identity Matrix ( aka ’GBR ) to BGRA
gbr_to_rgb
Convert YUV Identity Matrix ( aka ’GBR ) to RGB
gbr_to_rgba
Convert YUV Identity Matrix ( aka ’GBR ) to RGBA
gbr_with_alpha_to_bgra
Convert GBR8A with alpha channel to BGRA
gbr_with_alpha_to_rgba
Convert GBR8A with alpha channel to RGBA
i010_alpha_to_rgba
Convert I010A planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i010_alpha_to_rgba10
Convert I010A planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i010_alpha_to_rgba_f16nightly_f16
Convert I010A planar format with 10 bit pixel format to RGBA float16 format.
i010_be_alpha_to_rgbabig_endian
Convert I010ABE planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i010_be_alpha_to_rgba10big_endian
Convert I010ABE planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i010_be_to_bgrbig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGR 8-bit format.
i010_be_to_bgrabig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGRA 8-bit format.
i010_be_to_rgbbig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGB 8-bit format.
i010_be_to_rgb10big_endian
Convert I010BE planar format with 10 bit pixel format to RGB 10 bit-depth format.
i010_be_to_rgbabig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i010_be_to_rgba10big_endian
Convert I010BE planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i010_to_ar30
Convert I010 planar format with 10 bit pixel format to AR30 format.
i010_to_bgr
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGR 8-bit format.
i010_to_bgra
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGRA 8-bit format.
i010_to_ra30
Convert I010 planar format with 10 bit pixel format to RA30 format.
i010_to_rgb
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGB 8-bit format.
i010_to_rgb10
Convert I010 planar format with 10 bit pixel format to RGB 10 bit-depth format.
i010_to_rgb_f16nightly_f16
Convert YUV 420 planar format with 10 bit pixel format to RGB float16 format.
i010_to_rgba
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i010_to_rgba10
Convert I010 planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i010_to_rgba_f16nightly_f16
Convert I010 planar format with 10 bit pixel format to RGBA float16 format.
i012_alpha_to_rgba
Convert I012A planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i012_alpha_to_rgba12
Convert I012A planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i012_alpha_to_rgba_f16nightly_f16
Convert I012A planar format with 12 bit pixel format to RGBA float16 format.
i012_be_alpha_to_rgbabig_endian
Convert I012ABE planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i012_be_alpha_to_rgba12big_endian
Convert I012ABE planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i012_be_to_bgrbig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGR 8-bit format.
i012_be_to_bgrabig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGRA 8-bit format.
i012_be_to_rgbbig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGB 8-bit format.
i012_be_to_rgb12big_endian
Convert I012BE planar format with 12 bit pixel format to RGB 12 bit-depth format.
i012_be_to_rgbabig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGBA 8-bit format.
i012_be_to_rgba12big_endian
Convert I012BE planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i012_to_ar30
Convert I012 planar format with 12 bit pixel format to AR30 format.
i012_to_bgr
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGR 8-bit format.
i012_to_bgra
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGRA 8-bit format.
i012_to_ra30
Convert I012 planar format with 12 bit pixel format to RA30 format.
i012_to_rgb
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGB 8-bit format.
i012_to_rgb12
Convert I012 planar format with 12 bit pixel format to RGB 12 bit-depth format.
i012_to_rgb_f16nightly_f16
Convert I012 planar format with 12 bit pixel format to RGB float16 format.
i012_to_rgba
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGBA 8-bit format.
i012_to_rgba12
Convert I012 planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i012_to_rgba_f16nightly_f16
Convert I010 planar format with 12 bit pixel format to RGBA float16 format.
i014_alpha_to_rgba14
Convert I014A planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i014_alpha_to_rgba_f16nightly_f16
Convert I014A planar format with 14 bit pixel format to RGBA float16 format.
i014_be_alpha_to_rgba14big_endian
Convert I014ABE planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i014_be_to_rgb14big_endian
Convert I014BE planar format with 14 bit pixel format to RGB 14 bit-depth format.
i014_be_to_rgba14big_endian
Convert I014BE planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i014_to_ar30
Convert I014 planar format with 14 bit pixel format to AR30 format.
i014_to_ra30
Convert I014 planar format with 14 bit pixel format to RA30 format.
i014_to_rgb14
Convert I014 planar format with 14 bit pixel format to RGB 14 bit-depth format.
i014_to_rgb_f16nightly_f16
Convert I014 planar format with 14 bit pixel format to RGB float16 format.
i014_to_rgba14
Convert I014 planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i014_to_rgba_f16nightly_f16
Convert I014 planar format with 14 bit pixel format to RGBA float16 format.
i016_be_to_rgb16big_endian
Convert I016BE planar format with 16 bit pixel format to RGB 16 bit-depth format.
i016_be_to_rgba16big_endian
Convert I016BE planar format with 16 bit pixel format to RGBA 16 bit-depth format.
i016_to_rgb16
Convert I016 planar format with 16 bit pixel format to RGB 16 bit-depth format.
i016_to_rgba16
Convert I016 planar format with 16 bit pixel format to RGBA 16 bit-depth format.
i210_alpha_be_to_rgbabig_endian
Convert I210ABE planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i210_alpha_be_to_rgba10big_endian
Convert I210ABE planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i210_alpha_to_rgba
Convert I210A planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i210_alpha_to_rgba10
Convert I210A planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i210_alpha_to_rgba_f16nightly_f16
Convert I210A planar format with 10 bit pixel format to RGBA float16 format.
i210_be_to_bgrbig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGR 8-bit format.
i210_be_to_bgrabig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGRA 8-bit format.
i210_be_to_rgbbig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGB 8-bit format.
i210_be_to_rgb10big_endian
Convert I210BE planar format with 10 bit pixel format to RGB 10 bit-depth format.
i210_be_to_rgbabig_endian
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i210_be_to_rgba10big_endian
Convert I210BE planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i210_to_ar30
Convert I210 planar format with 10 bit pixel format to AR30 format.
i210_to_bgr
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGR 8-bit format.
i210_to_bgra
Convert YUV 420 10-bit planar format with 10 bit pixel format to BGRA 8-bit format.
i210_to_ra30
Convert I210 planar format with 10 bit pixel format to RA30 format.
i210_to_rgb
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGB 8-bit format.
i210_to_rgb10
Convert I210 planar format with 10 bit pixel format to RGB 10 bit-depth format.
i210_to_rgb_f16nightly_f16
Convert I210 planar format with 10 bit pixel format to RGB float16 format.
i210_to_rgba
Convert YUV 420 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i210_to_rgba10
Convert I210 planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i210_to_rgba_f16nightly_f16
Convert I210 planar format with 10 bit pixel format to RGBA float16 format.
i212_alpha_to_rgba
Convert I212A planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i212_alpha_to_rgba12
Convert I212A planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i212_alpha_to_rgba_f16nightly_f16
Convert I212A planar format with 12 bit pixel format to RGBA float16 format.
i212_be_alpha_to_rgbabig_endian
Convert I212ABE planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i212_be_alpha_to_rgba12big_endian
Convert I212ABE planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i212_be_to_bgrbig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGR 8-bit format.
i212_be_to_bgrabig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGRA 8-bit format.
i212_be_to_rgbbig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGB 8-bit format.
i212_be_to_rgb12big_endian
Convert I212BE planar format with 12 bit pixel format to RGB 12 bit-depth format.
i212_be_to_rgbabig_endian
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGBA 8-bit format.
i212_be_to_rgba12big_endian
Convert I212BE planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i212_to_ar30
Convert I212 planar format with 12 bit pixel format to AR30 format.
i212_to_bgr
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGR 8-bit format.
i212_to_bgra
Convert YUV 420 12-bit planar format with 12 bit pixel format to BGRA 8-bit format.
i212_to_ra30
Convert I212 planar format with 12 bit pixel format to RA30 format.
i212_to_rgb
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGB 8-bit format.
i212_to_rgb12
Convert I212 planar format with 12 bit pixel format to RGB 12 bit-depth format.
i212_to_rgb_f16nightly_f16
Convert I212 planar format with 12 bit pixel format to RGB float16 format.
i212_to_rgba
Convert YUV 420 12-bit planar format with 12 bit pixel format to RGBA 8-bit format.
i212_to_rgba12
Convert I212 planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i212_to_rgba_f16nightly_f16
Convert I212 planar format with 12 bit pixel format to RGBA float16 format.
i214_alpha_to_rgba14
Convert I214A planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i214_alpha_to_rgba_f16nightly_f16
Convert I214A planar format with 14 bit pixel format to RGBA float16 format.
i214_be_alpha_to_rgba14big_endian
Convert I214ABE planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i214_be_to_rgb14big_endian
Convert I214BE planar format with 14 bit pixel format to RGB 14 bit-depth format.
i214_be_to_rgba14big_endian
Convert I214BE planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i214_to_ar30
Convert I214 planar format with 14 bit pixel format to AR30 format.
i214_to_ra30
Convert I214 planar format with 14 bit pixel format to RA30 format.
i214_to_rgb14
Convert I214 planar format with 14 bit pixel format to RGB 14 bit-depth format.
i214_to_rgb_f16nightly_f16
Convert I214 planar format with 14 bit pixel format to RGB float16 format.
i214_to_rgba14
Convert I214 planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i214_to_rgba_f16nightly_f16
Convert I214 planar format with 14 bit pixel format to RGBA float16 format.
i216_be_to_rgb16big_endian
Convert I216BE planar format with 16 bit pixel format to RGB 16 bit-depth format.
i216_be_to_rgba16big_endian
Convert I216BE planar format with 16 bit pixel format to RGBA 16 bit-depth format.
i216_to_rgb16
Convert I216 planar format with 16 bit pixel format to RGB 16 bit-depth format.
i216_to_rgba16
Convert I216 planar format with 16 bit pixel format to RGBA 16 bit-depth format.
i410_alpha_to_rgba
Convert I410A planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i410_alpha_to_rgba10
Convert I410A planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i410_alpha_to_rgba_f16nightly_f16
Convert I410A planar format with 10 bit pixel format to RGBA float16 format.
i410_be_alpha_to_rgbabig_endian
Convert I410ABE planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i410_be_alpha_to_rgba10big_endian
Convert I410ABE planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
i410_be_to_rgb10big_endian
Convert I410BE planar format with 10 bit pixel format to RGB 10 bit-depth format.
i410_be_to_rgbabig_endian
Convert YUV 444 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i410_be_to_rgba10big_endian
Convert I410BE planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i410_to_ar30
Convert I410 planar format with 10 bit pixel format to AR30 format.
i410_to_ra30
Convert I410 planar format with 10 bit pixel format to RA30 format.
i410_to_rgb10
Convert I410 planar format with 10 bit pixel format to RGB 10 bit-depth format.
i410_to_rgb_f16nightly_f16
Convert I410 planar format with 10 bit pixel format to RGB float16 format.
i410_to_rgba
Convert YUV 444 10-bit planar format with 10 bit pixel format to RGBA 8-bit format.
i410_to_rgba10
Convert I410 planar format with 10 bit pixel format to RGBA 10 bit-depth format.
i410_to_rgba_f16nightly_f16
Convert I410 planar format with 10 bit pixel format to RGBA float16 format.
i412_alpha_to_rgba
Convert I412A planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i412_alpha_to_rgba12
Convert I412A planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i412_alpha_to_rgba_f16nightly_f16
Convert I412A planar format with 12 bit pixel format to RGBA float16 format.
i412_be_alpha_to_rgbabig_endian
Convert I412ABE planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i412_be_alpha_to_rgba12big_endian
Convert I412ABE planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
i412_be_to_rgb12big_endian
Convert I412BE planar format with 12 bit pixel format to RGB 12 bit-depth format.
i412_be_to_rgba12big_endian
Convert I412BE planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i412_to_ar30
Convert I412 planar format with 12 bit pixel format to AR30 format.
i412_to_ra30
Convert I412 planar format with 12 bit pixel format to RA30 format.
i412_to_rgb12
Convert I412 planar format with 12 bit pixel format to RGB 12 bit-depth format.
i412_to_rgb_f16nightly_f16
Convert I412 planar format with 12 bit pixel format to RGB float16 format.
i412_to_rgba12
Convert I412 planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i412_to_rgba_f16nightly_f16
Convert I412 planar format with 12 bit pixel format to RGBA float16 format.
i414_alpha_to_rgba14
Convert I414A planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i414_alpha_to_rgba_f16nightly_f16
Convert I414A planar format with 14 bit pixel format to RGBA float16 format.
i414_be_alpha_to_rgba14big_endian
Convert I414ABE planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
i414_be_to_rgb14big_endian
Convert I414BE planar format with 14 bit pixel format to RGB 14 bit-depth format.
i414_be_to_rgba14big_endian
Convert I414BE planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i414_to_ar30
Convert I414 planar format with 14 bit pixel format to AR30 format.
i414_to_ra30
Convert I414 planar format with 14 bit pixel format to RA30 format.
i414_to_rgb14
Convert I414 planar format with 14 bit pixel format to RGB 14 bit-depth format.
i414_to_rgb_f16nightly_f16
Convert I414 planar format with 14 bit pixel format to RGB float16 format.
i414_to_rgba14
Convert I414 planar format with 14 bit pixel format to RGBA 14 bit-depth format.
i414_to_rgba_f16nightly_f16
Convert I414 planar format with 14 bit pixel format to RGBA float16 format.
i416_be_to_rgb16big_endian
Convert I416BE planar format with 16 bit pixel format to RGB 16 bit-depth format.
i416_be_to_rgba16big_endian
Convert I416BE planar format with 16 bit pixel format to RGBA 16 bit-depth format.
i416_to_rgb16
Convert I416 planar format with 16 bit pixel format to RGB 16 bit-depth format.
i416_to_rgba16
Convert I416 planar format with 16 bit pixel format to RGBA 16 bit-depth format.
icgc010_alpha_to_rgba10
Convert YCgCo 4:2:0 10-bit planar format to RGBA10 format.
icgc010_to_rgb10
Convert YCgCo 4:2:0 10-bit planar format to RGB10 format.
icgc010_to_rgba10
Convert YCgCo 4:2:0 10-bit planar format to RGBA10 format.
icgc012_alpha_to_rgba12
Convert YCgCo 4:2:0 12-bit planar format to RGBA12 format.
icgc012_to_rgb12
Convert YCgCo 4:2:0 12-bit planar format to RGB12 format.
icgc012_to_rgba12
Convert YCgCo 4:2:0 12-bit planar format to RGBA12 format.
icgc210_alpha_to_rgba10
Convert YCgCo 4:2:2 10-bit planar format to RGBA10 format.
icgc210_to_rgb10
Convert YCgCo 4:2:2 10-bit planar format to RGB10 format.
icgc210_to_rgba10
Convert YCgCo 4:2:2 10-bit planar format to RGBA10 format.
icgc212_alpha_to_rgba12
Convert YCgCo 4:2:2 12-bit planar format to RGBA12 format.
icgc212_to_rgb12
Convert YCgCo 4:2:2 12-bit planar format to RGB12 format.
icgc212_to_rgba12
Convert YCgCo 4:2:2 12-bit planar format to RGBA12 format.
icgc410_alpha_to_rgba10
Convert YCgCo 4:4:4 10-bit planar format to RGBA10 format.
icgc410_to_rgb10
Convert YCgCo 4:4:4 10-bit planar format to RGB10 format.
icgc410_to_rgba10
Convert YCgCo 4:4:4 10-bit planar format to RGBA10 format.
icgc412_alpha_to_rgba12
Convert YCgCo 4:4:4 12-bit planar format to RGBA12 format.
icgc412_to_rgb12
Convert YCgCo 4:4:4 12-bit planar format to RGB12 format.
icgc412_to_rgba12
Convert YCgCo 4:4:4 12-bit planar format to RGBA12 format.
mirror_cbcrgeometry
Mirrors CbCr 8 bit image.
mirror_cbcr16geometry
Mirrors CbCr 8+ bit image.
mirror_planegeometry
Mirrors Plane 8 bit image.
mirror_plane16geometry
Mirrors Plane 8+ bit image.
mirror_rgbgeometry
Mirrors RGB 8 bit image.
mirror_rgb16geometry
Mirrors RGB 8+ bit image.
mirror_rgbageometry
Mirrors RGBA 8 bit image.
mirror_rgba16geometry
Mirrors RGBA 8+ bit image.
p010_to_ar30
Converts P010 to AR30 format. This function takes P010 data with 10-bit precision and converts it to AR30 format.
p010_to_bgr
Convert P010 format to BGR format.
p010_to_bgra
Convert P010 format to BGRA format.
p010_to_ra30
Converts P010 to RA30 format. This function takes P010 data with 10-bit precision and converts it to RA30 format.
p010_to_rgb
Convert P010 format to RGB format.
p010_to_rgb10
Convert P010 format to RGB10 format.
p010_to_rgba
Convert P010 format to RGBA format.
p010_to_rgba10
Convert P010 format to RGBA10 format.
p012_to_ar30
Converts P012 to AR30 format. This function takes P012 data with 12-bit precision and converts it to AR30 format.
p012_to_ra30
Converts P012 to RA30 format. This function takes P012 data with 12-bit precision and converts it to RA30 format.
p012_to_rgb12
Convert P012 format to RGB12 format.
p012_to_rgba12
Convert P012 format to RGBA12 format.
p210_to_ar30
Converts P210 to AR30 format. This function takes P210 data with 10-bit precision and converts it to AR30 format.
p210_to_bgr
Convert P210 format to BGR format.
p210_to_bgra
Convert P210 format to BGRA format.
p210_to_ra30
Converts P210 to RA30 format. This function takes P210 data with 10-bit precision and converts it to RA30 format.
p210_to_rgb
Convert P210 format to RGB format.
p210_to_rgb10
Convert P210 format to RGB10 format.
p210_to_rgba
Convert P210 format to RGBA format.
p210_to_rgba10
Convert P210 format to RGBA10 format.
p212_to_ar30
Converts P212 to AR30 format. This function takes P212 data with 12-bit precision and converts it to AR30 format.
p212_to_ra30
Converts P212 to RA30 format. This function takes P212 data with 12-bit precision and converts it to RA30 format.
p212_to_rgb12
Convert P212 format to RGB12 format.
p212_to_rgba12
Convert P212 format to RGBA12 format.
p410_to_bgr
Convert P410 format to BGR format.
p410_to_bgra
Convert P410 format to BGRA format.
p410_to_rgb
Convert P410 format to RGB format.
p410_to_rgb10
Convert P410 format to RGB10 format.
p410_to_rgba
Convert P410 format to RGBA format.
p410_to_rgba10
Convert P410 format to RGBA10 format.
p412_to_rgb12
Convert P412 format to RGB12 format.
p412_to_rgba12
Convert P412 format to RGBA12 format.
ra30_to_rgb8
Converts RGBA1010102 to RGB 8 bit depth
ra30_to_rgba8
Converts RGBA1010102 to RGB 8 bit depth
rdp_abgr_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_argb_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_bgr_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_bgra_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_rgb_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_rgba_to_yuv444rdp
RemoteFX conversion RGBx to YUV 4:4:4
rdp_yuv444_to_abgrrdp
Converts RemoteFX YUV 4:4:4 to ABGRwith 8 bit-depth precision.
rdp_yuv444_to_argbrdp
Converts RemoteFX YUV 4:4:4 to ARGBwith 8 bit-depth precision.
rdp_yuv444_to_bgrrdp
Converts RemoteFX YUV 4:4:4 to BGRwith 8 bit-depth precision.
rdp_yuv444_to_bgrardp
Converts RemoteFX YUV 4:4:4 to BGRAwith 8 bit-depth precision.
rdp_yuv444_to_rgbrdp
Converts RemoteFX YUV 4:4:4 to RGBwith 8 bit-depth precision.
rdp_yuv444_to_rgbardp
Converts RemoteFX YUV 4:4:4 to RGBAwith 8 bit-depth precision.
rgb8_to_ar30
Converts RGB 8 bit depth to AR30 (ARGB2101010)
rgb8_to_ra30
Converts RGB 8 bit depth to RA30 (RGBA1010102)
rgb10_to_ar30
Converts RGB 10 bit depth to AR30 (ARGB2101010)
rgb10_to_gb10
Convert RGB10 to GB10
rgb10_to_i010
Convert RGB10 image data to I010 format with 10 bit depth.
rgb10_to_i010_bebig_endian
Convert RGB10 image data to I010 format with 10 bit depth.
rgb10_to_i210
Convert RGB10 image data to I210 format with 10 bit depth.
rgb10_to_i410
Convert RGB10 image data to I410 format with 10 bit depth.
rgb10_to_i210_bebig_endian
Convert RGB10 image data to I210 format with 10 bit depth.
rgb10_to_i410_bebig_endian
Convert RGB10 image data to I410 format with 10 bit depth.
rgb10_to_p010
Convert RGB10 image data to P010 format.
rgb10_to_p210
Convert RGB10 image data to P210 format.
rgb10_to_p410
Convert RGB10 image data to P410 format.
rgb10_to_ra30
Converts RGB 10 bit depth to RA30 (RGBA1010102)
rgb12_to_ar30
Converts RGB 12 bit depth to AR30 (ARGB2101010)
rgb12_to_gb12
Convert RGB12 to GB12
rgb12_to_i012
Convert RGB12 image data to I012 format with 12 bit depth.
rgb12_to_i012_bebig_endian
Convert RGB12 image data to I012 format with 12 bit depth.
rgb12_to_i212
Convert RGB12 image data to I212 format with 12 bit depth.
rgb12_to_i412
Convert RGB12 image data to I412 format with 12 bit depth.
rgb12_to_i212_bebig_endian
Convert RGB12 image data to I212 format with 12 bit depth.
rgb12_to_i412_bebig_endian
Convert RGB12 image data to I412 format with 12 bit depth.
rgb12_to_p012
Convert RGB12 image data to P012 format.
rgb12_to_p212
Convert RGB12 image data to P212 format.
rgb12_to_p412
Convert RGB12 image data to P412 format.
rgb12_to_ra30
Converts RGB 12 bit depth to RA30 (RGBA1010102)
rgb14_to_gb14
Convert RGB14 to GB14
rgb14_to_i014
Convert RGB14 image data to I014 format with 14 bit depth.
rgb14_to_i014_bebig_endian
Convert RGB14 image data to I014 format with 14 bit depth.
rgb14_to_i214
Convert RGB14 image data to I214 format with 14 bit depth.
rgb14_to_i414
Convert RGB14 image data to I414 format with 14 bit depth.
rgb14_to_i214_bebig_endian
Convert RGB14 image data to I214 format with 14 bit depth.
rgb14_to_i414_bebig_endian
Convert RGB14 image data to I414 format with 14 bit depth.
rgb16_to_gb16
Convert RGB16 to GB16
rgb16_to_i016
Convert RGB16 image data to I016 format with 16 bit depth.
rgb16_to_i016_bebig_endian
Convert RGB16 image data to I016 format with 16 bit depth.
rgb16_to_i216
Convert RGB16 image data to I216 format with 16 bit depth.
rgb16_to_i416
Convert RGB16 image data to I416 format with 16 bit depth.
rgb16_to_i216_bebig_endian
Convert RGB16 image data to I216 format with 16 bit depth.
rgb16_to_i416_bebig_endian
Convert RGB16 image data to I416 format with 16 bit depth.
rgb16_to_p016
Convert RGB16 image data to P016 format.
rgb16_to_p216
Convert RGB16 image data to P216 format.
rgb_to_bgr
Converts RGB8 to BGB8
rgb_to_bgra
Converts RGB8 to BGBA8
rgb_to_gbr
Convert RGB8 to 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_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.
rgba8_to_ar30
Converts RGBA 8 bit depth to AR30 (ARGB2101010)
rgba8_to_ra30
Converts RGBA 8 bit depth to RA30 (RGBA1010102)
rgba10_to_ar30
Converts RGBA 10 bit depth to AR30 (ARGB2101010)
rgba10_to_gb10
Convert RGBA10 to GB10
rgba10_to_i010
Convert RGBA10 image data to I010 format with 10 bit depth.
rgba10_to_i010_bebig_endian
Convert RGBA10 image data to I010 format with 10 bit depth.
rgba10_to_i210
Convert RGBA10 image data to I210 format with 10 bit depth.
rgba10_to_i410
Convert RGBA10 image data to I410 format with 10 bit depth.
rgba10_to_i210_bebig_endian
Convert RGBA10 image data to I210 format with 10 bit depth.
rgba10_to_i410_bebig_endian
Convert RGBA10 image data to I410 format with 10 bit depth.
rgba10_to_p010
Convert RGBA10 image data to P010 format.
rgba10_to_p210
Convert RGBA10 image data to P210 format.
rgba10_to_p410
Convert RGBA10 image data to P410 format.
rgba10_to_ra30
Converts RGBA 10 bit depth to RA30 (RGBA1010102)
rgba12_to_ar30
Converts RGBA 12 bit depth to AR30 (ARGB2101010)
rgba12_to_gb12
Convert RGBA12 to GB12
rgba12_to_i012
Convert RGBA12 image data to I012 format with 12 bit depth.
rgba12_to_i012_bebig_endian
Convert RGBA12 image data to I012 format with 12 bit depth.
rgba12_to_i212
Convert RGBA12 image data to I212 format with 12 bit depth.
rgba12_to_i412
Convert RGBA12 image data to I412 format with 12 bit depth.
rgba12_to_i212_bebig_endian
Convert RGBA12 image data to I212 format with 12 bit depth.
rgba12_to_i412_bebig_endian
Convert RGBA12 image data to I412 format with 12 bit depth.
rgba12_to_p012
Convert RGBA12 image data to P012 format.
rgba12_to_p212
Convert RGBA12 image data to P212 format.
rgba12_to_p412
Convert RGBA12 image data to P412 format.
rgba12_to_ra30
Converts RGBA 12 bit depth to RA30 (RGBA1010102)
rgba14_to_gb14
Convert RGBA14 to GB14
rgba14_to_i014
Convert RGBA14 image data to I014 format with 14 bit depth.
rgba14_to_i014_bebig_endian
Convert RGBA14 image data to I014 format with 14 bit depth.
rgba14_to_i214
Convert RGBA14 image data to I214 format with 14 bit depth.
rgba14_to_i414
Convert RGBA14 image data to I414 format with 14 bit depth.
rgba14_to_i214_bebig_endian
Convert RGBA14 image data to I214 format with 14 bit depth.
rgba14_to_i414_bebig_endian
Convert RGBA14 image data to I414 format with 14 bit depth.
rgba16_to_gb16
Convert RGBA16 to GB16
rgba16_to_i016
Convert RGBA16 image data to I016 format with 16 bit depth.
rgba16_to_i016_bebig_endian
Convert RGBA16 image data to I016 format with 16 bit depth.
rgba16_to_i216
Convert RGBA16 image data to I216 format with 16 bit depth.
rgba16_to_i416
Convert RGBA16 image data to I416 format with 16 bit depth.
rgba16_to_i216_bebig_endian
Convert RGBA16 image data to I216 format with 16 bit depth.
rgba16_to_i416_bebig_endian
Convert RGBA16 image data to I416 format with 16 bit depth.
rgba16_to_p016
Convert RGBA16 image data to P016 format.
rgba16_to_p216
Convert RGBA16 image data to P216 format.
rgba_to_bgr
Converts RGBA8 to BGR8
rgba_to_bgra
Converts RGBA8 to BGRA8
rgba_to_gbr
Convert RGBA8 to 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_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.
rotate_cbcrgeometry
Rotates CbCr 8 bit image.
rotate_cbcr16geometry
Rotates CbCr 8+ bit image.
rotate_planegeometry
Rotates Planar 8 bit image.
rotate_plane16geometry
Rotates Planar 8+ bit image.
rotate_rgbgeometry
Rotates RGB 8 bit image.
rotate_rgb16geometry
Rotates RGB 8+ bit image.
rotate_rgbageometry
Rotates RGBA 8 bit image.
rotate_rgba16geometry
Rotates RGBA 8+ bit image.
uyvy422_to_bgr
Convert UYVY (YUV Packed) format to BGR image.
uyvy422_to_bgra
Convert UYVY (YUV Packed) 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.
vyua_to_rgb
Converts VUYA to RGB 8-bit depth precision.
vyua_to_rgba
Converts VUYA to RGBA 8-bit depth precision.
vyuy422_to_bgr
Convert VYUY (YUV Packed) format to BGR image.
vyuy422_to_bgra
Convert VYUY (YUV Packed) 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.
y010_alpha_to_rgba10
Convert Y010A format to RGBA 10-bit format.
y010_to_rgb10
Convert Y010 format to RGB 10-bit format.
y010_to_rgba10
Convert Y010 format to RGBA 10-bit format.
y012_alpha_to_rgba12
Convert Y012A format to RGBA 12-bit format.
y012_to_rgb12
Convert Y012 format to RGBA 12-bit format.
y012_to_rgba12
Convert Y012 format to RGBA 12-bit format.
y014_alpha_to_rgba14
Convert Y014A format to RGBA 14-bit format.
y014_to_rgb14
Convert Y014 format to RGBA 14-bit format.
y014_to_rgba14
Convert Y014 format to RGBA 14-bit format.
y016_alpha_to_rgba16
Convert Y016A format to RGBA 16-bit format.
y016_to_rgb16
Convert Y016 format to RGBA 16-bit format.
y016_to_rgba16
Convert Y016 format to RGBA 16-bit format.
ycgco420_alpha_to_bgra
Convert YCgCo 420 planar format to BGRA8 format.
ycgco420_alpha_to_rgba
Convert YCgCo 420 planar format to RGBA8 format.
ycgco420_to_bgr
Convert YCgCo 420 planar format to BGR8 format.
ycgco420_to_bgra
Convert YCgCo 420 planar format to BGRA8 format.
ycgco420_to_rgb
Convert YCgCo 420 planar format to RGB8 format.
ycgco420_to_rgba
Convert YCgCo 420 planar format to RGBA8 format.
ycgco422_alpha_to_bgra
Convert YCgCo 422 planar format to BGRA8 format.
ycgco422_alpha_to_rgba
Convert YCgCo 422 planar format to RGBA8 format.
ycgco422_to_bgr
Convert YCgCo 422 planar format to BGR8 format.
ycgco422_to_bgra
Convert YCgCo 422 planar format to BGRA8 format.
ycgco422_to_rgb
Convert YCgCo 422 planar format to RGB8 format.
ycgco422_to_rgba
Convert YCgCo 422 planar format to RGBA8 format.
ycgco444_alpha_to_bgra
Convert YCgCo 444 planar format to BGRA8 format.
ycgco444_alpha_to_rgba
Convert YCgCo 444 planar format to RGBA8 format.
ycgco444_to_bgr
Convert YCgCo 444 planar format to BGR8 format.
ycgco444_to_bgra
Convert YCgCo 444 planar format to BGRA8 format.
ycgco444_to_rgb
Convert YCgCo 444 planar format to RGB8 format.
ycgco444_to_rgba
Convert YCgCo 444 planar format to RGBA8 format.
yuv400_alpha_to_bgra
Convert YUV 400 planar format with alpha plane to BGRA format.
yuv400_alpha_to_rgba
Convert YUV 400 planar format with alpha plane to RGBA 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.
yuv420_alpha_to_bgra
Convert YUV 420 planar format to BGRA format and appends provided alpha channel.
yuv420_alpha_to_rgba
Convert YUV 420 planar format to RGBA format and appends provided alpha channel.
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.
yuv422_alpha_to_bgra
Convert YUV 422 planar format to BGRA format and appends provided alpha channel.
yuv422_alpha_to_rgba
Convert YUV 422 planar format to RGBA format and appends provided alpha channel.
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.
yuv444_alpha_to_bgra
Convert YUV 444 planar format to BGRA format and appends provided alpha channel.
yuv444_alpha_to_rgba
Convert YUV 444 planar format to RGBA format and appends provided alpha channel.
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.
yuv_nv12_to_bgr
Convert YUV NV12 format to BGR format.
yuv_nv12_to_bgra
Convert YUV NV12 format to BGRA format.
yuv_nv12_to_rgb
Convert YUV NV12 format to RGB format.
yuv_nv12_to_rgba
Convert YUV NV12 format to RGBA format.
yuv_nv16_to_bgr
Convert YUV NV16 format to BGR format.
yuv_nv16_to_bgra
Convert YUV NV16 format to BGRA format.
yuv_nv16_to_rgb
Convert YUV NV16 format to RGB format.
yuv_nv16_to_rgba
Convert YUV NV16 format to RGBA format.
yuv_nv21_to_bgr
Convert YUV NV21 format to BGR format.
yuv_nv21_to_bgra
Convert YUV NV21 format to BGRA format.
yuv_nv21_to_rgb
Convert YUV NV21 format to RGB format.
yuv_nv21_to_rgba
Convert YUV NV21 format to RGBA format.
yuv_nv24_to_bgr
Convert YUV NV24 format to BGR format.
yuv_nv24_to_bgra
Convert YUV NV24 format to BGRA format.
yuv_nv24_to_rgb
Convert YUV NV24 format to RGB format.
yuv_nv24_to_rgba
Convert YUV NV24 format to RGBA format.
yuv_nv42_to_bgr
Convert YUV NV42 format to BGR format.
yuv_nv42_to_bgra
Convert YUV NV42 format to BGRA format.
yuv_nv42_to_rgb
Convert YUV NV42 format to RGB format.
yuv_nv42_to_rgba
Convert YUV NV24 format to RGBA format.
yuv_nv61_to_bgr
Convert YUV NV61 format to BGR format.
yuv_nv61_to_bgra
Convert YUV NV61 format to BGRA format.
yuv_nv61_to_rgb
Convert YUV NV61 format to RGB format.
yuv_nv61_to_rgba
Convert YUV NV61 format to RGBA format.
yuyv422_to_bgr
Convert YUYV (YUV Packed) format to BGR image.
yuyv422_to_bgra
Convert YUYV (YUV Packed) 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_bgra
Convert YVYU (YUV Packed) 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.