Searched refs:dev_fill_buf (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/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/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 | 222 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/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/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1790 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 | 3549 …if (dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m… in fill_this_buffer_proxy()
|