Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c53 char hist_url[MAX_URL_LEN]; member
606 strncpy(cfg.hist_url, optarg, sizeof(cfg.hist_url) - 1); in main()
607 cfg.fp_hist = fopen(cfg.hist_url, "w+b"); in main()