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_v4l2.h 197 venc_dev(class omx_venc *venc_class); //constructor
258 class omx_venc *venc_handle;
video_encoder_device.h 48 venc_dev(class omx_venc *venc_class); //constructor
  /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 147 venc_dev::venc_dev(class omx_venc *venc_class)
154 venc_encoder = reinterpret_cast<omx_venc*>(venc_class);
171 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
197 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
220 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]
video_encoder_device_copper.cpp 146 venc_dev::venc_dev(class omx_venc *venc_class)
163 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
235 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
253 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 57 return(new omx_venc);
62 omx_venc::omx_venc() function in class:omx_venc
74 omx_venc::~omx_venc()
82 omx_venc::ComponentInit
98 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role)
108 DEBUG_PRINT_HIGH("\n omx_venc(): Inside component_init()");
447 omx_venc::Setparameter
459 OMX_ERRORTYPE omx_venc::set_parameter(OMX_IN OMX_HANDLETYPE hComp
    [all...]
video_encoder_device.cpp 142 venc_dev::venc_dev(class omx_venc *venc_class)
165 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
188 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
206 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]
video_encoder_device_v4l2.cpp 172 venc_dev::venc_dev(class omx_venc *venc_class)
219 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
373 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit\n");
542 DEBUG_PRINT_ERROR("ERROR: Omx_venc::Comp Init Returning failure\n");
    [all...]

Completed in 908 milliseconds