Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_mm.c226 struct rga_memory_parm *memory_parm, in rga_alloc_virt_addr() argument
241 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 …]
H A Drga_debugger.c905 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()
H A Drga_drv.c41 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()
H A Drga_common.c757 rga_dump_memory_parm(&buffer->memory_parm); in rga_dump_external_buffer()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h216 struct rga_memory_parm memory_parm; member
H A Drga.h286 struct rga_memory_parm memory_parm; member