Home | History | Annotate | Download | only in libcsc

Lines Matching refs:color_format

87     unsigned int color_format;
118 switch (handle->dst_format.color_format) {
152 switch (handle->dst_format.color_format) {
194 switch (handle->dst_format.color_format) {
232 switch (handle->dst_format.color_format) {
266 switch (handle->src_format.color_format) {
304 src_omx_format = hal_2_omx_pixel_format(handle->src_format.color_format);
305 dst_omx_format = hal_2_omx_pixel_format(handle->dst_format.color_format);
442 HAL_PIXEL_FORMAT_2_V4L2_PIX(csc_handle->src_format.color_format),
454 HAL_PIXEL_FORMAT_2_V4L2_PIX(csc_handle->dst_format.color_format),
469 hal_2_g2d_bpp(csc_handle->src_format.color_format) >> 3;
470 g2d->src.order = hal_2_g2d_pixel_order(csc_handle->src_format.color_format);
471 g2d->src.fmt = hal_2_g2d_color_format(csc_handle->src_format.color_format);
483 hal_2_g2d_bpp(csc_handle->dst_format.color_format) >> 3;
484 g2d->dst.order = hal_2_g2d_pixel_order(csc_handle->dst_format.color_format);
485 g2d->dst.fmt = hal_2_g2d_color_format(csc_handle->dst_format.color_format);
684 unsigned int *color_format,
700 *color_format = csc_handle->src_format.color_format;
714 unsigned int color_format,
730 csc_handle->src_format.color_format = color_format;
744 unsigned int *color_format,
760 *color_format = csc_handle->dst_format.color_format;
774 unsigned int color_format,
790 csc_handle->dst_format.color_format = color_format;