Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dhwpq_test.c53 FILE *fp_o_h; member
136 ctx->fp_o_h = fopen(p_cmd_cfg->dst_file_name_hist, "wb"); in multi_vdpp()
208 if (ctx->fp_o_h) in multi_vdpp()
209 fwrite(vdpp_proc_cfg.p_hist_buf, 1, VDPP_HIST_LENGTH, ctx->fp_o_h); in multi_vdpp()
235 if (ctx->fp_o_h) { in multi_vdpp()
236 fclose(ctx->fp_o_h); in multi_vdpp()
237 ctx->fp_o_h = NULL; in multi_vdpp()