Home
last modified time | relevance | path

Searched refs:dev_flush (Results 1 – 25 of 34) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_encoder.h66 OMX_U32 dev_flush(unsigned);
Domx_video_base.h209 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h70 OMX_U32 dev_flush(unsigned);
Domx_video_base.h219 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h70 OMX_U32 dev_flush(unsigned);
Domx_swvenc_hevc.h73 virtual OMX_U32 dev_flush(unsigned);
Domx_swvenc_mpeg4.h113 OMX_U32 dev_flush(unsigned);
Domx_video_base.h226 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h64 OMX_U32 dev_flush(unsigned);
Domx_swvenc_mpeg4.h115 OMX_U32 dev_flush(unsigned);
Domx_video_base.h238 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h66 OMX_U32 dev_flush(unsigned);
Domx_swvenc_mpeg4.h138 OMX_U32 dev_flush(unsigned);
Domx_video_base.h259 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h66 OMX_U32 dev_flush(unsigned);
Domx_swvenc_mpeg4.h137 OMX_U32 dev_flush(unsigned);
Domx_video_base.h263 virtual OMX_U32 dev_flush(unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1516 OMX_U32 omx_venc::dev_flush(unsigned port) in dev_flush() function in omx_venc
Domx_video_base.cpp1366 if(dev_flush(PORT_INDEX_OUT)) in execute_output_flush()
1432 if(dev_flush(PORT_INDEX_IN)) in execute_input_flush()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp1076 OMX_U32 omx_swvenc::dev_flush(unsigned port) in dev_flush() function in omx_swvenc
Domx_video_base.cpp1302 if (dev_flush(PORT_INDEX_OUT)) { in execute_output_flush()
1361 if (dev_flush(PORT_INDEX_IN)) { in execute_input_flush()
1438 if (dev_flush(PORT_INDEX_BOTH)) { in execute_flush_all()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1227 if (dev_flush(PORT_INDEX_OUT)) { in execute_output_flush()
1286 if (dev_flush(PORT_INDEX_IN)) { in execute_input_flush()
1363 if (dev_flush(PORT_INDEX_BOTH)) { in execute_flush_all()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1275 if (dev_flush(PORT_INDEX_OUT)) { in execute_output_flush()
1340 if (dev_flush(PORT_INDEX_IN)) { in execute_input_flush()
1423 if (dev_flush(PORT_INDEX_BOTH)) { in execute_flush_all()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1315 if (dev_flush(PORT_INDEX_OUT)) { in execute_output_flush()
1375 if (dev_flush(PORT_INDEX_IN)) { in execute_input_flush()
1454 if (dev_flush(PORT_INDEX_BOTH)) { in execute_flush_all()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1269 if (dev_flush(PORT_INDEX_OUT)) { in execute_output_flush()
1333 if (dev_flush(PORT_INDEX_IN)) { in execute_input_flush()
1416 if (dev_flush(PORT_INDEX_BOTH)) { in execute_flush_all()

12