| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 68 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, fg_width, fg_height, fg_format, 0)) { in main() 72 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main() 110 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
|
| H A D | rga_alpha_3channel_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 76 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, fg_width, fg_height, fg_format, 0)) { in main() 80 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main() 122 write_image_to_file(output_buf, LOCAL_FILE_PATH, output_width, output_height, output_format, 0); in main()
|
| H A D | rga_alpha_colorkey_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 70 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, fg_width, fg_height, fg_format, 0)) { in main() 74 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main() 141 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
|
| H A D | rga_alpha_yuv_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 81 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, fg_width, fg_height, fg_format, 0)) { in main() 85 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0)) { in main() 154 write_image_to_file(output_buf, LOCAL_FILE_PATH, output_width, output_height, output_format, 0); in main()
|
| H A D | rga_alpha_osd_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 93 …if (0 != read_image_from_file(fg_buf + i * block_size, LOCAL_FILE_PATH, block_witdh, block_height,… in main() 100 if (0 != read_image_from_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0)) { in main() 162 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/ |
| H A D | rga_copy_tile8x8_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 114 write_image_to_file(tile8_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main() 137 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 1); in main()
|
| H A D | rga_copy_fbc_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 74 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 115 write_image_to_fbc_file(fbc_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main() 138 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 1); in main()
|
| H A D | rga_copy_splice_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 83 …if (0 != read_image_from_file(left_buf, LOCAL_FILE_PATH, left_width, left_height, left_format, 0))… in main() 87 …if (0 != read_image_from_file(right_buf, LOCAL_FILE_PATH, right_width, right_height, right_format,… in main() 171 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_copy_splice_task_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 85 …if (0 != read_image_from_file(left_buf, LOCAL_FILE_PATH, left_width, left_height, left_format, 0))… in main() 89 …if (0 != read_image_from_file(right_buf, LOCAL_FILE_PATH, right_width, right_height, right_format,… in main() 193 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_copy_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 72 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 112 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/ |
| H A D | rga_allocator_dma_cache_demo.cpp | 39 #define LOCAL_FILE_PATH "/data" macro 80 ret = read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0); in main() 124 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main() 131 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 1); in main()
|
| H A D | rga_allocator_malloc_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 70 ret = read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0); in main() 110 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/mosaic_demo/src/ |
| H A D | rga_mosaic_demo.cpp | 38 #define LOCAL_FILE_PATH "/data" macro 59 if (0 != read_image_from_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0)) { in main() 105 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/cvtcolor_demo/src/ |
| H A D | rga_cvtcolor_csc_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 103 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_cvtcolor_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 103 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_cvtcolor_gray256_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 110 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/transform_demo/src/ |
| H A D | rga_transform_rotate_flip_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 114 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_transform_flip_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 113 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_transform_rotate_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 114 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/resize_demo/src/ |
| H A D | rga_resize_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 114 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/rop_demo/src/ |
| H A D | rga_rop_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 73 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 113 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/config_demo/src/ |
| H A D | rga_config_thread_core_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 72 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 106 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_config_single_core_demo.cpp | 42 #define LOCAL_FILE_PATH "/data" macro 74 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 106 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/crop_demo/src/ |
| H A D | rga_crop_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 75 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 121 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|
| H A D | rga_crop_rect_demo.cpp | 43 #define LOCAL_FILE_PATH "/data" macro 76 if (0 != read_image_from_file(src_buf, LOCAL_FILE_PATH, src_width, src_height, src_format, 0)) { in main() 130 write_image_to_file(dst_buf, LOCAL_FILE_PATH, dst_width, dst_height, dst_format, 0); in main()
|