Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c62 FILE *fp_hist_l; member
408 if (cfg->fp_hist_l) { in vdpp_test()
409 if (local_hist_size > fwrite(phist_l, 1, local_hist_size, cfg->fp_hist_l)) { in vdpp_test()
541 cfg.fp_hist_l = fopen(cfg.hist_l_url, "w+b"); in main()
665 if (cfg.fp_hist_l) { in main()
666 fclose(cfg.fp_hist_l); in main()
667 cfg.fp_hist_l = NULL; in main()