Searched refs:dev_empty_buf (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_encoder.h | 72 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
D | omx_video_base.h | 215 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 76 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
D | omx_video_base.h | 221 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 3440 if (dev_empty_buf(buffer, pmem_data_buf,nBufIndex,fd) != true) in empty_this_buffer_proxy() 3442 if (dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy() 4773 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
|
D | omx_video_encoder.cpp | 1785 bool omx_venc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_venc
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1545 bool omx_venc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_venc
|
D | omx_video_base.cpp | 3468 if(dev_empty_buf(buffer, pmem_data_buf,nBufIndex,m_pInput_pmem[nBufIndex].fd) != true) in empty_this_buffer_proxy() 3470 if(dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy()
|