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

  /external/chromium_org/media/cast/test/utility/
video_utility.h 26 bool PopulateVideoFrameFromFile(VideoFrame* frame, FILE* video_file);
video_utility.cc 89 bool PopulateVideoFrameFromFile(VideoFrame* frame, FILE* video_file) {
100 size_t count = fread(raw_data, 1, frame_size, video_file);
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 150 void ReadGoldenThumbnailMD5s(const TestVideoFile* video_file,
152 base::FilePath filepath(video_file->file_name);
911 TestVideoFile* video_file = new TestVideoFile(fields[0]); local
943 TestVideoFile* video_file = (*test_video_files)[i]; local
1083 TestVideoFile* video_file = local
1172 TestVideoFile* video_file = test_video_files_[i % test_video_files_.size()]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
color_enhancement_test.cc 30 const std::string video_file = local
32 source_file_ = fopen(video_file.c_str(), "rb");
34 "Cannot read source file: " + video_file + "\n";
video_processing_unittest.cc 52 const std::string video_file = local
54 source_file_ = fopen(video_file.c_str(),"rb");
56 "Cannot read source file: " + video_file + "\n";
  /external/chromium_org/media/cast/test/
fake_media_source.h 56 void SetSourceFile(const base::FilePath& video_file, int override_fps);
fake_media_source.cc 77 void FakeMediaSource::SetSourceFile(const base::FilePath& video_file,
79 DCHECK(!video_file.empty());
86 LOG(INFO) << "Source: " << video_file.value();
87 if (!file_data_.Initialize(video_file)) {

Completed in 220 milliseconds