/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 73 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A 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/ |
H A D | omx_video_encoder.h | 77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A 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/ |
H A D | omx_video_encoder.h | 77 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_hevc.h | 80 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 120 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 231 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 71 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 122 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 243 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/ |
H A D | omx_video_encoder.h | 71 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_swvenc_mpeg4.h | 126 bool dev_fill_buf(void *, void *,unsigned,unsigned);
|
H A D | omx_video_base.h | 269 virtual bool dev_fill_buf(void *buffer, void *,unsigned,unsigned) = 0;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 1550 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_venc
|
H A D | omx_video_base.cpp | 3585 if(dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m_out_mem_ptr].fd) != true) 3587 DEBUG_PRINT_ERROR("\nERROR: dev_fill_buf() Failed");
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_hevc.cpp | 1245 bool omx_swvenc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_swvenc
|
H A D | omx_swvenc_mpeg4.cpp | 1875 bool omx_venc::dev_fill_buf function in class:omx_venc
|
H A D | omx_video_encoder.cpp | 2316 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_venc
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 2065 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_venc
|
H A D | omx_video_base.cpp | 3697 if (dev_fill_buf(bufferAdd, pmem_data_buf,(bufferAdd - m_out_mem_ptr),m_pOutput_pmem[bufferAdd - m_out_mem_ptr].fd) != true) { 3698 DEBUG_PRINT_ERROR("ERROR: dev_fill_buf() Failed");
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 1935 bool omx_venc::dev_fill_buf function in class:omx_venc
|
H A D | omx_video_encoder.cpp | 2500 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_venc
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 1899 bool omx_venc::dev_fill_buf function in class:omx_venc
|
H A D | omx_video_encoder.cpp | 2077 bool omx_venc::dev_fill_buf(void *buffer, void *pmem_data_buf,unsigned index,unsigned fd) function in class:omx_venc
|