A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes All Packages

Y

Y210BE - com.avpkit.core.IPixelFormat.Type
packed YUV 4:2:2 like YUYV422, 20bpp, data in the high bits, big-endian
Y210LE - com.avpkit.core.IPixelFormat.Type
packed YUV 4:2:2 like YUYV422, 20bpp, data in the high bits, little-endian
Y400A - com.avpkit.core.IPixelFormat.Type
alias for YA8
YA16BE - com.avpkit.core.IPixelFormat.Type
16 bits gray, 16 bits alpha (big-endian)
YA16LE - com.avpkit.core.IPixelFormat.Type
16 bits gray, 16 bits alpha (little-endian)
YA8 - com.avpkit.core.IPixelFormat.Type
8 bits gray, 8 bits alpha
YUV_U - com.avpkit.core.IPixelFormat.YUVColorComponent
 
YUV_V - com.avpkit.core.IPixelFormat.YUVColorComponent
 
YUV_Y - com.avpkit.core.IPixelFormat.YUVColorComponent
 
YUV410P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)
YUV411P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
YUV420P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
YUV420P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
YUV420P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
YUV420P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
YUV420P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
YUV420P14BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
YUV420P14LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
YUV420P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
YUV420P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
YUV420P9BE - com.avpkit.core.IPixelFormat.Type
The following 12 formats have the disadvantage of needing 1 format for each bit depth.
Notice that each 9/10 bits sample is stored in 16 bits with extra padding.
If you want to support multiple bit depths, then using YUV420P16* with the bpp stored separately is better.
planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
YUV420P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
YUV422P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
YUV422P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
YUV422P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
YUV422P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
YUV422P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
YUV422P14BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
YUV422P14LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
YUV422P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
YUV422P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
YUV422P9BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
YUV422P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
YUV440P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
YUV440P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian
YUV440P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian
YUV440P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian
YUV440P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian
YUV444P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
YUV444P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
YUV444P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
YUV444P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
YUV444P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
YUV444P14BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
YUV444P14LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
YUV444P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
YUV444P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
YUV444P9BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
YUV444P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
YUVA420P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
YUVA420P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)
YUVA420P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)
YUVA420P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)
YUVA420P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)
YUVA420P9BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), big-endian
YUVA420P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), little-endian
YUVA422P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
YUVA422P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)
YUVA422P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)
YUVA422P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), 12b alpha, big-endian
YUVA422P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), 12b alpha, little-endian
YUVA422P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)
YUVA422P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)
YUVA422P9BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), big-endian
YUVA422P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), little-endian
YUVA444P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
YUVA444P10BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)
YUVA444P10LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)
YUVA444P12BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), 12b alpha, big-endian
YUVA444P12LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), 12b alpha, little-endian
YUVA444P16BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)
YUVA444P16LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)
YUVA444P9BE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), big-endian
YUVA444P9LE - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
YUVJ411P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of YUV411P and setting color_range
YUVJ420P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of YUV420P and setting color_range
YUVJ422P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of YUV422P and setting color_range
YUVJ440P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:0 full scale (JPEG), deprecated in favor of YUV440P and setting color_range
YUVJ444P - com.avpkit.core.IPixelFormat.Type
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of YUV444P and setting color_range
YUYV422 - com.avpkit.core.IPixelFormat.Type
packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
YVYU422 - com.avpkit.core.IPixelFormat.Type
packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb
A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes All Packages