Searched refs:fp_dws (Results 1 – 1 of 1) sorted by relevance
1533 static FILE *fp_dws = NULL; in hal_h265e_v540c_wait() local1574 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()