/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 2249 int nBufHdrSize = 0; in use_output_buffer() local 2252 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in use_output_buffer() 2261 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in use_output_buffer() 2839 int nBufHdrSize = 0; in allocate_output_buffer() local 2842 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in allocate_output_buffer() 2851 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 2746 int nBufHdrSize = 0; in use_output_buffer() local 2749 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in use_output_buffer() 2758 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in use_output_buffer() 3421 int nBufHdrSize = 0; in allocate_output_buffer() local 3424 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in allocate_output_buffer() 3433 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 4553 int nBufHdrSize = 0; in allocate_output_buffer() local 4566 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4576 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_buffer() 4638 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 7507 int nBufHdrSize = 0; in allocate_output_headers() local 7517 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 7527 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_headers() 7533 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
D | omx_vdec.cpp | 4913 int nBufHdrSize = 0; in allocate_output_buffer() local 4933 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4943 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_buffer() 4950 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8028 int nBufHdrSize = 0; in allocate_output_headers() local 8038 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 8048 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_headers() 8054 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 4866 int nBufHdrSize = 0; in allocate_output_buffer() local 4872 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4902 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 7185 int nBufHdrSize = 0; in allocate_output_headers() local 7195 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 7198 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d \n",nBufHdrSize, in allocate_output_headers() 7201 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5486 int nBufHdrSize = 0; in allocate_output_buffer() local 5499 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 5509 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 5581 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8584 int nBufHdrSize = 0; in allocate_output_headers() local 8594 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 8604 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 8610 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers() 10375 int nBufHdrSize = drv_ctx.interm_op_buf.actualcount * sizeof(OMX_BUFFERHEADERTYPE); in allocate_interm_buffer() local 10376 m_interm_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_interm_buffer()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 4706 int nBufHdrSize = 0; in allocate_output_buffer() local 4725 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4735 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 4742 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 7718 int nBufHdrSize = 0; in allocate_output_headers() local 7728 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 7738 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 7744 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
D | omx_vdec_hevc.cpp | 4407 int nBufHdrSize = 0; in allocate_output_buffer() local 4420 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4430 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 4488 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 7361 int nBufHdrSize = 0; in allocate_output_headers() local 7371 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 7381 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 7387 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
D | omx_vdec_msm8974.cpp | 5569 int nBufHdrSize = 0; in allocate_output_buffer() local 5582 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 5592 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %u PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 5655 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8988 int nBufHdrSize = 0; in allocate_output_headers() local 8998 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 9008 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %u PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 9014 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|