Searched refs:pmem_baseaddress (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 4899 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 5118 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 5122 if (pmem_baseaddress == MAP_FAILED) in allocate_output_buffer() 5138 drv_ctx.ptr_outputbuffer [i].bufferaddr = pmem_baseaddress; in allocate_output_buffer() 5149 pmem_baseaddress, in allocate_output_buffer() 5156 pmem_baseaddress); in allocate_output_buffer() 9194 pmem_baseaddress[index], pmem_baseaddress[index]); in get_il_buf_hdr() 9265 munmap(pmem_baseaddress[index], buffer_size_req); in free_output_buffer() 9331 pmem_baseaddress[i] = (unsigned char *)mmap(NULL,buffer_size_req, in allocate_buffers_color_convert() 9334 if (pmem_baseaddress[i] == MAP_FAILED) { in allocate_buffers_color_convert() [all …]
|
D | omx_vdec_copper.cpp | 4558 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 4623 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 4627 if (pmem_baseaddress == MAP_FAILED) in allocate_output_buffer() 4714 pmem_baseaddress + (drv_ctx.op_buf.buffer_size*i); in allocate_output_buffer()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 5289 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 5362 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 5366 if (pmem_baseaddress == MAP_FAILED) in allocate_output_buffer() 5458 pmem_baseaddress + (drv_ctx.op_buf.buffer_size*i); in allocate_output_buffer() 9376 pmem_baseaddress[index], pmem_baseaddress[index]); in get_il_buf_hdr() 9449 munmap(pmem_baseaddress[index], buffer_size_req); in free_output_buffer() 9517 pmem_baseaddress[i] = (unsigned char *)mmap(NULL,buffer_size_req, in allocate_buffers_color_convert() 9520 if (pmem_baseaddress[i] == MAP_FAILED) { in allocate_buffers_color_convert() 9528 pmem_baseaddress[i],op_buf_ion_info[i].ion_alloc_data.handle,pmem_fd[i]); in allocate_buffers_color_convert() 9544 m_out_mem_ptr_client[i].pBuffer = pmem_baseaddress[i]; in allocate_buffers_color_convert() [all …]
|
D | omx_vdec.cpp | 4711 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 4938 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 4942 if (pmem_baseaddress == MAP_FAILED) { in allocate_output_buffer() 4958 drv_ctx.ptr_outputbuffer [i].bufferaddr = pmem_baseaddress; in allocate_output_buffer() 4969 pmem_baseaddress, in allocate_output_buffer() 4976 pmem_baseaddress); in allocate_output_buffer() 9475 bufadd->pBuffer,pmem_fd[index],pmem_baseaddress[index]); in get_il_buf_hdr() 9555 munmap(pmem_baseaddress[index], buffer_size_req); in free_output_buffer() 9633 pmem_baseaddress[i] = (unsigned char *)mmap(NULL,buffer_size_req, in allocate_buffers_color_convert() 9636 if (pmem_baseaddress[i] == MAP_FAILED) { in allocate_buffers_color_convert() [all …]
|
D | omx_vdec_hevc.cpp | 4414 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 4476 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 4480 if (pmem_baseaddress == MAP_FAILED) { in allocate_output_buffer() 4565 pmem_baseaddress + (drv_ctx.op_buf.buffer_size*i); in allocate_output_buffer() 8287 pmem_baseaddress[index], pmem_baseaddress[index]); in get_il_buf_hdr() 8361 munmap(pmem_baseaddress[index], buffer_size_req); in free_output_buffer() 8429 pmem_baseaddress[i] = (unsigned char *)mmap(NULL,buffer_size_req, in allocate_buffers_color_convert() 8432 if (pmem_baseaddress[i] == MAP_FAILED) { in allocate_buffers_color_convert() 8440 pmem_baseaddress[i],op_buf_ion_info[i].ion_alloc_data.handle,pmem_fd[i]); in allocate_buffers_color_convert() 8456 m_out_mem_ptr_client[i].pBuffer = pmem_baseaddress[i]; in allocate_buffers_color_convert()
|
D | omx_vdec_msm8974.cpp | 5106 unsigned char *pmem_baseaddress = NULL; in allocate_output_buffer() local 5167 pmem_baseaddress = (unsigned char *)mmap(NULL, in allocate_output_buffer() 5171 if (pmem_baseaddress == MAP_FAILED) { in allocate_output_buffer() 5256 pmem_baseaddress + (drv_ctx.op_buf.buffer_size*i); in allocate_output_buffer() 9723 pmem_baseaddress[index], pmem_baseaddress[index]); in get_il_buf_hdr() 9801 munmap(pmem_baseaddress[index], buffer_size_req); in free_output_buffer() 9869 pmem_baseaddress[i] = (unsigned char *)mmap(NULL,buffer_size_req, in allocate_buffers_color_convert() 9872 if (pmem_baseaddress[i] == MAP_FAILED) { in allocate_buffers_color_convert() 9880 pmem_baseaddress[i],(ion_handle*)op_buf_ion_info[i].ion_alloc_data.handle,pmem_fd[i]); in allocate_buffers_color_convert() 9896 m_out_mem_ptr_client[i].pBuffer = pmem_baseaddress[i]; in allocate_buffers_color_convert()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 865 unsigned char *pmem_baseaddress[MAX_COUNT]; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 901 unsigned char *pmem_baseaddress[MAX_COUNT]; variable
|
D | omx_vdec.h | 999 unsigned char *pmem_baseaddress[MAX_COUNT]; variable
|