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

  /external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
video_ChromeHWDecodeUsed.py 21 def run_once(self, is_mse, video_file):
26 @param video_file: Sample video file to be loaded in Chrome.
33 tab1.Navigate(video_file)
49 video_src_path = video_file,
  /external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
video_ChromeVidResChangeHWDecode.py 21 def run_once(self, video_file, video_len):
22 """Verify VDA and playback for the video_file.
24 @param video_file: test video file.
38 video_src_path = video_file,
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 434 const string video_file = cv::tempfile((fourcc_str + "." + ext).c_str()); local
437 VideoWriter writer(video_file, fourcc, 25, frame_size, true);
442 VideoWriter writer2(video_file, fourcc, 25, frame_size, true);
443 ts->printf(ts->LOG, "Creating a video in %s...\n", video_file.c_str());
459 ts->printf(ts->LOG, "Creating a video in %s...\n", video_file.c_str());
479 VideoCapture cap(video_file);
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 78 const std::string video_file = local
80 source_file_ = fopen(video_file.c_str(), "rb");
82 << "Cannot read source file: " + video_file + "\n";

Completed in 3210 milliseconds