Searched refs:dev_free_buf (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_encoder.h71 bool dev_free_buf( void *,unsigned);
H A Domx_video_base.h214 virtual bool dev_free_buf(void *,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h75 bool dev_free_buf( void *,unsigned);
H A Domx_video_base.h224 virtual bool dev_free_buf(void *,unsigned) = 0;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h75 bool dev_free_buf( void *,unsigned);
H A Domx_swvenc_hevc.h78 virtual bool dev_free_buf(void *,unsigned);
H A Domx_swvenc_mpeg4.h118 bool dev_free_buf( void *,unsigned);
H A Domx_video_base.h227 virtual bool dev_free_buf(void *,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2603 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2604 DEBUG_PRINT_LOW("ERROR: dev_free_buf() Failed for i/p buf");
2626 if (dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2627 DEBUG_PRINT_ERROR("ERROR: dev_free_buf() Failed for i/p buf");
2658 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2659 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
2683 if (dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2684 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4452 if (!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)) {
4479 meta_error = !dev_free_buf(
[all...]
H A Domx_video_encoder.cpp2011 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2850 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2851 DEBUG_PRINT_LOW("ERROR: dev_free_buf() Failed for i/p buf");
2873 if (dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2874 DEBUG_PRINT_ERROR("ERROR: dev_free_buf() Failed for i/p buf");
2905 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2906 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
2930 if (dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2931 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4709 if (!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)) {
4736 meta_error = !dev_free_buf(
[all...]
H A Domx_swvenc_hevc.cpp1125 bool omx_swvenc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_swvenc
H A Domx_swvenc_mpeg4.cpp1778 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc
H A Domx_video_encoder.cpp2192 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp2519 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true)
2521 DEBUG_PRINT_LOW("\nERROR: dev_free_buf() Failed for i/p buf");
2540 if(dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true)
2542 DEBUG_PRINT_ERROR("\nERROR: dev_free_buf() Failed for i/p buf");
2573 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true)
2575 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
2595 if(dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true)
2597 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4385 if(!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)){
4413 meta_error = !dev_free_buf(
[all...]
H A Domx_video_encoder.cpp1540 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc

Completed in 115 milliseconds