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

  /hardware/qcom/media/mm-video/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/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...]

Completed in 195 milliseconds