Home
last modified time | relevance | path

Searched refs:m_dither_config (Results 1 – 2 of 2) 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/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp848 m_dither_config = DITHER_ALL_COLORSPACE; in omx_vdec()
850m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_A… in omx_vdec()
853 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config); in omx_vdec()
1048 switch (m_dither_config) { in decide_dpb_buffer_mode()
1059 DEBUG_PRINT_ERROR("Unsupported dither configuration:%d", m_dither_config); in decide_dpb_buffer_mode()
1884 frame_data[6] = pThis->m_dither_config; in process_event_cb()
4073 pParam->eDitherType = (QOMX_VIDEO_DITHERTYPE) m_dither_config; in get_parameter()
5292m_dither_config = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_… in set_parameter()
5293 DEBUG_PRINT_LOW("set_parameter: Final Dither Config is: %d", m_dither_config); in set_parameter()