Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c1544 obj_buffer->alloc_size = 0; in psb__allocate_BO_buffer()
1552 obj_buffer->alloc_size = 0; in psb__allocate_BO_buffer()
1556 if (obj_buffer->alloc_size < (unsigned int)size) { in psb__allocate_BO_buffer()
1557 …DEBUG_GENERAL, "Buffer size mismatch: Need %d, currently have %d\n", size, obj_buffer->alloc_size); in psb__allocate_BO_buffer()
1563 obj_buffer->alloc_size = 0; in psb__allocate_BO_buffer()
1595 obj_buffer->alloc_size = size; in psb__allocate_BO_buffer()
1884 obj_buffer->alloc_size = 0; in psb__CreateBuffer()
Dpsb_drv_video.h594 unsigned int alloc_size; member
Dpsb_output.c531 obj_buffer->alloc_size = obj_buffer->size; in psb_DeriveImage()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6974 int alloc_size[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {0}; in allocate_output_buffer() local
6993 alloc_size[idx] = drv_ctx.op_buf.buffer_size * cnt; in allocate_output_buffer()
6999 alloc_size[idx], in allocate_output_buffer()
7005 DEBUG_PRINT_LOW("Failed to allocate chunk %ul size = %d", idx, alloc_size[idx]); in allocate_output_buffer()
7009 … DEBUG_PRINT_LOW("Allocated chunk %ul fd = %ul size = %d", idx, pmem_fd[idx], alloc_size[idx]); in allocate_output_buffer()
7048 alloc_size[idx], in allocate_output_buffer()
7053 (unsigned int)alloc_size[idx], pmem_fd[idx]); in allocate_output_buffer()
7063 munmap(pmem_baseaddress_temp[idx], alloc_size[idx]); in allocate_output_buffer()
7159 drv_ctx.op_buf_map_info[i].map_size = alloc_size[block_idx]; in allocate_output_buffer()