/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_device.h | 63 bool venc_use_buf(void*, unsigned,unsigned);
|
D | video_encoder_device_copper.h | 180 bool venc_use_buf(void*, unsigned,unsigned);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 63 bool venc_use_buf(void*, unsigned,unsigned);
|
D | video_encoder_device_v4l2.h | 346 bool venc_use_buf(void*, unsigned,unsigned);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 278 bool venc_use_buf(void*, unsigned,unsigned);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 334 bool venc_use_buf(void*, unsigned,unsigned);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1537 return handle->venc_use_buf(buf_addr,port,index); in dev_use_buf()
|
D | video_encoder_device.cpp | 1469 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) in venc_use_buf() function in venc_dev
|
D | video_encoder_device_copper.cpp | 1433 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned index) in venc_use_buf() function in venc_dev
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2049 return handle->venc_use_buf(buf_addr,port,index); in dev_use_buf()
|
D | video_encoder_device.cpp | 1675 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) in venc_use_buf() function in venc_dev
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2311 return handle->venc_use_buf(buf_addr,port,index); in dev_use_buf()
|
D | video_encoder_device.cpp | 1676 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) in venc_use_buf() function in venc_dev
|
D | video_encoder_device_v4l2.cpp | 3204 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned index) in venc_use_buf() function in venc_dev
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 2466 return handle->venc_use_buf(buf_addr,port,index); in dev_use_buf()
|