Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.h112 IM_API rga_buffer_handle_t rga_import_buffer(uint64_t memory, int type, uint32_t size);
113 IM_API rga_buffer_handle_t rga_import_buffer(uint64_t memory, int type, im_handle_param_t *param);
H A Dim2d.cpp105 return rga_import_buffer((uint64_t)fd, RGA_DMA_BUFFER, (uint32_t)size); in importbuffer_fd()
109 return rga_import_buffer((uint64_t)fd, RGA_DMA_BUFFER, param); in importbuffer_fd()
114 return rga_import_buffer((uint64_t)fd, RGA_DMA_BUFFER, &param); in importbuffer_fd()
118 return rga_import_buffer(ptr_to_u64(va), RGA_VIRTUAL_ADDRESS, param); in importbuffer_virtualaddr()
122 return rga_import_buffer(ptr_to_u64(va), RGA_VIRTUAL_ADDRESS, (uint32_t)size); in importbuffer_virtualaddr()
127 return rga_import_buffer(ptr_to_u64(va), RGA_VIRTUAL_ADDRESS, &param); in importbuffer_virtualaddr()
131 return rga_import_buffer(pa, RGA_PHYSICAL_ADDRESS, param); in importbuffer_physicaladdr()
135 return rga_import_buffer(pa, RGA_PHYSICAL_ADDRESS, (uint32_t)size); in importbuffer_physicaladdr()
140 return rga_import_buffer(pa, RGA_PHYSICAL_ADDRESS, &param); in importbuffer_physicaladdr()
H A Dim2d_impl.cpp1332 IM_API rga_buffer_handle_t rga_import_buffer(uint64_t memory, int type, uint32_t size) { in rga_import_buffer() function
1352 IM_API rga_buffer_handle_t rga_import_buffer(uint64_t memory, int type, im_handle_param_t *param) { in rga_import_buffer() function