Lines Matching refs:plane
159 * 2 plane YCbCr
160 * index 0 = Y plane, [7:0] Y
161 * index 1 = Cr:Cb plane, [15:0] Cr:Cb little endian
163 * index 1 = Cb:Cr plane, [15:0] Cb:Cr little endian
165 #define GBM_FORMAT_NV12 gbm_fourcc_code('N', 'V', '1', '2') /* 2x2 subsampled Cr:Cb plane */
166 #define GBM_FORMAT_NV21 gbm_fourcc_code('N', 'V', '2', '1') /* 2x2 subsampled Cb:Cr plane */
167 #define GBM_FORMAT_NV16 gbm_fourcc_code('N', 'V', '1', '6') /* 2x1 subsampled Cr:Cb plane */
168 #define GBM_FORMAT_NV61 gbm_fourcc_code('N', 'V', '6', '1') /* 2x1 subsampled Cb:Cr plane */
171 * 3 plane YCbCr
172 * index 0: Y plane, [7:0] Y
173 * index 1: Cb plane, [7:0] Cb
174 * index 2: Cr plane, [7:0] Cr
176 * index 1: Cr plane, [7:0] Cr
177 * index 2: Cb plane, [7:0] Cb
308 uint32_t gbm_bo_get_stride_for_plane(struct gbm_bo *bo, int plane);
314 uint32_t gbm_bo_get_offset(struct gbm_bo *bo, int plane);
326 union gbm_bo_handle gbm_bo_get_handle_for_plane(struct gbm_bo *bo, int plane);