Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c.c1531 static FILE *fp_fbd = NULL; in hal_h265e_v540c_wait() local
1546 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()