/hardware/qcom/media/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/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 2268 int nBufHdrSize = 0; in use_output_buffer() local 2271 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in use_output_buffer() 2280 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in use_output_buffer() 2837 int nBufHdrSize = 0; in allocate_output_buffer() local 2840 nBufHdrSize = m_sOutPortDef.nBufferCountActual * sizeof(OMX_BUFFERHEADERTYPE); in allocate_output_buffer() 2849 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer()
|
/hardware/qcom/media/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 | 4907 int nBufHdrSize = 0; in allocate_output_buffer() local 4927 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4937 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_buffer() 4944 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8022 int nBufHdrSize = 0; in allocate_output_headers() local 8032 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 8042 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d\n",nBufHdrSize, in allocate_output_headers() 8048 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5284 int nBufHdrSize = 0; in allocate_output_buffer() local 5297 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 5307 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 5377 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8369 int nBufHdrSize = 0; in allocate_output_headers() local 8379 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 8389 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 8395 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers() 10152 int nBufHdrSize = drv_ctx.interm_op_buf.actualcount * sizeof(OMX_BUFFERHEADERTYPE); in allocate_interm_buffer() local 10153 m_interm_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_interm_buffer()
|
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 | 4409 int nBufHdrSize = 0; in allocate_output_buffer() local 4422 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 4432 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 4490 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 7357 int nBufHdrSize = 0; in allocate_output_headers() local 7367 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 7377 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 7383 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|
D | omx_vdec_msm8974.cpp | 5091 int nBufHdrSize = 0; in allocate_output_buffer() local 5104 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_buffer() 5114 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_buffer() 5171 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_buffer() 8404 int nBufHdrSize = 0; in allocate_output_headers() local 8414 nBufHdrSize = drv_ctx.op_buf.actualcount * in allocate_output_headers() 8424 DEBUG_PRINT_LOW("TotalBufHdr %d BufHdrSize %d PMEM %d PL %d",nBufHdrSize, in allocate_output_headers() 8430 m_out_mem_ptr = (OMX_BUFFERHEADERTYPE *)calloc(nBufHdrSize,1); in allocate_output_headers()
|