/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_encoder.h | 73 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
D | omx_video_base.h | 216 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
D | omx_video_base.h | 226 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
D | omx_swvenc_hevc.h | 80 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned);
|
D | omx_swvenc_mpeg4.h | 120 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
D | omx_video_base.h | 229 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 1245 bool omx_swvenc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_swvenc
|
D | omx_video_encoder.cpp | 2205 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
|
D | omx_swvenc_mpeg4.cpp | 1875 bool omx_venc::dev_fill_buf in dev_fill_buf() function in omx_venc
|
D | omx_video_base.cpp | 3926 …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/ |
D | omx_video_encoder.cpp | 1550 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
|
D | omx_video_base.cpp | 3585 …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/ |
D | omx_video_encoder.cpp | 2024 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_fill_buf() function in omx_venc
|
D | omx_video_base.cpp | 3672 …if (dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m… in fill_this_buffer_proxy()
|