/hardware/qcom/media/msm8974/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/msm8974/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 | 248 class venc_dev class 251 venc_dev(class omx_venc *venc_class); //constructor 252 ~venc_dev(); //des
|
/hardware/qcom/media/msm8996/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 | 326 class venc_dev class 329 venc_dev(class omx_venc *venc_class); //constructor 330 ~venc_dev(); //des
|
/hardware/qcom/media/msm8974/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(OMX_U32 *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/msm8974/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 | 212 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev 273 venc_dev::~venc_dev() 278 void* venc_dev::async_venc_message_thread (void *input) 503 int venc_dev::append_mbi_extradata(void *dst, struct msm_vidc_extradata_header* src) 519 bool venc_dev::handle_extradata(void *buffer, int index) 603 int venc_dev::venc_set_format(int format) 617 OMX_ERRORTYPE venc_dev::allocate_extradata() 663 void venc_dev::free_extradata( [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 136 venc_dev::venc_dev(class omx_venc *venc_class) function in class:venc_dev 156 DEBUG_PRINT_LOW("venc_dev constructor"); 159 venc_dev::~venc_dev() 163 DEBUG_PRINT_LOW("venc_dev distructor"); 198 int venc_dev::venc_extradata_log_buffers(char *buffer_addr) 203 int venc_dev::venc_output_log_buffers(const char *buffer_addr, int buffer_len) 240 bool venc_dev::venc_get_output_log_flag() 245 int venc_dev::venc_input_log_buffers(OMX_BUFFERHEADERTYPE *pbuffer, void *pmem_data_buf, int framelen) [all...] |
video_encoder_device_v4l2.cpp | 220 venc_dev::venc_dev(class omx_venc *venc_class):mInputExtradata(venc_class), mOutputExtradata(venc_class) function in class:venc_dev 309 venc_dev::~venc_dev() 313 void* venc_dev::async_venc_message_thread (void *input) 594 int venc_dev::append_mbi_extradata(void *dst, struct msm_vidc_extradata_header* src) 610 bool venc_dev::handle_input_extradata(void *buffer, int fd) [all...] |