Searched refs:output_buf_data_to_file (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | RgaUtils.h | 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | RgaUtils.h | 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | RgaUtils.h | 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | RgaUtils.h | 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | RgaUtils.h | 26 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index);
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_api_demo/ |
| H A D | rgaImDemo.cpp | 706 output_buf_data_to_file(outbuf, dst.format, dst.wstride, dst.hstride, 0); in main() 723 output_buf_data_to_file(outbuf, dst.format, dst.wstride, dst.hstride, 0); in main() 740 output_buf_data_to_file(dst_buf, dst.format, dst.wstride, dst.hstride, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/ |
| H A D | rga_alpha_osd_demo.cpp | 98 output_buf_data_to_file(fg_buf, fg_format, fg_width, fg_height, 0); in main()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | RgaUtils.cpp | 389 int output_buf_data_to_file(void *buf, int f, int sw, int sh, int index) { in output_buf_data_to_file() function
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 1188 …文件出来,查看源数据是否正常。写文件的方法如果不太熟悉,可以参考源码目录下 **core/RgaUtils.cpp** 中的 **output_buf_data_to_file()** 函数的实现…
|
| H A D | Rockchip_FAQ_RGA_EN.md | 1177 …amiliar with how to write files, see the implementation of the **output_buf_data_to_file()** funct…
|