Home
last modified time | relevance | path

Searched refs:fout (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c144 FILE *fout = NULL; in main() local
183 fout = fopen(cmd.output_file, "w+"); in main()
184 if (!fout) { in main()
315 dump_mpp_frame_to_file(dst_frm, fout); in main()
333 if (fout) in main()
334 fclose(fout); in main()