Searched refs:fp_fbd (Results 1 – 1 of 1) sorted by relevance
1531 static FILE *fp_fbd = NULL; in hal_h265e_v540c_wait() local1546 if (fp_fbd != NULL) { in hal_h265e_v540c_wait()1547 fclose(fp_fbd); in hal_h265e_v540c_wait()1548 fp_fbd = NULL; in hal_h265e_v540c_wait()1550 fp_fbd = fopen(file_name, "wb+"); in hal_h265e_v540c_wait()1552 if (fp_fbd) { in hal_h265e_v540c_wait()1553 fwrite(ptr + ctx->fbc_header_len, 1, rec_size - ctx->fbc_header_len, fp_fbd); in hal_h265e_v540c_wait()1554 fflush(fp_fbd); in hal_h265e_v540c_wait()