Searched refs:omx_venc (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h43 class omx_venc: public omx_video class in inherits:omx_video
46 omx_venc(); //constructor
47 ~omx_venc(); //des
H A Dvideo_encoder_device.h48 venc_dev(class omx_venc *venc_class); //constructor
107 class omx_venc *venc_encoder;
H A Dvideo_encoder_device_copper.h165 venc_dev(class omx_venc *venc_class); //constructor
217 class omx_venc *venc_handle;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h44 class omx_venc: public omx_video class in inherits:omx_video
47 omx_venc(); //constructor
48 ~omx_venc(); //des
H A Dvideo_encoder_device_v4l2.h229 venc_dev(class omx_venc *venc_class); //constructor
298 class omx_venc *venc_handle;
H A Dvideo_encoder_device.h48 venc_dev(class omx_venc *venc_class); //constructor
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp59 return(new omx_venc);
64 omx_venc::omx_venc() function in class:omx_venc
87 omx_venc::~omx_venc()
95 omx_venc::ComponentInit
111 OMX_ERRORTYPE omx_venc::component_init(OMX_STRING role)
121 DEBUG_PRINT_HIGH("omx_venc(): Inside component_init()");
477 omx_venc::Setparameter
489 OMX_ERRORTYPE omx_venc
[all...]
H A Dvideo_encoder_device.cpp135 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");
H A Dvideo_encoder_device_v4l2.cpp173 venc_dev::venc_dev(class omx_venc *venc_class)
238 omx_venc *omx = reinterpret_cast<omx_venc*>(input);
396 DEBUG_PRINT_HIGH("omx_venc: Async Thread exit");
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp57 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
[all...]
H A Dvideo_encoder_device.cpp145 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");
H A Dvideo_encoder_device_copper.cpp144 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");

Completed in 225 milliseconds