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
Rgb30ByteOrder
Represents the byte order for storing RGBA data in 30-bit formats such as RGBA1010102 or RGBA2101010.
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
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_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 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_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.
gb10_alpha_to_rgba10
Convert GBRA10 with alpha channel to RGBA10
gb10_to_rgb10
Convert YUV Identity Matrix ( aka ’GBR ) to RGB
gb10_to_rgba10
Convert GBR10 to RGBA10
gb12_alpha_to_rgba12
Convert GBRA12 with alpha channel to RGBA12
gb12_to_rgb12
Convert GBR 12 bit-depth to RGB
gb12_to_rgba12
Convert GBR12 to RGBA12
gb14_alpha_to_rgba14
Convert GBRA14 with alpha channel to RGBA14
gb14_to_rgb14
Convert GBR 14 bit-depth to RGB14
gb14_to_rgba14
Convert GBR14 to RGBA14
gb16_alpha_to_rgba16
Convert GBRA16 with alpha channel to RGBA16
gb16_to_rgb16
Convert GBR16 bit-depth to RGB16
gb16_to_rgba16
Convert GBR16 to RGBA16
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 AYUV 420P10 planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i010_alpha_to_rgba10
Convert AYUV 420P10 planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
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_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.
i012_alpha_to_rgba
Convert AYUV 420P12 planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i012_alpha_to_rgba12
Convert AYUV 420P12 planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
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_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.
i014_alpha_to_rgba14
Convert AYUV 420P14 planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
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_rgba14
Convert I014 planar format with 14 bit pixel format to RGBA 14 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_to_rgba
Convert AYUV 422P10 planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i210_alpha_to_rgba10
Convert AYUV 422P10 planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
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_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.
i212_alpha_to_rgba
Convert AYUV 422P12 planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i212_alpha_to_rgba12
Convert AYUV 422P12 planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
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_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.
i214_alpha_to_rgba14
Convert AYUV 422P14 planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
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_rgba14
Convert I214 planar format with 14 bit pixel format to RGBA 14 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 AYUV 444P10 planar format with 10 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i410_alpha_to_rgba10
Convert AYUV 444P10 planar format with 10 bit pixel format to RGBA 10 bit-depth format with interleaving alpha.
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_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.
i412_alpha_to_rgba
Convert AYUV 444P12 planar format with 12 bit pixel format to RGBA 8 bit-depth format with interleaving alpha.
i412_alpha_to_rgba12
Convert AYUV 444P12 planar format with 12 bit pixel format to RGBA 12 bit-depth format with interleaving alpha.
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_rgba12
Convert I412 planar format with 12 bit pixel format to RGBA 12 bit-depth format.
i414_alpha_to_rgba14
Convert AYUV 444P14 planar format with 14 bit pixel format to RGBA 14 bit-depth format with interleaving alpha.
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_rgba14
Convert I414 planar format with 14 bit pixel format to RGBA 14 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.
p010_to_ar30
Converts P010 to AR30 format. This function takes P010 data with 10-bit precision and converts it to P010 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 P010 format.
p010_to_rgb
Convert P010 format to RGB format.
p010_to_rgb10
Convert P010 format to RGB format.
p010_to_rgba
Convert P010 format to RGBA format.
p010_to_rgba10
Convert P010 format to RGBA format.
p012_to_ar30
Converts P012 to AR30 format. This function takes P012 data with 12-bit precision and converts it to P012 format.
p012_to_ra30
Converts P012 to RA30 format. This function takes P012 data with 12-bit precision and converts it to P012 format.
p012_to_rgb12
Convert P012 format to RGB format.
p012_to_rgba12
Convert P012 format to RGBA format.
p210_to_ar30
Converts P210 to AR30 format. This function takes P210 data with 10-bit precision and converts it to P210 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 P210 format.
p210_to_rgb
Convert P210 format to RGB format.
p210_to_rgb10
Convert P210 format to RGB format.
p210_to_rgba
Convert P210 format to RGBA format.
p210_to_rgba10
Convert P210 format to RGBA format.
p212_to_ar30
Converts P212 to AR30 format. This function takes P212 data with 12-bit precision and converts it to P212 format.
p212_to_ra30
Converts P212 to RA30 format. This function takes P212 data with 12-bit precision and converts it to P212 format.
p212_to_rgb12
Convert P212 format to RGB format.
p212_to_rgba12
Convert P212 format to RGBA 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 RGB format.
p410_to_rgba
Convert P410 format to RGBA format.
p410_to_rgba10
Convert P410 format to RGBA format.
p412_to_rgb12
Convert P412 format to RGB format.
p412_to_rgba12
Convert P412 format to RGBA format.
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)
rgb10_to_gb10
Convert RGB to GB10
rgb10_to_i010
Convert RGBA image data to I01010 format with 10 bit depth.
rgb10_to_i210
Convert RGBA image data to I21010 format with 10 bit depth.
rgb10_to_i410
Convert RGBA image data to I41010 format with 10 bit depth.
rgb10_to_p010
Convert RGB image data to P010 format.
rgb10_to_p210
Convert RGB image data to P210 format.
rgb10_to_p410
Convert RGB image data to P410 format.
rgb12_to_gb12
Convert RGB to GBR12
rgb12_to_i012
Convert RGBA image data to I01212 format with 12 bit depth.
rgb12_to_i212
Convert RGBA image data to I21212 format with 12 bit depth.
rgb12_to_i412
Convert RGBA image data to I41212 format with 12 bit depth.
rgb12_to_p012
Convert RGB image data to P012 format.
rgb12_to_p212
Convert RGB image data to P212 format.
rgb12_to_p412
Convert RGB image data to P412 format.
rgb14_to_i014
Convert RGBA image data to I01414 format with 14 bit depth.
rgb14_to_i214
Convert RGBA image data to I21414 format with 14 bit depth.
rgb14_to_i414
Convert RGBA image data to I41414 format with 14 bit depth.
rgb16_to_i016
Convert RGBA image data to I01616 format with 16 bit depth.
rgb16_to_i216
Convert RGBA image data to I21616 format with 16 bit depth.
rgb16_to_i416
Convert RGBA image data to I41616 format with 16 bit depth.
rgb16_to_p016
Convert RGB image data to P016 format.
rgb16_to_p216
Convert RGB image data to P216 format.
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_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_gb10
Convert RGBA to GBR10
rgba10_to_gb12
Convert RGBA to GBR12
rgba10_to_i010
Convert RGBA image data to I01010 format with 10 bit depth.
rgba10_to_i210
Convert RGBA image data to I21010 format with 10 bit depth.
rgba10_to_i410
Convert RGBA image data to I41010 format with 10 bit depth.
rgba10_to_p010
Convert RGBA image data to P010 format.
rgba10_to_p210
Convert RGBA image data to P210 format.
rgba10_to_p410
Convert RGBA image data to P410 format.
rgba12_to_i012
Convert RGBA image data to I01212 format with 12 bit depth.
rgba12_to_i212
Convert RGBA image data to I21212 format with 12 bit depth.
rgba12_to_i412
Convert RGBA image data to I41212 format with 12 bit depth.
rgba12_to_p012
Convert RGBA image data to P012 format.
rgba12_to_p212
Convert RGBA image data to P212 format.
rgba12_to_p412
Convert RGBA image data to P412 format.
rgba14_to_i014
Convert RGBA image data to I01414 format with 14 bit depth.
rgba14_to_i214
Convert RGBA image data to I21414 format with 14 bit depth.
rgba14_to_i414
Convert RGBA image data to I41414 format with 14 bit depth.
rgba16_to_i016
Convert RGBA image data to I01616 format with 16 bit depth.
rgba16_to_i216
Convert RGBA image data to I21616 format with 16 bit depth.
rgba16_to_i416
Convert RGBA image data to I41616 format with 16 bit depth.
rgba16_to_p016
Convert RGBA image data to P016 format.
rgba16_to_p216
Convert RGBA image data to P216 format.
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_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.
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.
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.