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

  /external/webrtc/webrtc/modules/video_processing/test/
deflickering_test.cc 35 fclose(source_file_);
38 source_file_ = fopen(input_file.c_str(), "rb");
39 ASSERT_TRUE(source_file_ != NULL) << "Cannot read input file: " << input_file
57 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
79 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
87 rewind(source_file_);
brightness_detection_test.cc 27 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
41 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
49 rewind(source_file_);
52 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
79 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
86 rewind(source_file_);
89 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
113 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
content_metrics_test.cc 32 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
45 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
video_processing_unittest.h 35 FILE* source_file_; member in class:webrtc::VideoProcessingTest
video_processing_unittest.cc 60 source_file_(NULL),
80 source_file_ = fopen(video_file.c_str(), "rb");
81 ASSERT_TRUE(source_file_ != NULL)
86 if (source_file_ != NULL) {
87 ASSERT_EQ(0, fclose(source_file_));
89 source_file_ = NULL;
121 fread(video_buffer.get(), 1, frame_length_, source_file_));
140 fread(video_buffer.get(), 1, frame_length_, source_file_));
155 fread(video_buffer.get(), 1, frame_length_, source_file_));
176 fread(video_buffer.get(), 1, frame_length_, source_file_));
    [all...]
denoiser_test.cc 141 while (fread(video_buffer.get(), 1, frame_length_, source_file_) ==
153 ASSERT_NE(0, feof(source_file_)) << "Error reading source file";
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 38 FILE* source_file_; member in class:webrtc::TestScaler
50 : source_file_(NULL),
63 source_file_ = fopen(input_file_name.c_str(), "rb");
64 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
71 if (source_file_ != NULL) {
72 ASSERT_EQ(0, fclose(source_file_));
74 source_file_ = NULL;
102 EXPECT_GT(fread(orig_buffer.get(), 1, frame_length_, source_file_), 0U);
129 source_file_, out_name,
140 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_)
    [all...]
libyuv_unittest.cc 84 FILE* source_file_; member in class:webrtc::TestLibYuv
95 : source_file_(NULL),
108 source_file_ = fopen(input_file_name.c_str(), "rb");
109 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
113 fread(orig_buffer_.get(), 1, frame_length_, source_file_));
124 if (source_file_ != NULL) {
125 ASSERT_EQ(0, fclose(source_file_));
127 source_file_ = NULL;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 123 source_file_ = fopen(test::ResourcePath("paris_qcif", "yuv").c_str(), "rb");
124 ASSERT_TRUE(source_file_ != NULL);
127 fread(source_buffer_.get(), 1, length_source_frame_, source_file_),
187 FILE* source_file_; member in class:webrtc::TestVp8Impl
  /art/dexlayout/
dex_ir.h 793 source_file_(source_file),
807 const StringId* SourceFile() const { return source_file_; }
821 const StringId* source_file_; // This can be nullptr. member in class:art::dex_ir::ClassDef
    [all...]
  /art/runtime/
dex_file.h 863 source_file_(nullptr),
870 const char* source_file_; // nullptr if the file from ClassDef still applies. member in struct:art::DexFile::MethodHandleType::PositionInfo
    [all...]
dex_file.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3533 ::google::protobuf::internal::ArenaStringPtr source_file_; member in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]
descriptor.pb.cc 547 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(GeneratedCodeInfo_Annotation, source_file_),
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3533 ::google::protobuf::internal::ArenaStringPtr source_file_; member in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]

Completed in 2000 milliseconds