Home
last modified time | relevance | path

Searched refs:video_file (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dvideo_ChromeHWDecodeUsed.py21 def run_once(self, is_mse, video_file): argument
33 tab1.Navigate(video_file)
49 video_src_path = video_file,
Dcontrol.vp930 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
Dcontrol.h26430 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
Dcontrol.h264.mse29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
Dcontrol.vp9.mse29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
Dcontrol.vp8.mse29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
Dcontrol.vp830 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
Dvideo_ChromeVidResChangeHWDecode.py21 def run_once(self, video_file, video_len): argument
38 video_src_path = video_file,
Dcontrol.vp830 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=30)
Dcontrol.h26430 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31)
/external/opencv3/modules/videoio/test/
Dtest_video_io.cpp434 const string video_file = cv::tempfile((fourcc_str + "." + ext).c_str()); in SpecificVideoTest() local
437 VideoWriter writer(video_file, fourcc, 25, frame_size, true); in SpecificVideoTest()
442 VideoWriter writer2(video_file, fourcc, 25, frame_size, true); in SpecificVideoTest()
443 ts->printf(ts->LOG, "Creating a video in %s...\n", video_file.c_str()); in SpecificVideoTest()
459 ts->printf(ts->LOG, "Creating a video in %s...\n", video_file.c_str()); in SpecificVideoTest()
479 VideoCapture cap(video_file); in SpecificVideoTest()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc78 const std::string video_file = in SetUp() local
80 source_file_ = fopen(video_file.c_str(), "rb"); in SetUp()
82 << "Cannot read source file: " + video_file + "\n"; in SetUp()