HomeSort by relevance Sort by last modified time
    Searched refs:outfile_ (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
resize_test.cc 171 outfile_(NULL),
181 outfile_ = fopen("vp90-2-05-resize.ivf", "wb");
187 if (outfile_) {
188 if (!fseek(outfile_, 0, SEEK_SET))
189 write_ivf_file_header(&cfg_, out_frames_, outfile_);
190 fclose(outfile_);
191 outfile_ = NULL;
220 write_ivf_file_header(&cfg_, 0, outfile_);
223 write_ivf_frame_header(pkt, outfile_);
224 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
230 FILE *outfile_; member in class:__anon22937::ResizeInternalTest
    [all...]
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 59 outfile_(outfile),
172 return outfile_->Write(buffer, kWordSize);
182 !outfile_->Write(buffer, it->GetTotalSize())) {
322 if (!outfile_->Write(&buffer_[cursor_], block)) return false;
375 return outfile_->Write((const uint8_t*) "\0\0\0\0", 4 - dangling);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 177 WrapperOutput* outfile_; member in class:BitcodeWrapperer

Completed in 220 milliseconds