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 215 virtual OMX_U32 dev_stop(void) = 0;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 500 DEBUG_PRINT_LOW("\n dev_stop called after input flush complete\n");
501 if(dev_stop() != 0)
503 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in i/p flush!\n");
531 DEBUG_PRINT_LOW("\n dev_stop called after Output flush complete\n");
534 if(dev_stop() != 0)
536 DEBUG_PRINT_ERROR("\nERROR: dev_stop() failed in o/p flush!\n");
888 if(dev_stop() != 0)
890 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 473 DEBUG_PRINT_LOW("dev_stop called after input flush complete");
474 if (dev_stop() != 0) {
475 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in i/p flush!");
499 DEBUG_PRINT_LOW("dev_stop called after Output flush complete");
501 if (dev_stop() != 0) {
502 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed in o/p flush!");
820 if (dev_stop() != 0) {
821 DEBUG_PRINT_ERROR("ERROR: dev_stop() failed at Idle --> Loaded");
    [all...]
omx_video_encoder.cpp 1876 OMX_U32 omx_venc::dev_stop( void) function in class:omx_venc
    [all...]

Completed in 122 milliseconds