Home
last modified time | relevance | path

Searched refs:DITHER_ALL_COLORSPACE (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h493 DITHER_ALL_COLORSPACE enumerator
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp846 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) || in omx_vdec()
848 m_dither_config = DITHER_ALL_COLORSPACE; in omx_vdec()
850 …ig = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE; in omx_vdec()
1055 case DITHER_ALL_COLORSPACE: in decide_dpb_buffer_mode()
5292 …g = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_ALL_COLORSPACE; in set_parameter()