| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_buffer.h | 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ macro 171 #undef wrapbuffer_handle 172 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 174 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_buffer.h | 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ macro 171 #undef wrapbuffer_handle 172 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 174 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle,
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_buffer.h | 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ macro 171 #undef wrapbuffer_handle 172 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 174 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_buffer.h | 101 #define wrapbuffer_handle(handle, width, height, format, ...) \ macro 171 #undef wrapbuffer_handle 172 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 174 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.hpp | 64 #undef wrapbuffer_handle 65 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 69 IM_API rga_buffer_t wrapbuffer_handle(rga_buffer_handle_t handle, 77 IM_API rga_buffer_t wrapbuffer_handle(buffer_handle_t hnd);
|
| /OK3568_Linux_fs/external/linux-rga/samples/resize_demo/src/ |
| H A D | rga_resize_uv_downsampling_demo.cpp | 67 src_img = wrapbuffer_handle(orig_src.handle, in local_downsampling_imcvtcolor() 70 dst_img = wrapbuffer_handle(orig_dst.handle, in local_downsampling_imcvtcolor() 196 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 197 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_resize_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/ |
| H A D | rga_copy_tile8x8_demo.cpp | 89 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 90 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 91 tile8_img = wrapbuffer_handle(tile8_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_copy_fbc_demo.cpp | 90 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 91 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 92 fbc_img = wrapbuffer_handle(fbc_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_copy_splice_demo.cpp | 101 left_img = wrapbuffer_handle(left_handle, left_width, left_height, left_format); in main() 102 right_img = wrapbuffer_handle(right_handle, right_width, right_height, right_format); in main() 103 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_copy_splice_task_demo.cpp | 103 left_img = wrapbuffer_handle(left_handle, left_width, left_height, left_format); in main() 104 right_img = wrapbuffer_handle(right_handle, right_width, right_height, right_format); in main() 105 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_copy_demo.cpp | 85 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 86 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_3channel_demo.cpp | 94 fg_img = wrapbuffer_handle(fg_handle, fg_width, fg_height, fg_format); in main() 95 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main() 96 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main()
|
| H A D | rga_alpha_yuv_demo.cpp | 99 fg_img = wrapbuffer_handle(fg_handle, fg_width, fg_height, fg_format); in main() 100 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main() 101 output_img = wrapbuffer_handle(output_handle, output_width, output_height, output_format); in main()
|
| H A D | rga_alpha_demo.cpp | 84 fg_img = wrapbuffer_handle(fg_handle, fg_width, fg_height, fg_format); in main() 85 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/ |
| H A D | rga_async_demo.cpp | 97 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 98 tmp_img = wrapbuffer_handle(tmp_handle, tmp_width, tmp_height, tmp_format); in main() 99 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/cvtcolor_demo/src/ |
| H A D | rga_cvtcolor_csc_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_cvtcolor_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_cvtcolor_gray256_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/transform_demo/src/ |
| H A D | rga_transform_rotate_flip_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_transform_flip_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_transform_rotate_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/rop_demo/src/ |
| H A D | rga_rop_demo.cpp | 86 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/config_demo/src/ |
| H A D | rga_config_thread_core_demo.cpp | 85 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 86 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|
| H A D | rga_config_single_core_demo.cpp | 87 src_img = wrapbuffer_handle(src_handle, src_width, src_height, src_format); in main() 88 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main()
|