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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 43 class omx_venc: public omx_video class in inherits:omx_video
46 omx_venc(); //constructor
47 ~omx_venc(); //des
video_encoder_device.h 48 venc_dev(class omx_venc *venc_class); //constructor
107 class omx_venc *venc_encoder;
video_encoder_device_copper.h 165 venc_dev(class omx_venc *venc_class); //constructor
217 class omx_venc *venc_handle;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_encoder.h 44 class omx_venc: public omx_video class in inherits:omx_video
47 omx_venc(); //constructor
48 ~omx_venc(); //des
video_encoder_device.h 48 venc_dev(class omx_venc *venc_class); //constructor
video_encoder_device_v4l2.h 251 venc_dev(class omx_venc *venc_class); //constructor
320 class omx_venc *venc_handle;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 59 return(new omx_venc);
64 omx_venc::omx_venc() function in class:omx_venc
94 omx_venc::~omx_venc()
102 omx_venc::ComponentInit
118 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role)
128 DEBUG_PRINT_HIGH("omx_venc(): Inside component_init()");
537 omx_venc::Setparameter
549 OMX_ERRORTYPE omx_venc::set_parameter(OMX_IN OMX_HANDLETYPE hComp
    [all...]
video_encoder_device.cpp 135 venc_dev::venc_dev(class omx_venc *venc_class)
171 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
193 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit");
322 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure");
    [all...]
video_encoder_device_v4l2.cpp 212 venc_dev::venc_dev(class omx_venc *venc_class)
282 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
453 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit");
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 57 return(new omx_venc);
62 omx_venc::omx_venc() function in class:omx_venc
73 omx_venc::~omx_venc()
80 omx_venc::ComponentInit
96 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role)
106 DEBUG_PRINT_HIGH("\n omx_venc(): Inside component_init()");
464 omx_venc::Setparameter
476 OMX_ERRORTYPE omx_venc::set_parameter(OMX_IN OMX_HANDLETYPE hComp
    [all...]
video_encoder_device.cpp 145 venc_dev::venc_dev(class omx_venc *venc_class)
152 venc_encoder = reinterpret_cast<omx_venc*>(venc_class);
169 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
195 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
218 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]
video_encoder_device_copper.cpp 144 venc_dev::venc_dev(class omx_venc *venc_class)
161 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
233 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
251 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]

Completed in 360 milliseconds