Searched refs:video_file (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
D | video_ChromeHWDecodeUsed.py | 21 def run_once(self, is_mse, video_file): argument 33 tab1.Navigate(video_file) 49 video_src_path = video_file,
|
D | control.vp9 | 30 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
|
D | control.h264 | 30 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
|
D | control.h264.mse | 29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
|
D | control.vp9.mse | 29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
|
D | control.vp8.mse | 29 job.run_test('video_ChromeHWDecodeUsed', is_mse=1, video_file=video)
|
D | control.vp8 | 30 job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | video_ChromeVidResChangeHWDecode.py | 21 def run_once(self, video_file, video_len): argument 38 video_src_path = video_file,
|
D | control.vp8 | 30 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=30)
|
D | control.h264 | 30 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31)
|
/external/opencv3/modules/videoio/test/ |
D | test_video_io.cpp | 434 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/ |
D | video_processing_unittest.cc | 78 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()
|