Searched refs:m_dither_config (Results 1 – 4 of 4) sorted by relevance
495 enum dither_type m_dither_config; variable
718 enum dither_type m_dither_config; variable
849 m_dither_config = DITHER_ALL_COLORSPACE; in omx_vdec()851 …m_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()5293 …m_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()
932 m_dither_config = DITHER_DISABLE; in omx_vdec()934 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config); in omx_vdec()1118 switch (m_dither_config) { in decide_dpb_buffer_mode()1129 DEBUG_PRINT_ERROR("Unsupported dither configuration:%d", m_dither_config); in decide_dpb_buffer_mode()4130 pParam->eDitherType = (QOMX_VIDEO_DITHERTYPE) m_dither_config; in get_parameter()5255 …m_dither_config = is_platform_tp10capture_supported() ? (dither_type)pParam->eDitherType : DITHER_… in set_parameter()5256 DEBUG_PRINT_LOW("set_parameter: Final Dither Config is: %d", m_dither_config); in set_parameter()