Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c61 FILE *fp_hist; member
396 if (cfg->fp_hist) { in vdpp_test()
397 if (DCI_HIST_SIZE > fwrite(phist, 1, DCI_HIST_SIZE, cfg->fp_hist)) { in vdpp_test()
607 cfg.fp_hist = fopen(cfg.hist_url, "w+b"); in main()
660 if (cfg.fp_hist) { in main()
661 fclose(cfg.fp_hist); in main()
662 cfg.fp_hist = NULL; in main()