Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1533 static FILE *fp_dws = NULL; in hal_h265e_v540c_wait() local
1574 if (fp_dws != NULL) { in hal_h265e_v540c_wait()
1575 fclose(fp_dws); in hal_h265e_v540c_wait()
1576 fp_dws = NULL; in hal_h265e_v540c_wait()
1578 fp_dws = fopen(file_name, "wb+"); in hal_h265e_v540c_wait()
1581 if (fp_dws) { in hal_h265e_v540c_wait()
1582 fwrite(dws_ptr , 1, dws_size, fp_dws); in hal_h265e_v540c_wait()
1583 fflush(fp_dws); in hal_h265e_v540c_wait()