Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h495 enum dither_type m_dither_config; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h681 enum dither_type m_dither_config; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp849 m_dither_config = DITHER_ALL_COLORSPACE; in omx_vdec()
851m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_A… in omx_vdec()
854 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config); in omx_vdec()
1049 switch (m_dither_config) { in decide_dpb_buffer_mode()
1060 DEBUG_PRINT_ERROR("Unsupported dither configuration:%d", m_dither_config); in decide_dpb_buffer_mode()
1885 frame_data[6] = pThis->m_dither_config; in process_event_cb()
4074 pParam->eDitherType = (QOMX_VIDEO_DITHERTYPE) m_dither_config; in get_parameter()
5293m_dither_config = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_… in set_parameter()
5294 DEBUG_PRINT_LOW("set_parameter: Final Dither Config is: %d", m_dither_config); in set_parameter()