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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.h 35 FILE* source_file_; member in class:webrtc::VideoProcessingModuleTest
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler_unittest.cc 39 FILE* source_file_; member in class:webrtc::TestScaler
51 : source_file_(NULL),
64 source_file_ = fopen(input_file_name.c_str(), "rb");
65 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
72 if (source_file_ != NULL) {
73 ASSERT_EQ(0, fclose(source_file_));
75 source_file_ = NULL;
103 EXPECT_GT(fread(orig_buffer.get(), 1, frame_length_, source_file_), 0U);
125 source_file_, out_name,
136 avg_psnr = ComputeAvgSequencePSNR(source_file_, out_name, width_, height_)
    [all...]
libyuv_unittest.cc 85 FILE* source_file_; member in class:webrtc::TestLibYuv
96 : source_file_(NULL),
109 source_file_ = fopen(input_file_name.c_str(), "rb");
110 ASSERT_TRUE(source_file_ != NULL) << "Cannot read file: "<<
113 EXPECT_EQ(fread(orig_buffer_.get(), 1, frame_length_, source_file_),
125 if (source_file_ != NULL) {
126 ASSERT_EQ(0, fclose(source_file_));
128 source_file_ = NULL;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 116 source_file_ = fopen(source.GetFileName().c_str(), "rb");
117 ASSERT_TRUE(source_file_ != NULL);
120 source_file_), length_source_frame_);
185 FILE* source_file_; member in class:webrtc::TestVp8Impl
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 117 const base::FilePath& source_file() const { return source_file_; }
281 base::FilePath source_file_; member in class:extensions::CrxInstaller

Completed in 601 milliseconds