Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c60 FILE *fp_dst_c; member
389 if (yuv_out_diff && cfg->fp_dst_c) { in vdpp_test()
390 if (dstfrmsize_c > fwrite(pdst_c, 1, dstfrmsize_c, cfg->fp_dst_c)) { in vdpp_test()
596 cfg.fp_dst_c = fopen(cfg.dst_c_url, "w+b"); in main()
655 if (cfg.fp_dst_c) { in main()
656 fclose(cfg.fp_dst_c); in main()
657 cfg.fp_dst_c = NULL; in main()