Searched refs:fp_dws (Results 1 – 2 of 2) sorted by relevance
1571 static FILE *fp_dws = NULL; in hal_h265e_v540c_wait() local1612 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()
2421 static FILE *fp_dws = NULL; in hal_h265e_v510_wait() local2461 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()