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

  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
bitcode_wrapperer.h 177 WrapperOutput* outfile_; member in class:BitcodeWrapperer
  /external/libvpx/libvpx/test/
decode_perf_test.cc 117 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_, pkt->data.frame.sz)
185 FILE *outfile_; member in class:__anon26016::VP9NewEncodeDecodePerfTest
    [all...]
resize_test.cc 315 : 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:__anon26037::ResizeInternalTest
678 FILE *outfile_; member in class:__anon26037::ResizeCspTest
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline.h 125 : step_(step), outfile_(outfile) {}
179 const string outfile_; member in class:tensorflow::tfprof::Timeline
  /external/tensorflow/tensorflow/core/platform/s3/
s3_file_system.cc 211 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::__anon40103::S3WritableFile
    [all...]
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc 338 // 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_.is_open())
587 std::ofstream outfile_; member in class:tensorflow::__anon40074::GcsWritableFile
    [all...]
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 118 milliseconds