Home
last modified time | relevance | path

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 DRgaUtils.h26 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 DRgaUtils.h26 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 DRgaUtils.h26 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 DRgaUtils.h26 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 DRgaUtils.h26 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 DrgaImDemo.cpp706 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 Drga_alpha_osd_demo.cpp98 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 DRgaUtils.cpp389 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 DRockchip_FAQ_RGA_CN.md1188 …文件出来,查看源数据是否正常。写文件的方法如果不太熟悉,可以参考源码目录下 **core/RgaUtils.cpp** 中的 **output_buf_data_to_file()** 函数的实现…
H A DRockchip_FAQ_RGA_EN.md1177 …amiliar with how to write files, see the implementation of the **output_buf_data_to_file()** funct…