Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1284 SWVDEC_BUFFER_FLUSH_TYPE aFlushType = SWVDEC_FLUSH_ALL; in process_event_cb() local
1287 aFlushType = SWVDEC_FLUSH_ALL; in process_event_cb()
1293 aFlushType = SWVDEC_FLUSH_OUTPUT; in process_event_cb()
1298 … bFlushSwVdec, pThis->m_interm_flush_swvdec_progress, pThis->output_flush_progress, aFlushType); in process_event_cb()
1302 if (SwVdec_Flush(pThis->m_pSwVdec, aFlushType) != SWVDEC_S_SUCCESS) in process_event_cb()
2772 SWVDEC_BUFFER_FLUSH_TYPE aFlushType = SWVDEC_FLUSH_OUTPUT; in execute_omx_flush() local
2775 aFlushType = SWVDEC_FLUSH_ALL; in execute_omx_flush()
2777 DEBUG_PRINT_HIGH("Flush swvdec type %d", aFlushType); in execute_omx_flush()
2778 if (SwVdec_Flush(m_pSwVdec, aFlushType) != SWVDEC_S_SUCCESS) in execute_omx_flush()
2782 DEBUG_PRINT_LOW("Flush swvdec type %d successful", aFlushType); in execute_omx_flush()