Lines Matching refs:plane
161 * 2 plane YCbCr
162 * index 0 = Y plane, [7:0] Y
163 * index 1 = Cr:Cb plane, [15:0] Cr:Cb little endian
165 * index 1 = Cb:Cr plane, [15:0] Cb:Cr little endian
167 #define GBM_FORMAT_NV12 gbm_fourcc_code('N', 'V', '1', '2') /* 2x2 subsampled Cr:Cb plane */
168 #define GBM_FORMAT_NV21 gbm_fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */
169 #define GBM_FORMAT_NV16 gbm_fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */
170 #define GBM_FORMAT_NV61 gbm_fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */
173 * 3 plane YCbCr
174 * index 0: Y plane, [7:0] Y
175 * index 1: Cb plane, [7:0] Cb
176 * index 2: Cr plane, [7:0] Cr
178 * index 1: Cr plane, [7:0] Cr
179 * index 2: Cb plane, [7:0] Cb
316 uint32_t gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
322 uint32_t gbm_bo_get_offset(struct gbm_bo *bo, int plane);
334 union gbm_bo_handle gbm_bo_get_handle_for_plane(struct gbm_bo *bo, int plane);