y4m_test.cc | 146 delete tmpfile_; 163 tmpfile_ = new libvpx_test::TempOutFile; 164 ASSERT_TRUE(tmpfile_->file() != NULL); 169 fputs(buf, tmpfile_->file()); 172 fputs(buf, tmpfile_->file()); 173 write_image_file(img(), tmpfile_->file()); 176 ReplaceInputFile(tmpfile_->file()); 183 libvpx_test::TempOutFile *tmpfile_; member in class:__anon17927::Y4mVideoWriteTest
|