Home
last modified time | relevance | path

Searched refs:dev_fill_buf (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_encoder.h73 bool dev_fill_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h216 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h226 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
Domx_swvenc_hevc.h80 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned);
Domx_swvenc_mpeg4.h120 bool dev_fill_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h229 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp1245 bool omx_swvenc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_swvenc
Domx_video_encoder.cpp2205 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
Domx_swvenc_mpeg4.cpp1875 bool omx_venc::dev_fill_buf in dev_fill_buf() function in omx_venc
Domx_video_base.cpp3926 …if (dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m… in fill_this_buffer_proxy()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1550 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
Domx_video_base.cpp3585 …if(dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m_… in fill_this_buffer_proxy()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2024 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
Domx_video_base.cpp3672 …if (dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m… in fill_this_buffer_proxy()