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.h209 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h70 OMX_U32 dev_flush(unsigned);
H A Domx_video_base.h215 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.cpp1213 if (dev_flush(PORT_INDEX_OUT)) {
1214 DEBUG_PRINT_ERROR("ERROR: o/p dev_flush() Failed");
1272 if (dev_flush(PORT_INDEX_IN)) {
1273 DEBUG_PRINT_ERROR("ERROR: i/p dev_flush() Failed");
1349 if (dev_flush(PORT_INDEX_BOTH)) {
1350 DEBUG_PRINT_ERROR("ERROR: dev_flush() Failed");
H A Domx_video_encoder.cpp1756 OMX_U32 omx_venc::dev_flush(unsigned port) function in class:omx_venc

Completed in 49 milliseconds