Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep2/test/
H A Diep2_test.c44 char dst_url[MAX_URL_LEN]; member
410 strncpy(cfg.dst_url, optarg, sizeof(cfg.dst_url) - 1); in main()
411 cfg.fp_dst = fopen(cfg.dst_url, "w+b"); in main()
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c41 char dst_url[MAX_URL_LEN]; member
472 strncpy(cfg.dst_url, optarg, sizeof(cfg.dst_url) - 1); in main()
473 cfg.fp_dst = fopen(cfg.dst_url, "w+b"); in main()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c51 char dst_url[MAX_URL_LEN]; member
590 strncpy(cfg.dst_url, optarg, sizeof(cfg.dst_url) - 1); in main()
591 cfg.fp_dst = fopen(cfg.dst_url, "w+b"); in main()