Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_vidc_dec.h495 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/msm8998/kernel-headers/linux/
Dmsm_vidc_dec.h454 VDEC_YUV_FORMAT_NV12_UBWC = 0x3, enumerator
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_vidc_dec.h492 VDEC_YUV_FORMAT_NV12_UBWC = 0x3 enumerator
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2123 if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC || in log_output_buffers()
2137 …int color_fmt = (drv_ctx.output_format== VDEC_YUV_FORMAT_NV12_UBWC)? COLOR_FMT_NV12_UBWC: COLOR_FM… in log_output_buffers()
2483 drv_ctx.output_format = VDEC_YUV_FORMAT_NV12_UBWC; in component_init()
4287 … } else if (drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in set_parameter()
4529 … op_format = (enum vdec_output_fromat)VDEC_YUV_FORMAT_NV12_UBWC; in set_parameter()
9407 } else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in async_message_process()
12725 else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC) { in set_color_format()
13046 } else if (omx->drv_ctx.output_format == VDEC_YUV_FORMAT_NV12_UBWC){ in get_color_format()
13541 case VDEC_YUV_FORMAT_NV12_UBWC: in prefetchNewBuffers()