Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_dec_nt_test.c47 FILE *fp_verify; member
201 if (data->fp_verify) { in dec_loop()
203 write_frm_crc(data->fp_verify, checkcrc); in dec_loop()
345 data.fp_verify = fopen(cmd->file_slt, "wt"); in dec_nt_decode()
346 if (!data.fp_verify) in dec_nt_decode()
478 if (data.fp_verify) { in dec_nt_decode()
479 fclose(data.fp_verify); in dec_nt_decode()
480 data.fp_verify = NULL; in dec_nt_decode()
H A Dmpi_dec_test.c47 FILE *fp_verify; member
206 if (data->fp_verify) { in dec_simple()
208 write_frm_crc(data->fp_verify, checkcrc); in dec_simple()
324 if (data->fp_verify) { in dec_advanced()
326 write_frm_crc(data->fp_verify, checkcrc); in dec_advanced()
450 data.fp_verify = fopen(cmd->file_slt, "wt"); in dec_decode()
451 if (!data.fp_verify) in dec_decode()
613 if (data.fp_verify) { in dec_decode()
614 fclose(data.fp_verify); in dec_decode()
615 data.fp_verify = NULL; in dec_decode()
H A Dmpi_enc_test.c78 FILE *fp_verify; member
337 p->fp_verify = fopen(cmd->file_slt, "wt"); in test_ctx_init()
338 if (!p->fp_verify) in test_ctx_init()
407 if (p->fp_verify) { in test_ctx_deinit()
408 fclose(p->fp_verify); in test_ctx_deinit()
409 p->fp_verify = NULL; in test_ctx_deinit()
1042 if (p->fp_verify && !p->pkt_eos) { in test_mpp_run()
1045 write_data_crc(p->fp_verify, &checkcrc); in test_mpp_run()
H A Dmpi_enc_mt_test.c47 FILE *fp_verify; member
206 p->fp_verify = fopen(cmd->file_slt, "wt"); in mt_test_ctx_init()
207 if (!p->fp_verify) in mt_test_ctx_init()
278 if (p->fp_verify) { in mt_test_ctx_deinit()
279 fclose(p->fp_verify); in mt_test_ctx_deinit()
280 p->fp_verify = NULL; in mt_test_ctx_deinit()