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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 35 FILE* source_file_; member in class:webrtc::VideoProcessingTest
  /external/webrtc/webrtc/common_video/libyuv/
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;
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...]
  /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 794 source_file_(source_file),
808 const StringId* SourceFile() const { return source_file_; }
822 const StringId* source_file_; // This can be nullptr. member in class:art::dex_ir::ClassDef
    [all...]
  /art/runtime/
dex_file.h 866 source_file_(nullptr),
873 const char* source_file_; // nullptr if the file from ClassDef still applies. member in struct:art::DexFile::MethodHandleType::PositionInfo
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3533 ::google::protobuf::internal::ArenaStringPtr source_file_; member in class:google::protobuf::GeneratedCodeInfo_Annotation
    [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 229 milliseconds