Home
last modified time | relevance | path

Searched refs:pmem_baseaddress_temp (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6991 unsigned char *pmem_baseaddress_temp[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {NULL}; in allocate_output_buffer() local
7066 pmem_baseaddress_temp[idx] = (unsigned char *)mmap(NULL, in allocate_output_buffer()
7070 if (pmem_baseaddress_temp[idx] == MAP_FAILED) { in allocate_output_buffer()
7082 munmap(pmem_baseaddress_temp[idx], alloc_size[idx]); in allocate_output_buffer()
7177 drv_ctx.op_buf_map_info[i].base_address = pmem_baseaddress_temp[block_idx]; in allocate_output_buffer()
7187pmem_baseaddress_temp[block_idx] + (drv_ctx.op_buf.buffer_size * (i % block_buf_count)); in allocate_output_buffer()