Home
last modified time | relevance | path

Searched refs:mMapOutput2DriverColorFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1185 DecColorMapping mMapOutput2DriverColorFormat; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1260 DecColorMapping mMapOutput2DriverColorFormat; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp8427 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_NV12][-1] = in allocate_color_convert_buf()
8429 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_NV12][VDEC_CODECTYPE_MVC] = in allocate_color_convert_buf()
8431 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_NV12_UBWC][-1] = in allocate_color_convert_buf()
8433 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_NV12_TP10_UBWC][-1] = in allocate_color_convert_buf()
8435 mMapOutput2DriverColorFormat[VDEC_YUV_FORMAT_P010_VENUS][-1] = in allocate_color_convert_buf()
8754 for (auto& x: mMapOutput2DriverColorFormat) { in get_color_format()
8756 found = mMapOutput2DriverColorFormat.find(omx->drv_ctx.output_format); in get_color_format()
8757 if (found == mMapOutput2DriverColorFormat.end()) { in get_color_format()