Searched defs:outfile_ (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddecode_perf_test.cc117 outfile_(0), out_frames_(0) {}
150 outfile_ = fopen(path_to_source.c_str(), "wb");
151 ASSERT_TRUE(outfile_ != NULL);
155 if (outfile_ != NULL) {
156 if (!fseek(outfile_, 0, SEEK_SET)) {
157 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
159 fclose(outfile_);
160 outfile_ = NULL;
169 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_);
173 ivf_write_frame_header(outfile_, out_frames
185 FILE *outfile_; member in class:__anon12671::VP9NewEncodeDecodePerfTest
[all...]
H A Dresize_test.cc315 : 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_; member in class:__anon12692::ResizeInternalTest
678 FILE *outfile_; member in class:__anon12692::ResizeCspTest
[all...]
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline.h125 : step_(step), outfile_(outfile) {}
179 const string outfile_; member in class:tensorflow::tfprof::Timeline
/external/tensorflow/tensorflow/core/platform/s3/
H A Ds3_file_system.cc211 outfile_(Aws::MakeShared<Aws::Utils::TempFile>(
217 if (!outfile_) {
222 outfile_->write(data.data(), data.size());
223 if (!outfile_->good()) {
231 if (outfile_) {
233 outfile_.reset();
241 if (!outfile_) {
250 long offset = outfile_->tellp();
251 outfile_->seekg(0);
252 putObjectRequest.SetBody(outfile_);
271 std::shared_ptr<Aws::Utils::TempFile> outfile_; member in class:tensorflow::__anon26782::S3WritableFile
[all...]
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.cc338 // TODO: to make it safer, outfile_ should be constructed from an FD
340 outfile_.open(tmp_content_filename_,
363 outfile_.open(tmp_content_filename_,
372 outfile_ << data;
373 if (!outfile_.good()) {
381 if (outfile_.is_open()) {
383 outfile_.close();
411 outfile_.flush();
412 if (!outfile_.good()) {
450 if (!outfile_
587 std::ofstream outfile_; member in class:tensorflow::__anon26753::GcsWritableFile
[all...]
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...

Completed in 214 milliseconds