Lines Matching full:planes
51 * format consisting of Y, Cb, and Cr image planes.
70 * chrominance planes would be 18 x 35 bytes. If you specify a line padding of
72 * each of the chrominance planes would be 20 x 35 bytes.
297 * components in the source image are reordered into image planes, but no
329 * components in the source image are reordered into image planes, but no
688 * chrominance subsampling. The Y, U (Cb), and V (Cr) image planes should be
745 * Compress a set of Y, U (Cb), and V (Cr) image planes into a JPEG image.
749 * @param srcPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
751 * image to be compressed. These planes can be contiguous or non-contiguous in
755 * for more details. These image planes are not modified.
765 * the strides for all planes will be set to their respective plane widths.
949 * The Y, U (Cb), and V (Cr) image planes will be stored sequentially in the
975 * planes. This function uses the accelerated color conversion routines in the
999 * @param dstPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1001 * encoded image. These planes can be contiguous or non-contiguous in memory.
1010 * the strides for all planes will be set to their respective plane widths.
1154 * U (Cb), and V (Cr) image planes will be stored sequentially in the buffer
1192 * planes. This function performs JPEG decompression but leaves out the color
1202 * @param dstPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1204 * the YUV image. These planes can be contiguous or non-contiguous in memory.
1223 * the strides for all planes will be set to their respective scaled plane
1258 * chrominance subsampling. The Y, U (Cb), and V (Cr) image planes should be
1300 * Decode a set of Y, U (Cb), and V (Cr) image planes into an RGB or grayscale
1307 * @param srcPlanes an array of pointers to Y, U (Cb), and V (Cr) image planes
1309 * to be decoded. These planes can be contiguous or non-contiguous in memory.
1313 * details. These image planes are not modified.
1319 * the strides for all planes will be set to their respective plane widths.