Home | History | Annotate | Download | only in encoder

Lines Matching refs:recon_file

1537     FILE *recon_file;
1542 recon_file = fopen(filename, "wb");
1544 recon_file = fopen(filename, "ab");
1546 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
1547 fclose(recon_file);