Home
last modified time | relevance | path

Searched refs:wrapbuffer_handle (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Dim2d_buffer.h101 #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 Dim2d_buffer.h101 #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 Dim2d_buffer.h101 #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 Dim2d_buffer.h101 #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 Dim2d.hpp64 #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 Drga_resize_uv_downsampling_demo.cpp67 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 Drga_resize_demo.cpp86 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 Drga_copy_tile8x8_demo.cpp89 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 Drga_copy_fbc_demo.cpp90 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 Drga_copy_splice_demo.cpp101 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 Drga_copy_splice_task_demo.cpp103 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 Drga_copy_demo.cpp85 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 Drga_alpha_3channel_demo.cpp94 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 Drga_alpha_yuv_demo.cpp99 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 Drga_alpha_demo.cpp84 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 Drga_async_demo.cpp97 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 Drga_cvtcolor_csc_demo.cpp86 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 Drga_cvtcolor_demo.cpp86 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 Drga_cvtcolor_gray256_demo.cpp86 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 Drga_transform_rotate_flip_demo.cpp86 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 Drga_transform_flip_demo.cpp86 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 Drga_transform_rotate_demo.cpp86 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 Drga_rop_demo.cpp86 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 Drga_config_thread_core_demo.cpp85 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 Drga_config_single_core_demo.cpp87 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()

123