Searched refs:m_swvdec_mode (Results 1 – 2 of 2) sorted by relevance
569 m_swvdec_mode(-1), in omx_vdec()795 if ((!m_pSwVdec || m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) && in ~omx_vdec()796 (m_swvdec_mode != SWVDEC_MODE_PARSE_DECODE)) in ~omx_vdec()988 … if (!pThis->m_pSwVdec || pThis->m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) in process_event_cb()1023 pThis->m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) in process_event_cb()1165 … if (!pThis->m_pSwVdec || pThis->m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) in process_event_cb()1249 … if (!pThis->m_pSwVdec || pThis->m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) in process_event_cb()1403 if (pThis->m_swvdec_mode == SWVDEC_MODE_DECODE_ONLY) in process_event_cb()1803 m_swvdec_mode = SWVDEC_MODE_DECODE_ONLY; in component_init()1813 m_swvdec_mode = SWVDEC_MODE_PARSE_DECODE; in component_init()[all …]
908 int m_swvdec_mode; variable