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

  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_encoder.h 57 OMX_U32 dev_stop(void);
omx_video_base.h 145 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 464 printf("\n dev_stop called after input flush complete\n");
465 if(dev_stop() != 0)
467 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in i/p flush!\n");
495 printf("\n dev_stop called after Output flush complete\n");
498 if(dev_stop() != 0)
500 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in o/p flush!\n");
808 if(dev_stop() != 0)
810 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1042 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]

Completed in 108 milliseconds