Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1571 static FILE *fp_dws = NULL; in hal_h265e_v540c_wait() local
1612 if (fp_dws != NULL) { in hal_h265e_v540c_wait()
1613 fclose(fp_dws); in hal_h265e_v540c_wait()
1614 fp_dws = NULL; in hal_h265e_v540c_wait()
1616 fp_dws = fopen(file_name, "wb+"); in hal_h265e_v540c_wait()
1619 if (fp_dws) { in hal_h265e_v540c_wait()
1620 fwrite(dws_ptr , 1, dws_size, fp_dws); in hal_h265e_v540c_wait()
1621 fflush(fp_dws); in hal_h265e_v540c_wait()
H A Dhal_h265e_vepu510.c2421 static FILE *fp_dws = NULL; in hal_h265e_v510_wait() local
2461 if (fp_dws != NULL) { in hal_h265e_v510_wait()
2462 fclose(fp_dws); in hal_h265e_v510_wait()
2463 fp_dws = NULL; in hal_h265e_v510_wait()
2465 fp_dws = fopen(file_name, "wb+"); in hal_h265e_v510_wait()
2468 if (fp_dws) { in hal_h265e_v510_wait()
2469 fwrite(dws_ptr , 1, dws_size, fp_dws); in hal_h265e_v510_wait()
2470 fflush(fp_dws); in hal_h265e_v510_wait()