/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 72 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 215 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 76 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 225 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 76 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_hevc.h | 79 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 119 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 232 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 74 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 141 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 279 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 70 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 121 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 244 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 73 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 144 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 270 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 73 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 145 bool dev_empty_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 265 virtual bool dev_empty_buf(void *, void *,unsigned,unsigned) = 0;
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 3583 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()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A 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
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_hevc.cpp | 1193 bool omx_swvenc::dev_empty_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) in dev_empty_buf() function in omx_swvenc
|
H A D | omx_video_base.cpp | 3912 if (dev_empty_buf(buffer, pmem_data_buf,nBufIndex,fd) != true) in empty_this_buffer_proxy() 3914 if (dev_empty_buf(buffer, pmem_data_buf,0,0) != true) in empty_this_buffer_proxy() 5335 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_base.cpp | 4040 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() 5531 if (dev_empty_buf(&emptyEosBufHdr, 0, index, m_pInput_pmem[index].fd) != true) { in push_empty_eos_buffer()
|