Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp1301 bool omx_video::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
1304 DEBUG_PRINT_LOW("\n execute_omx_flush - %d\n", flushType); in execute_omx_flush()
1305 if(flushType == 0 || flushType == OMX_ALL) in execute_omx_flush()
1311 if(flushType == 1 || flushType == OMX_ALL) in execute_omx_flush()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1150 bool omx_video::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
1153 DEBUG_PRINT_LOW("execute_omx_flush - %u", (unsigned int)flushType); in execute_omx_flush()
1165 if (flushType == 0 || flushType == OMX_ALL) { in execute_omx_flush()
1170 if (flushType == 1 || flushType == OMX_ALL) { in execute_omx_flush()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp2450 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2456 DEBUG_PRINT_LOW("in %s, flushing %u", __func__, (unsigned int)flushType); in execute_omx_flush()
2462 if (in_reconfig && flushType == OMX_CORE_OUTPUT_PORT_INDEX) { in execute_omx_flush()
2477 DEBUG_PRINT_ERROR("Flush Port (%u) Failed ", (unsigned int)flushType); in execute_omx_flush()
Domx_vdec_hevc_swvdec.cpp2688 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2694 DEBUG_PRINT_LOW("in %s flushType %d", __func__, (int)flushType); in execute_omx_flush()
2697 switch (flushType) in execute_omx_flush()
2733 if (flushType == OMX_CORE_INPUT_PORT_INDEX) in execute_omx_flush()
Domx_vdec_hevc.cpp2143 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2152 switch (flushType) { in execute_omx_flush()
2169 DEBUG_PRINT_ERROR("Flush Port (%lu) Failed ", flushType); in execute_omx_flush()
Domx_vdec.cpp2187 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2193 switch (flushType) { in execute_omx_flush()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp2205 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2210 switch (flushType) in execute_omx_flush()
Domx_vdec.cpp2279 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) in execute_omx_flush() argument
2284 switch (flushType) in execute_omx_flush()