Home
last modified time | relevance | path

Searched refs:m_dither_config (Results 1 – 6 of 6) 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/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h704 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()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp922 m_dither_config = DITHER_DISABLE; in omx_vdec()
924 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config); in omx_vdec()
1099 switch (m_dither_config) { in decide_dpb_buffer_mode()
1110 DEBUG_PRINT_ERROR("Unsupported dither configuration:%d", m_dither_config); in decide_dpb_buffer_mode()
4077 pParam->eDitherType = (QOMX_VIDEO_DITHERTYPE) m_dither_config; in get_parameter()
5202m_dither_config = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_… in set_parameter()
5203 DEBUG_PRINT_LOW("set_parameter: Final Dither Config is: %d", m_dither_config); in set_parameter()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp887 m_dither_config = DITHER_DISABLE; in omx_vdec()
889 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config); in omx_vdec()
1075 switch (m_dither_config) { in decide_dpb_buffer_mode()
1086 DEBUG_PRINT_ERROR("Unsupported dither configuration:%d", m_dither_config); in decide_dpb_buffer_mode()
3898 pParam->eDitherType = (QOMX_VIDEO_DITHERTYPE) m_dither_config; in get_parameter()
4952m_dither_config = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_… in set_parameter()
4953 DEBUG_PRINT_LOW("set_parameter: Final Dither Config is: %d", m_dither_config); in set_parameter()