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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_encoder.h 60 class venc_dev *handle;
video_encoder_device.h 45 class venc_dev class
48 venc_dev(class omx_venc *venc_class); //constructor
49 ~venc_dev(); //des
video_encoder_device_copper.h 162 class venc_dev class
165 venc_dev(class omx_venc *venc_class); //constructor
166 ~venc_dev(); //des
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 142 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
149 DEBUG_PRINT_LOW("venc_dev constructor");
152 venc_dev::~venc_dev()
156 DEBUG_PRINT_LOW("venc_dev distructor");
192 bool venc_dev::venc_open(OMX_U32 codec)
318 void venc_dev::venc_close()
339 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
383 bool venc_dev::venc_loaded_start(
    [all...]
video_encoder_device_v4l2.cpp 172 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
210 venc_dev::~venc_dev()
215 void* venc_dev::async_venc_message_thread (void *input)
423 bool venc_dev::handle_extradata(void *buffer, int index)
446 int venc_dev::venc_set_format(int format)
460 OMX_ERRORTYPE venc_dev::allocate_extradata()
506 void venc_dev::free_extradata()
520 bool venc_dev::venc_open(OMX_U32 codec
    [all...]
omx_video_encoder.cpp 147 handle = new venc_dev(this);
431 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 147 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
155 DEBUG_PRINT_LOW("venc_dev constructor");
158 venc_dev::~venc_dev()
162 DEBUG_PRINT_LOW("venc_dev distructor");
201 bool venc_dev::venc_open(OMX_U32 codec)
320 void venc_dev::venc_close()
340 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
387 bool venc_dev::venc_loaded_start(
    [all...]
video_encoder_device_copper.cpp 146 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
153 venc_dev::~venc_dev()
239 bool venc_dev::venc_open(OMX_U32 codec)
420 void venc_dev::venc_close()
463 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
506 bool venc_dev::venc_loaded_start()
511 bool venc_dev::venc_loaded_stop()
516 bool venc_dev::venc_loaded_start_done(
    [all...]
omx_video_encoder.cpp 148 handle = new venc_dev(this);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 45 class venc_dev class
48 venc_dev(class omx_venc *venc_class); //constructor
49 ~venc_dev(); //des
omx_video_encoder.h 60 class venc_dev *handle;
video_encoder_device_v4l2.h 194 class venc_dev class
197 venc_dev(class omx_venc *venc_class); //constructor
198 ~venc_dev(); //des

Completed in 41 milliseconds