Lines Matching refs:plane
183 * 2 plane YCbCr
184 * index 0 = Y plane, [7:0] Y
185 * index 1 = Cr:Cb plane, [15:0] Cr:Cb little endian
187 * index 1 = Cb:Cr plane, [15:0] Cb:Cr little endian
189 #define GBM_FORMAT_NV12 __gbm_fourcc_code('N', 'V', '1', '2') /* 2x2 subsampled Cr:Cb plane */
190 #define GBM_FORMAT_NV21 __gbm_fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */
191 #define GBM_FORMAT_NV16 __gbm_fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */
192 #define GBM_FORMAT_NV61 __gbm_fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */
195 * 3 plane YCbCr
196 * index 0: Y plane, [7:0] Y
197 * index 1: Cb plane, [7:0] Cb
198 * index 2: Cr plane, [7:0] Cr
200 * index 1: Cr plane, [7:0] Cr
201 * index 2: Cb plane, [7:0] Cb
377 gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
386 gbm_bo_get_offset(struct gbm_bo *bo, int plane);
404 gbm_bo_get_handle_for_plane(struct gbm_bo *bo, int plane);
407 gbm_bo_get_fd_for_plane(struct gbm_bo *bo, int plane);