Home
last modified time | relevance | path

Searched refs:VDEC_YUV_FORMAT_NV12_UBWC (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h492 VDEC_YUV_FORMAT_NV12_UBWC = 0x3 enumerator
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_vidc_dec.h452 VDEC_YUV_FORMAT_NV12_UBWC = 0x3 enumerator
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h251 VDEC_YUV_FORMAT_NV12_UBWC = 0x3, enumerator
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2_params.cpp736 … op_format = (enum vdec_output_format)VDEC_YUV_FORMAT_NV12_UBWC; in set_parameter()
Domx_vdec_v4l2.cpp1618 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC || in log_output_buffers()
1632 …int color_fmt = (drv_ctx.output_format== VDEC_YUV_FORMAT_NV12_UBWC)? COLOR_FMT_NV12_UBWC: COLOR_FM… in log_output_buffers()
1894 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12_UBWC; in component_init()
6626 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) in alloc_map_gbm_memory()
7134 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12_UBWC; in fix_drv_output_format()
8431 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_NV12_UBWC][-1] = in allocate_color_convert_buf()
8440 {VDEC_YUV_FORMAT_NV12_UBWC, NV12_UBWC}, in allocate_color_convert_buf()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h311 VDEC_YUV_FORMAT_NV12_UBWC = 0x3, enumerator
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2124 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC || in log_output_buffers()
2138 …int color_fmt = (drv_ctx.output_format== VDEC_YUV_FORMAT_NV12_UBWC)? COLOR_FMT_NV12_UBWC: COLOR_FM… in log_output_buffers()
2484 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12_UBWC; in component_init()
4288 … } else if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in set_parameter()
4530 … op_format = (enum vdec_output_fromat)VDEC_YUV_FORMAT_NV12_UBWC; in set_parameter()
9427 } else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in async_message_process()
12745 else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in set_color_format()
13072 } else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC){ in get_color_format()
13567 case VDEC_YUV_FORMAT_NV12_UBWC: in prefetchNewBuffers()