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

  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 177 WrapperOutput* outfile_; member in class:BitcodeWrapperer
  /external/chromium_org/third_party/libvpx/source/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:__anon17622::ResizeInternalTest
    [all...]
  /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:__anon29402::ResizeInternalTest
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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:__anon40586::ResizeInternalTest
    [all...]

Completed in 764 milliseconds