HomeSort by relevance Sort by last modified time
    Searched refs:dev_stop (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 63 OMX_U32 dev_stop(void);
omx_video_base.h 205 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 66 OMX_U32 dev_stop(void);
omx_video_base.h 213 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 492 DEBUG_PRINT_LOW("\n dev_stop called after input flush complete\n");
493 if(dev_stop() != 0)
495 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in i/p flush!\n");
523 DEBUG_PRINT_LOW("\n dev_stop called after Output flush complete\n");
526 if(dev_stop() != 0)
528 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in o/p flush!\n");
880 if(dev_stop() != 0)
882 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1500 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 460 DEBUG_PRINT_LOW("\n dev_stop called after input flush complete\n");
461 if (dev_stop() != 0) {
462 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in i/p flush!\n");
486 DEBUG_PRINT_LOW("\n dev_stop called after Output flush complete\n");
488 if (dev_stop() != 0) {
489 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in o/p flush!\n");
799 if (dev_stop() != 0) {
800 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1527 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]

Completed in 447 milliseconds