Searched refs:memory_parm (Results 1 – 6 of 6) sorted by relevance
226 struct rga_memory_parm *memory_parm, in rga_alloc_virt_addr() argument241 if (memory_parm->size) in rga_alloc_virt_addr()242 img_size = memory_parm->size; in rga_alloc_virt_addr()244 img_size = rga_image_size_cal(memory_parm->width, in rga_alloc_virt_addr()245 memory_parm->height, in rga_alloc_virt_addr()246 memory_parm->format, in rga_alloc_virt_addr()255 rga_dump_memory_parm(memory_parm); in rga_alloc_virt_addr()390 if (external_buffer->memory_parm.size) in rga_mm_map_dma_buffer()391 ex_buffer_size = external_buffer->memory_parm.size; in rga_mm_map_dma_buffer()393 ex_buffer_size = rga_image_size_cal(external_buffer->memory_parm.width, in rga_mm_map_dma_buffer()[all …]
905 if (dump_buffer->memory_parm.width == 0 && in rga_dump_image_to_file()906 dump_buffer->memory_parm.height == 0) in rga_dump_image_to_file()912 rga_get_format_name(dump_buffer->memory_parm.format)); in rga_dump_image_to_file()918 dump_buffer->memory_parm.width, in rga_dump_image_to_file()919 dump_buffer->memory_parm.height, in rga_dump_image_to_file()920 rga_get_format_name(dump_buffer->memory_parm.format)); in rga_dump_image_to_file()
41 buffer.memory_parm.width = channel_info->vir_w; in rga_mpi_set_channel_buffer()42 buffer.memory_parm.height = channel_info->vir_h; in rga_mpi_set_channel_buffer()43 buffer.memory_parm.format = channel_info->format; in rga_mpi_set_channel_buffer()
757 rga_dump_memory_parm(&buffer->memory_parm); in rga_dump_external_buffer()
216 struct rga_memory_parm memory_parm; member
286 struct rga_memory_parm memory_parm; member