Searched refs:video (Results 76 - 100 of 177) sorted by relevance

12345678

/external/libxcam/
H A DREADME.md9 quality improvement and video analysis. There are lots features supported
20 - OpenCV feature-matched based video stabilization.
21 - gyroscope 3-DoF (orientation) based video stabilization.
/external/libvpx/libvpx/test/
H A Dexternal_frame_buffer_test.cc217 const libvpx_test::CompressedVideoSource &video,
219 if (num_buffers_ > 0 && video.frame_number() == 0) {
377 // needed. The md5 checksums are computed for each frame in the video file.
395 // Open compressed video file.
396 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
398 video.reset(new libvpx_test::IVFVideoSource(filename));
401 video.reset(new libvpx_test::WebMVideoSource(filename));
408 ASSERT_TRUE(video.get() != NULL);
409 video->Init();
416 ASSERT_NO_FATAL_FAILURE(RunLoop(video
216 PreDecodeFrameHook( const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
[all...]
H A Dsvc_test.cc114 libvpx_test::I420VideoSource video(
117 video.Begin();
120 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
121 video.duration(), VPX_DL_GOOD_QUALITY);
124 video.Next();
128 res = vpx_svc_encode(&svc_, &codec_, NULL, video.pts(), video.duration(),
182 libvpx_test::I420VideoSource video(
185 video
[all...]
/external/webrtc/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h86 bool video, const webrtc::FakeConstraints& video_constraints);
105 bool video, const webrtc::FakeConstraints& video_constraints);
H A Dpeerconnectiontestwrapper.cc241 << ": Got enough video frames.";
253 bool video, const webrtc::FakeConstraints& video_constraints) {
255 GetUserMedia(audio, audio_constraints, video, video_constraints);
262 bool video, const webrtc::FakeConstraints& video_constraints) {
282 if (video) {
251 GetAndAddUserMedia( bool audio, const webrtc::FakeConstraints& audio_constraints, bool video, const webrtc::FakeConstraints& video_constraints) argument
260 GetUserMedia( bool audio, const webrtc::FakeConstraints& audio_constraints, bool video, const webrtc::FakeConstraints& video_constraints) argument
/external/autotest/client/cros/image_comparison/
H A Dimage_comparison_factory.py11 from autotest_lib.client.cros.video import method_logger
H A Drgb_image_comparer.py11 from autotest_lib.client.cros.video import method_logger
H A Dupload_on_fail_comparer.py6 from autotest_lib.client.cros.video import method_logger
H A Dverifier.py8 from autotest_lib.client.cros.video import method_logger
H A Dpdiff_image_comparer.py12 from autotest_lib.client.cros.video import method_logger
/external/autotest/client/site_tests/video_GlitchDetection/
H A Dvideo_GlitchDetection.py17 from autotest_lib.client.cros.video import constants
18 from autotest_lib.client.cros.video import frame_checksum_utils
19 from autotest_lib.client.cros.video import native_html5_player
20 from autotest_lib.client.cros.video import helper_logger
52 html_fullpath = os.path.join(self.bindir, 'video.html')
56 video_id = 'video',
/external/autotest/client/site_tests/video_VDASanity/
H A Dvideo_VDASanity.py11 from autotest_lib.client.cros.video import helper_logger
29 video_path = os.path.join(self.bindir, 'video.download')
/external/autotest/client/site_tests/video_VideoCapability/
H A Dvideo_VideoCapability.py12 from autotest_lib.client.cros.video import device_capability
16 This tests the video static capabilities settings
/external/autotest/client/site_tests/video_WebRtcSanity/
H A Dvideo_WebRtcSanity.py12 from autotest_lib.client.cros.video import helper_logger
72 if status != 'ok-video-playing':
/external/autotest/server/cros/multimedia/
H A Dvideo_facade_adapter.py5 """An adapter to remotely access the video facade on DUT."""
12 """VideoFacadeRemoteAdapter is an adapter to remotely control DUT video.
31 """Gets the proxy to DUT video facade.
33 @return XML RPC proxy to DUT video facade.
36 return self._proxy.video
58 """Copies the html file and the video file to /tmp and load the webpage.
61 @param fullscreen: Plays the video in fullscreen.
69 """Starts video playback on the webpage.
96 """Copies the video file to be played into container.
102 @param fullscreen: Plays the video i
[all...]
/external/syslinux/core/
H A Dlocalboot.c19 #include <syslinux/video.h>
/external/webrtc/webrtc/video/
H A Dstream_synchronization_unittest.cc16 #include "webrtc/video/stream_synchronization.h"
86 // the audio and video delays needed to get the two streams in sync.
103 StreamSynchronization::Measurements video; local
109 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
117 video.rtcp.push_front(send_time_->GenerateRtcp(video_frequency,
122 // Capture an audio and a video frame at the same time.
125 video.latest_timestamp = send_time_->NowRtp(video_frequency,
129 // Audio later than video.
131 video.latest_receive_time_ms = receive_time_->time_now_ms();
139 video
[all...]
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
H A Dvideo_VideoDecodeMemoryUsage.py17 from autotest_lib.client.cros.video import helper_logger
170 memory is much more complicated (could be from video card,
286 def _change_source_and_play(tab, video):
287 tab.EvaluateJavaScript('changeSourceAndPlay("%s")' % video)
292 raise error.TestError('video is stopped')
294 # The above check may fail. Be sure the video time is advancing.
301 _is_video_playing, exception=error.TestError('video is stuck'))
306 Open a tab, play a video and close the tab.
321 """A memory test case: keep playing a video."""
339 """A memory test case: change the "src" property of <video> objec
[all...]
/external/doclava/res/assets/templates-sdk/
H A Dsample.cs60 <?cs elif:resType == "video" ?>
65 ><video class="play-on-hover" controls style="border:1px solid #ececec;background-color:#f9f9f9;" poster="">
67 </video>
/external/webrtc/webrtc/tools/loopback_test/
H A Dloopback_test.js61 desc.sdp = desc.sdp.replace(/(m=video 1 [^\r]+)(116 117)(\r\n)/g,
72 // Constraint max video bitrate by modifying the SDP when creating an answer.
79 /a=mid:video\r\n/g,
80 'a=mid:video\r\nb=AS:' + maxVideoBitrateKbps + '\r\n');
183 // accept the incoming offer of audio and video.
/external/autotest/client/cros/video/
H A Dchameleon_screenshot_capturer.py10 from autotest_lib.client.cros.video import method_logger
30 @param timeout_video_input_s: int, max time to wait for chameleon video
H A Dcollect_golden_images.py9 from autotest_lib.client.cros.video import media_test_factory, \
15 Loads specified video in a chrome HTML5 player and collects its screenshots
22 description='Capture images of a video.',
25 This tool supports image-comparison-based video glitch detection tests.
28 verify test images captured during a video playback.
41 help="Name of video to use.")
68 # Parse stop time later as we don't know the length of the video,
74 bindir = '/usr/local/autotest/cros/video'
87 # if stop time is not specified, use the length of the video
H A Dnative_html5_player.py6 from autotest_lib.client.cros.video import video_player
21 Injects the path to the video file under test into the html doc.
31 Determines if a native html5 video is ready by using javascript.
33 returns: bool, True if video is ready, else False.
52 Plays the video.
60 Pauses the video.
68 Checks whether video paused.
77 Checks whether video paused.
86 Returns the current time of the video element.
94 Seeks a video t
[all...]
H A Dvideo_player.py10 from autotest_lib.client.cros.video import method_logger
15 Provides interface to interact with and control video playback via js.
28 @param video_src_path: path, complete path to video used for test.
48 Loads video into browser.
49 @param wait_for_canplay: video will be verified before play
84 Waits for video to signal that is ready.
98 Plays video and ensures that reported video current time is > 0.
100 @param duration: duration to play a video
108 # check that video i
[all...]
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/
H A Dvideo_WebRtcMediaRecorder.py12 from autotest_lib.client.cros.video import helper_logger
18 RECORDING_MIME_TYPES = ['"video/webm; codecs=h264"',
19 '"video/webm; codecs=vp9"',
20 '"video/webm; codecs=vp8"']

Completed in 465 milliseconds

12345678