Home | History | Annotate | Download | only in test

Lines Matching defs:outfile_

315       : ResizeTest(), frame0_psnr_(0.0), outfile_(NULL), out_frames_(0) {}
324 outfile_ = fopen("vp90-2-05-resize.ivf", "wb");
330 if (outfile_) {
331 if (!fseek(outfile_, 0, SEEK_SET))
332 write_ivf_file_header(&cfg_, out_frames_, outfile_);
333 fclose(outfile_);
334 outfile_ = NULL;
375 if (pkt->data.frame.pts == 0) write_ivf_file_header(&cfg_, 0, outfile_);
378 write_ivf_frame_header(pkt, outfile_);
379 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
386 FILE *outfile_;
620 : ResizeTest(), frame0_psnr_(0.0), outfile_(NULL), out_frames_(0) {}
629 outfile_ = fopen("vp91-2-05-cspchape.ivf", "wb");
635 if (outfile_) {
636 if (!fseek(outfile_, 0, SEEK_SET))
637 write_ivf_file_header(&cfg_, out_frames_, outfile_);
638 fclose(outfile_);
639 outfile_ = NULL;
668 if (pkt->data.frame.pts == 0) write_ivf_file_header(&cfg_, 0, outfile_);
671 write_ivf_frame_header(pkt, outfile_);
672 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
678 FILE *outfile_;