Searched refs:dev_flush (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h66 OMX_U32 dev_flush(unsigned);
H A Domx_video_base.h208 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h69 OMX_U32 dev_flush(unsigned);
H A Domx_video_base.h216 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp1516 OMX_U32 omx_venc::dev_flush(unsigned port) function in class:omx_venc
H A Domx_video_base.cpp1358 if(dev_flush(PORT_INDEX_OUT))
1360 DEBUG_PRINT_ERROR("\nERROR: o/p dev_flush() Failed");
1424 if(dev_flush(PORT_INDEX_IN))
1426 DEBUG_PRINT_ERROR("\nERROR: i/p dev_flush() Failed");
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1203 if (dev_flush(PORT_INDEX_OUT)) {
1204 DEBUG_PRINT_ERROR("\nERROR: o/p dev_flush() Failed");
1262 if (dev_flush(PORT_INDEX_IN)) {
1263 DEBUG_PRINT_ERROR("\nERROR: i/p dev_flush() Failed");
1321 if (dev_flush(PORT_INDEX_BOTH)) {
1322 DEBUG_PRINT_ERROR("\nERROR: dev_flush() Failed");
H A Domx_video_encoder.cpp1543 OMX_U32 omx_venc::dev_flush(unsigned port) function in class:omx_venc

Completed in 101 milliseconds