| /OK3568_Linux_fs/external/linux-rga/samples/resize_demo/src/ |
| H A D | rga_resize_uv_downsampling_demo.cpp | 59 rga_buffer_t src_img, dst_img; in local_downsampling_imcvtcolor() local 63 memset(&dst_img, 0, sizeof(dst_img)); in local_downsampling_imcvtcolor() 70 dst_img = wrapbuffer_handle(orig_dst.handle, in local_downsampling_imcvtcolor() 74 if (src_img.handle != dst_img.handle) { in local_downsampling_imcvtcolor() 85 ret = improcess(src_img, dst_img, {}, src_rect, dst_rect, {}, IM_SYNC); in local_downsampling_imcvtcolor() 119 ret = improcess(src_img, dst_img, {}, src_rect, dst_rect, {}, IM_SYNC); in local_downsampling_imcvtcolor() 138 rga_buffer_t src_img, dst_img; in main() local 143 memset(&dst_img, 0, sizeof(dst_img)); in main() 197 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 199 ret = imcheck(src_img, dst_img, {}, {}); in main() [all …]
|
| H A D | rga_resize_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 100 ret = imcheck(src_img, dst_img, {}, {}); in main() 106 ret = imresize(src_img, dst_img); in main()
|
| H A D | rga_resize_rect_demo.cpp | 51 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 88 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 124 ret = imcheck(src_img, dst_img, {}, dst_rect[i]); in main() 130 ret = improcess(src_img, dst_img, {}, {}, dst_rect[i], {}, IM_SYNC); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/ |
| H A D | rga_copy_splice_demo.cpp | 52 rga_buffer_t left_img, right_img, dst_img; in main() local 58 memset(&dst_img, 0, sizeof(dst_img)); in main() 103 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 128 ret = imcheck(left_img, dst_img, {}, left_rect); in main() 134 ret = improcess(left_img, dst_img, {}, {}, left_rect, {}, IM_SYNC); in main() 156 ret = imcheck(right_img, dst_img, {}, right_rect); in main() 162 ret = improcess(right_img, dst_img, {}, {}, right_rect, {}, IM_SYNC); in main()
|
| H A D | rga_copy_splice_task_demo.cpp | 53 rga_buffer_t left_img, right_img, dst_img; in main() local 60 memset(&dst_img, 0, sizeof(dst_img)); in main() 105 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 139 ret = imcheck(left_img, dst_img, {}, left_rect); in main() 145 ret = improcessTask(job_handle, left_img, dst_img, {}, {}, left_rect, {}, NULL, IM_SYNC); in main() 167 ret = imcheck(right_img, dst_img, {}, right_rect); in main() 173 ret = improcessTask(job_handle, right_img, dst_img, {}, {}, right_rect, {}, NULL, IM_SYNC); in main()
|
| H A D | rga_copy_demo.cpp | 51 rga_buffer_t src_img, dst_img; in main() local 55 memset(&dst_img, 0, sizeof(dst_img)); in main() 86 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 97 ret = imcheck(src_img, dst_img, {}, {}); in main() 103 ret = imcopy(src_img, dst_img); in main()
|
| H A D | rga_copy_tile8x8_demo.cpp | 51 rga_buffer_t src_img, dst_img, tile8_img; in main() local 55 memset(&dst_img, 0, sizeof(dst_img)); in main() 90 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 126 dst_img.rd_mode = IM_RASTER_MODE; in main() 128 ret = imcopy(tile8_img, dst_img); in main()
|
| H A D | rga_copy_fbc_demo.cpp | 51 rga_buffer_t src_img, dst_img, fbc_img; in main() local 55 memset(&dst_img, 0, sizeof(dst_img)); in main() 91 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 127 dst_img.rd_mode = IM_RASTER_MODE; in main() 129 ret = imcopy(fbc_img, dst_img); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/cvtcolor_demo/src/ |
| H A D | rga_cvtcolor_csc_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 89 ret = imcheck(src_img, dst_img, {}, {}); in main() 95 ret = imcvtcolor(src_img, dst_img, src_format, dst_format, IM_RGB_TO_YUV_BT709_LIMIT); in main()
|
| H A D | rga_cvtcolor_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 89 ret = imcheck(src_img, dst_img, {}, {}); in main() 95 ret = imcvtcolor(src_img, dst_img, src_format, dst_format); in main()
|
| H A D | rga_cvtcolor_gray256_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 89 ret = imcheck(src_img, dst_img, {}, {}); in main() 102 ret = imcvtcolor(src_img, dst_img, src_format, dst_format, IM_RGB_TO_YUV_BT601_FULL); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/transform_demo/src/ |
| H A D | rga_transform_rotate_flip_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 100 ret = imcheck(src_img, dst_img, {}, {}); in main() 106 …ret = improcess(src_img, dst_img, {}, {}, {}, {}, IM_HAL_TRANSFORM_ROT_270 | IM_HAL_TRANSFORM_FLIP… in main()
|
| H A D | rga_transform_flip_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 99 ret = imcheck(src_img, dst_img, {}, {}); in main() 105 ret = imflip(src_img, dst_img, IM_HAL_TRANSFORM_FLIP_H); in main()
|
| H A D | rga_transform_rotate_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 100 ret = imcheck(src_img, dst_img, {}, {}); in main() 106 ret = imrotate(src_img, dst_img, IM_HAL_TRANSFORM_ROT_90); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/rop_demo/src/ |
| H A D | rga_rop_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 87 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 99 ret = imcheck(src_img, dst_img, {}, {}); in main() 105 ret = imrop(src_img, dst_img, IM_ROP_AND); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/config_demo/src/ |
| H A D | rga_config_thread_core_demo.cpp | 51 rga_buffer_t src_img, dst_img; in main() local 55 memset(&dst_img, 0, sizeof(dst_img)); in main() 86 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 88 ret = imcheck(src_img, dst_img, {}, {}); in main() 97 ret = imcopy(src_img, dst_img); in main()
|
| H A D | rga_config_single_core_demo.cpp | 51 rga_buffer_t src_img, dst_img; in main() local 56 memset(&dst_img, 0, sizeof(dst_img)); in main() 88 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 90 ret = imcheck(src_img, dst_img, {}, {}); in main() 98 ret = improcess(src_img, dst_img, {}, {}, {}, {}, -1, NULL, &opt, IM_SYNC); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/crop_demo/src/ |
| H A D | rga_crop_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 57 memset(&dst_img, 0, sizeof(dst_img)); in main() 89 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 107 ret = imcheck(src_img, dst_img, {}, {}); in main() 113 ret = imcrop(src_img, dst_img, rect); in main()
|
| H A D | rga_crop_rect_demo.cpp | 52 rga_buffer_t src_img, dst_img; in main() local 57 memset(&dst_img, 0, sizeof(dst_img)); in main() 90 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 116 ret = imcheck(src_img, dst_img, src_rect, dst_rect); in main() 122 ret = improcess(src_img, dst_img, {}, src_rect, dst_rect, {}, IM_SYNC); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/padding_demo/src/ |
| H A D | rga_padding_demo.cpp | 53 rga_buffer_t src_img, dst_img; in main() local 57 memset(&dst_img, 0, sizeof(dst_img)); in main() 93 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 110 ret = imcheck(src_img, dst_img, {}, {}); in main() 116 ret = immakeBorder(src_img, dst_img, top, bottom, left, right, IM_BORDER_REFLECT); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/async_demo/src/ |
| H A D | rga_async_demo.cpp | 54 rga_buffer_t src_img, tmp_img, dst_img; in main() local 59 memset(&dst_img, 0, sizeof(dst_img)); in main() 99 dst_img = wrapbuffer_handle(dst_handle, dst_width, dst_height, dst_format); in main() 140 ret = imcheck(tmp_img, dst_img, {}, {}); in main() 146 …ret = improcess(tmp_img, dst_img, {}, {}, {}, {}, acquire_fence_fd, &release_fence_fd, NULL, IM_AS… in main()
|