Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c106 static FILE *try_env_file(const char *env, const char *path, pid_t tid) in try_env_file() function
336 p->fp_in = try_env_file("mpp_dump_in", dec_pkt_path, p->tid); in mpp_ops_init()
339 p->fp_out = try_env_file("mpp_dump_out", dec_frm_path, p->tid); in mpp_ops_init()
345 p->fp_ops = try_env_file("mpp_dump_ops", dec_ops_path, p->tid); in mpp_ops_init()
348 p->fp_in = try_env_file("mpp_dump_in", enc_frm_path, p->tid); in mpp_ops_init()
354 p->fp_out = try_env_file("mpp_dump_out", enc_pkt_path, p->tid); in mpp_ops_init()
357 p->fp_ops = try_env_file("mpp_dump_ops", enc_ops_path, p->tid); in mpp_ops_init()
/rockchip-linux_mpp/mpp/vproc/vdpp/
H A Dhwpq_vdpp_proc.c443 static FILE *try_env_file(const char *env, const char *path, pid_t tid, int index) in try_env_file() function
473 fp_in = try_env_file("hwpq_vdpp_dump_in", hwpq_vdpp_in_path, tid, index); in vdpp_dump()
494 fp_out = try_env_file("hwpq_vdpp_dump_out", hwpq_vdpp_out_path, tid, index); in vdpp_dump()