Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video/vidc/venc/inc/
Domx_video_base.h571 bool output_flush_progress; variable
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec.cpp449 output_flush_progress (false), in omx_vdec()
855 if (!pThis->output_flush_progress) in process_event_cb()
877 if (!pThis->output_flush_progress) in process_event_cb()
2260 output_flush_progress = true; in execute_omx_flush()
2265 output_flush_progress = true; in execute_omx_flush()
2316 output_flush_progress = false; in execute_output_flush()
5790 if(m_out_bEnabled != OMX_TRUE || output_flush_progress == true) in fill_this_buffer_proxy()
6480 else if (output_flush_progress) in fill_buffer_done()
6521 if (!output_flush_progress) in fill_buffer_done()
6550 if (!output_flush_progress) in fill_buffer_done()
[all …]
Domx_vdec_copper.cpp470 output_flush_progress (false), in omx_vdec()
874 if (!pThis->output_flush_progress) in process_event_cb()
896 if (!pThis->output_flush_progress) in process_event_cb()
2224 output_flush_progress = true; in execute_omx_flush()
2229 output_flush_progress = true; in execute_omx_flush()
2280 output_flush_progress = false; in execute_output_flush()
5532 if(m_out_bEnabled != OMX_TRUE || output_flush_progress == true) in fill_this_buffer_proxy()
6203 else if (output_flush_progress) in fill_buffer_done()
6220 if (!output_flush_progress) in fill_buffer_done()
6246 if (!output_flush_progress) in fill_buffer_done()
[all …]
/hardware/qcom/media/mm-video/vidc/venc/src/
Domx_video_base.cpp238 output_flush_progress (false), in omx_video()
486 if(!pThis->output_flush_progress) in process_event_cb()
502 pThis->output_flush_progress = false; in process_event_cb()
1310 output_flush_progress = true; in execute_omx_flush()
3539 if( m_sOutPortDef.bEnabled != OMX_TRUE || output_flush_progress == true) in fill_this_buffer_proxy()
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Domx_vdec.h708 bool output_flush_progress; variable