Searched refs:video (Results 26 - 50 of 177) sorted by relevance

12345678

/external/autotest/client/site_tests/camera_HAL3/
H A Dcamera_HAL3.py49 video = encoder_profile.find('Video')
51 camcorder_profiles.get('cameraId'), video.get('width'),
52 video.get('height'), video.get('frameRate')))
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/
H A Dvideo_VideoDecodeAccelerator.py10 from autotest_lib.client.cros.video import helper_logger
41 for video in videos:
42 cmd_line_list = ['--test_video_data="%s%s"' % (path, video)]
61 logging.error('%s: %s', video, test_failure.message)
/external/syslinux/core/
H A Dpxeboot.c12 #include <syslinux/video.h>
/external/libvpx/libvpx/test/
H A Dactive_map_refresh_test.cc73 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
76 static_cast<libvpx_test::Y4mVideoSource *>(video);
77 if (video->frame() == 1) {
80 } else if (video->frame() >= 2 && video->img()) {
81 vpx_image_t *current = video->img();
97 if (video->img()) {
117 ::libvpx_test::Y4mVideoSource video("desktop_credits.y4m", 0, 30);
122 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtile_independence_test.cc49 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
51 if (video->frame() == 1) {
90 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,
92 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Ddatarate_test.cc50 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
52 if (video->frame() == 0) {
67 if ((video->frame() + 1) % denoiser_offon_period_ == 0) {
74 const vpx_rational_t tb = video->timebase();
167 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
177 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
193 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
202 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
222 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
233 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
606 PreEncodeFrameHook(::libvpx_test::VideoSource *video, ::libvpx_test::Encoder *encoder) argument
1232 PreEncodeFrameHook(::libvpx_test::VideoSource *video, ::libvpx_test::Encoder *encoder) argument
[all...]
H A Ddecode_perf_test.cc78 libvpx_test::WebMVideoSource video(video_name);
79 video.Init();
88 for (video.Begin(); video.cxdata() != NULL; video.Next()) {
89 decoder.DecodeFrame(video.cxdata(), video.frame_size());
94 const unsigned frames = video.frame_number();
138 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
140 if (video
[all...]
H A Derror_resilience_test.cc93 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { argument
99 SetFrameFlags(video->frame(), cfg_.ts_number_layers, pattern_switch_);
101 if (droppable_frames_[i] == video->frame()) {
110 if (droppable_frames_[i] == video->frame()) {
204 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
209 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
215 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
241 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
256 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
273 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
463 PreEncodeFrameHook(libvpx_test::VideoSource *video, libvpx_test::Encoder *encoder) argument
[all...]
H A Dvp9_ethread_test.cc71 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource * /*video*/,
170 ::libvpx_test::Y4mVideoSource video("niklas_1280_720_30.y4m", 0, 60);
181 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
184 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
195 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
198 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
211 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
214 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
260 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource * /*video*/,
295 const libvpx_test::VideoSource & /*video*/,
[all...]
H A Dcq_test.cc66 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
68 if (video->frame() == 1) {
112 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
114 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
124 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dvp9_end_to_end_test.cc115 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
117 if (video->frame() == 1) {
157 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; local
159 video.reset(new libvpx_test::Y4mVideoSource(test_video_param_.filename, 0,
162 video.reset(new libvpx_test::YUVVideoSource(
166 ASSERT_TRUE(video.get() != NULL);
168 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get()));
H A Dresize_test.cc289 ResizingVideoSource video; local
290 video.flag_codec_ = 0;
292 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
339 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
343 if (video->frame() == 0) {
347 if (video->frame() == 1) {
354 if (video->frame() == kStepDownFrame) {
358 if (video->frame() == kStepUpFrame) {
392 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
405 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
436 PreEncodeFrameHook(libvpx_test::VideoSource *video, libvpx_test::Encoder *encoder) argument
499 ResizingVideoSource video; local
644 PreEncodeFrameHook(libvpx_test::VideoSource *video, libvpx_test::Encoder *encoder) argument
701 ResizingCspVideoSource video; local
[all...]
H A Dtest_vector_test.cc86 // The md5 checksums are computed for each frame in the video file. If md5
102 // Open compressed video file.
103 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
105 video.reset(new libvpx_test::IVFVideoSource(filename));
108 video.reset(new libvpx_test::WebMVideoSource(filename));
115 ASSERT_TRUE(video.get() != NULL);
116 video->Init();
127 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get(), cfg));
H A Dvp9_arf_freq_test.cc146 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
148 if (video->frame() == 0) {
193 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; local
195 video.reset(new libvpx_test::Y4mVideoSource(test_video_param_.filename, 0,
198 video.reset(new libvpx_test::YUVVideoSource(
205 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get()));
/external/autotest/server/site_tests/video_VDAStress/
H A Dvideo_VDAStress.py23 for video in videos:
25 file_name, sep, video_arg = video.partition(':')
31 # Run the client test with the downloaded video.
/external/autotest/client/cros/video/
H A Dvimeo_player.py6 from autotest_lib.client.cros.video import video_player
18 Determines if a vimeo video is ready by using javascript.
20 returns: bool, True if video is ready, else False.
28 Plays the vimeo video
36 Seeks a vimeo video to a time stamp.
46 Determines if a vimeo video has finished seeking.
H A Dscreenshot_file_namer.py6 from autotest_lib.client.cros.video import method_logger
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
H A Dvideo_ChromeVidResChangeHWDecode.py11 from autotest_lib.client.cros.video import histogram_verifier
12 from autotest_lib.client.cros.video import constants
13 from autotest_lib.client.cros.video import native_html5_player
14 from autotest_lib.client.cros.video import helper_logger
18 """Verify that VDA works in Chrome for video with resolution changes."""
25 @param video_file: test video file.
26 @param video_len : test video file length.
35 html_fullpath = os.path.join(self.bindir, 'video.html')
40 video_id = 'video',
46 # Verify the video playbac
[all...]
/external/autotest/client/site_tests/video_JpegDecodeAccelerator/
H A Dvideo_JpegDecodeAccelerator.py9 from autotest_lib.client.cros.video import helper_logger
/external/autotest/client/site_tests/video_VideoReload/
H A Dvideo_VideoReload.py10 from autotest_lib.client.cros.video import constants
11 from autotest_lib.client.cros.video import native_html5_player
12 from autotest_lib.client.cros.video import helper_logger
17 """This test verifies reloading video works in Chrome."""
22 """Tests whether Chrome reloads video after reloading the tab.
24 @param video_file: fullpath to video to play.
32 html_fullpath = os.path.join(self.bindir, 'video.html')
37 video_id = 'video',
/external/autotest/client/site_tests/video_VideoSeek/
H A Dvideo_VideoSeek.py12 from autotest_lib.client.cros.video import helper_logger
17 """This test verifies video seek works in Chrome."""
24 @param is_switchres: bool, True if using switch resolution video.
48 def run_once(self, codec, is_switchres, video):
49 """Tests whether video seek works by random seeks forward and backward.
52 @param is_switchres: bool, True if using switch resolution video.
53 @param video: Sample video file to be seeked in Chrome.
65 os.path.join(self.bindir, 'video.html')))
68 tab.EvaluateJavaScript('loadSourceAndRunSeekTest("%s")' % video)
[all...]
/external/tensorflow/tensorflow/contrib/ffmpeg/
H A Ddecode_video_op_test.py35 """Loads an video file and validates the output tensor.
39 width: The width of the video.
40 height: The height of the video.
41 frames: The frames of the video.
43 index: Index location inside the video.
60 video = video_op.eval()
61 self.assertEqual(video.shape, (frames, height, width, 3))
62 self.assertAllEqual(video[index, :, :, :], image)
/external/webrtc/webrtc/tools/rtcbot/bot/browser/
H A Dbot.js97 var video = document.createElement('video');
98 video.autoplay = autoplay;
99 video.muted = muted;
100 document.body.appendChild(video);
101 video.src = URL.createObjectURL(stream);
102 console.log("Stream " + stream.id + " attached to video element");
/external/autotest/client/site_tests/video_VideoSanity/
H A Dvideo_VideoSanity.py11 from autotest_lib.client.cros.video import constants
12 from autotest_lib.client.cros.video import native_html5_player
13 from autotest_lib.client.cros.video import helper_logger
16 """This test verify the media elements and video sanity.
19 - verify html5 video playback.
28 Tests whether the requested video is playable
30 @param video_file: Sample video file to be played in Chrome.
64 html_fullpath = os.path.join(self.bindir, 'video.html')
70 video_id = 'video',
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
H A Dvideo_ChromeHWDecodeUsed.py13 from autotest_lib.client.cros.video import histogram_verifier
14 from autotest_lib.client.cros.video import constants
15 from autotest_lib.client.cros.video import native_html5_player
16 from autotest_lib.client.cros.video import helper_logger
48 Tests whether VDA works by verifying histogram for the loaded video.
51 @param video_file: Sample video file to be loaded in Chrome.
61 # This will execute for MSE video by accesing shaka player
70 #This execute for normal video for downloading html file
78 html_fullpath = os.path.join(self.bindir, 'video.html')
84 video_id = 'video',
[all...]

Completed in 668 milliseconds

12345678