Structs§
- YuvBi
Planar Image - Non-mutable representation of Bi-Planar YUV image
- YuvBi
Planar Image Mut - Mutable representation of Bi-Planar YUV image
- YuvGray
Alpha Image - Represents YUV gray with alpha non-mutable image
- YuvGray
Image - Represents YUV gray non-mutable image
- YuvGray
Image Mut - Represents YUV gray mutable image
- YuvPacked
Image - Non-mutable representation of Packed YUV image
- YuvPacked
Image Mut - Mutable representation of Packed YUV image
- YuvPlanar
Image - Non-mutable representation of Bi-Planar YUV image
- YuvPlanar
Image Mut - Mutable representation of Planar YUV image
- YuvPlanar
Image With Alpha - Non-mutable representation of Bi-Planar YUV image
Enums§
- Buffer
Store Mut - Shared storage type
- Rgb30
Byte Order - Represents the byte order for storing RGBA data in 30-bit formats such as RGBA1010102 or RGBA2101010.
- Sharp
YuvGamma Transfer - Declares transfer function for transfer components into a linear colorspace and its inverse
- YuvBytes
Packing - Most of the cases of storage bytes is least significant whereas b
0000000111111
integers stored in low part. - YuvChroma
Subsampling - YuvConversion
Mode - Declares YUV conversion accuracy mode
- YuvEndianness
- This controls endianness of YUV storage format
- YuvError
- YuvRange
- Declares YUV range TV (limited) or Full
- YuvStandard
Matrix - Declares standard prebuilt YUV conversion matrices, check ITU-R information for more info JPEG YUV Matrix corresponds Bt.601 + Full Range
Functions§
- ab30_
to_ rgb8 - Converts BGBA2101010 to RGB 8 bit depth
- ar30_
to_ rgb8 - Converts RGBA2101010 to RGB 8 bit depth
- ar30_
to_ rgba8 - Converts RGBA2101010 to RGB 8 bit depth
- ba30_
to_ rgb8 - Converts BGRA1010102 to RGB 8 bit depth
- 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.