Home
last modified time | relevance | path

Searched refs:dev_empty_buf (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_encoder.h72 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h215 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h76 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h225 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h76 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_swvenc_hevc.h79 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_swvenc_mpeg4.h119 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h230 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h74 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_swvenc_mpeg4.h141 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h277 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h70 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_swvenc_mpeg4.h121 bool dev_empty_buf(void *, void *,unsigned,unsigned);
Domx_video_base.h242 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1545 bool omx_venc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_venc
Domx_video_base.cpp3468 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()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp1193 bool omx_swvenc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_swvenc
Domx_video_base.cpp3913 if (dev_empty_buf(buffer, pmem_data_buf,nBufIndex,fd) != true) in empty_this_buffer_proxy()
3915 if (dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy()
5330 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
Domx_swvenc_mpeg4.cpp1788 bool omx_venc::dev_empty_buf in dev_empty_buf() function in omx_venc
Domx_video_encoder.cpp2319 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/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp3583 if (dev_empty_buf(buffer, pmem_data_buf,nBufIndex,fd) != true) in empty_this_buffer_proxy()
3585 if (dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy()
4976 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
Domx_video_encoder.cpp2057 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/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp4040 if (dev_empty_buf(buffer, pmem_data_buf,nBufIndex,fd) != true) in empty_this_buffer_proxy()
4042 if (dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy()
5524 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
Domx_swvenc_mpeg4.cpp1782 bool omx_venc::dev_empty_buf in dev_empty_buf() function in omx_venc
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp2270 bool omx_venc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_venc

12