Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep2/test/
H A Diep2_test.c45 char slt_url[MAX_URL_LEN]; member
415 strncpy(cfg.slt_url, optarg, sizeof(cfg.slt_url) - 1); in main()
416 cfg.fp_slt = fopen(cfg.slt_url, "w+b"); in main()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c56 char slt_url[MAX_URL_LEN]; member
550 strncpy(cfg.slt_url, optarg, sizeof(cfg.slt_url) - 1); in main()
551 cfg.fp_slt = fopen(cfg.slt_url, "w+b"); in main()