Searched refs:flushType (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp1301 bool omx_video::execute_omx_flush(OMX_U32 flushType) argument
1304 DEBUG_PRINT_LOW("\n execute_omx_flush - %d\n", flushType);
1305 if(flushType == 0 || flushType == OMX_ALL)
1311 if(flushType == 1 || flushType == OMX_ALL)
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1140 bool omx_video::execute_omx_flush(OMX_U32 flushType) argument
1143 DEBUG_PRINT_LOW("\n execute_omx_flush - %d\n", flushType);
1155 if (flushType == 0 || flushType == OMX_ALL) {
1160 if (flushType == 1 || flushType == OMX_ALL) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2129 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) argument
2138 switch (flushType) {
2155 DEBUG_PRINT_ERROR("\n Flush Port (%lu) Failed ", flushType);
H A Domx_vdec_msm8974.cpp2284 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) argument
2290 DEBUG_PRINT_LOW("in %s, flushing %d", __func__, flushType);
2296 if (in_reconfig && flushType == OMX_CORE_OUTPUT_PORT_INDEX) {
2311 DEBUG_PRINT_ERROR("\n Flush Port (%lu) Failed ", flushType);
H A Domx_vdec.cpp2187 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) argument
2193 switch (flushType) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2266 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) argument
2271 switch (flushType)
H A Domx_vdec_copper.cpp2205 bool omx_vdec::execute_omx_flush(OMX_U32 flushType) argument
2210 switch (flushType)

Completed in 186 milliseconds