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 206 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 67 OMX_U32 dev_stop(void);
omx_video_base.h 212 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 462 DEBUG_PRINT_LOW("dev_stop called after input flush complete");
463 if (dev_stop() != 0) {
464 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in i/p flush!");
488 DEBUG_PRINT_LOW("dev_stop called after Output flush complete");
490 if (dev_stop() != 0) {
491 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in o/p flush!");
809 if (dev_stop() != 0) {
810 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1739 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]

Completed in 770 milliseconds