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

  /hardware/qcom/media/mm-video-legacy/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
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/inc/
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_v4l2.h 226 class venc_dev class
229 venc_dev(class omx_venc *venc_class); //constructor
230 ~venc_dev(); //des
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 145 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
153 DEBUG_PRINT_LOW("venc_dev constructor");
156 venc_dev::~venc_dev()
160 DEBUG_PRINT_LOW("venc_dev distructor");
199 bool venc_dev::venc_open(OMX_U32 codec)
318 void venc_dev::venc_close()
338 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
385 bool venc_dev::venc_loaded_start(
    [all...]
video_encoder_device_copper.cpp 144 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
151 venc_dev::~venc_dev()
237 bool venc_dev::venc_open(OMX_U32 codec)
418 void venc_dev::venc_close()
461 bool venc_dev::venc_set_buf_req(unsigned long *min_buff_count,
504 bool venc_dev::venc_loaded_start()
509 bool venc_dev::venc_loaded_stop()
514 bool venc_dev::venc_loaded_start_done(
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 135 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");
197 int venc_dev::venc_extradata_log_buffers(char *buffer_addr)
202 int venc_dev::venc_output_log_buffers(const char *buffer_addr, int buffer_len)
239 bool venc_dev::venc_get_output_log_flag()
244 int venc_dev::venc_input_log_buffers(OMX_BUFFERHEADERTYPE *pbuffer, void *pmem_data_buf, int framelen)
    [all...]
video_encoder_device_v4l2.cpp 173 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev
229 venc_dev::~venc_dev()
234 void* venc_dev::async_venc_message_thread (void *input)
446 int venc_dev::append_mbi_extradata(void *dst, struct msm_vidc_extradata_header* src)
462 bool venc_dev::handle_extradata(void *buffer, int index)
536 int venc_dev::venc_set_format(int format)
550 OMX_ERRORTYPE venc_dev::allocate_extradata()
596 void venc_dev::free_extradata(
    [all...]

Completed in 710 milliseconds