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/libvpx/libvpx/test/
decode_perf_test.cc 122 outfile_(0),
157 outfile_ = fopen(path_to_source.c_str(), "wb");
158 ASSERT_TRUE(outfile_ != NULL);
162 if (outfile_ != NULL) {
163 if (!fseek(outfile_, 0, SEEK_SET))
164 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
165 fclose(outfile_);
166 outfile_ = NULL;
175 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
178 ivf_write_frame_header(outfile_, out_frames_, pkt->data.frame.sz)
192 FILE *outfile_; member in class:__anon17875::VP9NewEncodeDecodePerfTest
    [all...]
resize_test.cc 172 outfile_(NULL),
182 outfile_ = fopen("vp90-2-05-resize.ivf", "wb");
188 if (outfile_) {
189 if (!fseek(outfile_, 0, SEEK_SET))
190 write_ivf_file_header(&cfg_, out_frames_, outfile_);
191 fclose(outfile_);
192 outfile_ = NULL;
235 write_ivf_file_header(&cfg_, 0, outfile_);
238 write_ivf_frame_header(pkt, outfile_);
239 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
246 FILE *outfile_; member in class:__anon17890::ResizeInternalTest
492 FILE *outfile_; member in class:__anon17890::ResizeCspTest
    [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:__anon31391::ResizeInternalTest
    [all...]

Completed in 164 milliseconds