HomeSort by relevance Sort by last modified time
    Searched refs:video_file (Results 1 - 5 of 5) 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);
945 TestVideoFile* video_file = new TestVideoFile(fields[0]); local
977 TestVideoFile* video_file = (*test_video_files)[i]; local
1117 TestVideoFile* video_file = local
1202 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";

Completed in 196 milliseconds