Searched refs:dev_free_buf (Results 1 - 24 of 24) 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/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_encoder.h69 bool dev_free_buf( void *,unsigned);
H A Domx_swvenc_hevc.h78 virtual bool dev_free_buf(void *,unsigned);
H A Domx_swvenc_mpeg4.h120 bool dev_free_buf( void *,unsigned);
H A Domx_video_base.h244 virtual bool dev_free_buf(void *,unsigned) = 0;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2627 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2628 DEBUG_PRINT_LOW("ERROR: dev_free_buf() Failed for i/p buf");
2650 if (dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2651 DEBUG_PRINT_ERROR("ERROR: dev_free_buf() Failed for i/p buf");
2682 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2683 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
2707 if (dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2708 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4475 if (!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)) {
4502 meta_error = !dev_free_buf(
[all...]
H A Domx_video_encoder.cpp2051 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.cpp2910 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2911 DEBUG_PRINT_LOW("ERROR: dev_free_buf() Failed for i/p buf");
2933 if (dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2934 DEBUG_PRINT_ERROR("ERROR: dev_free_buf() Failed for i/p buf");
2965 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2966 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
2990 if (dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
2991 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4767 if (!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)) {
4794 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.cpp2255 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2981 dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
2982 DEBUG_PRINT_LOW("ERROR: dev_free_buf() Failed for i/p buf");
3004 if (dev_free_buf(&m_pInput_pmem[index],PORT_INDEX_IN) != true) {
3005 DEBUG_PRINT_ERROR("ERROR: dev_free_buf() Failed for i/p buf");
3036 dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
3037 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
3061 if (dev_free_buf(&m_pOutput_pmem[index],PORT_INDEX_OUT) != true) {
3062 DEBUG_PRINT_ERROR("ERROR: dev_free_buf Failed for o/p buf");
4874 if (!dev_free_buf((&m_pInput_pmem[index_pmem]),PORT_INDEX_IN)) {
4905 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.cpp1777 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) function in class:omx_venc
H A Domx_video_encoder.cpp2372 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 85 milliseconds