Searched defs:video (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext.cpp70 bool CanvasRenderingContext::wouldTaintOrigin(const HTMLVideoElement* video) argument
76 if (!video || !canvas()->originClean())
79 if (!video->hasSingleSecurityOrigin())
82 if (!(video->player() && video->player()->didPassCORSAccessCheck()) && wouldTaintOrigin(video->currentSrc()))
/external/libvpx/libvpx/test/
H A Dborders_test.cc30 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
32 if (video->frame() == 1) {
58 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
61 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
74 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
77 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dconfig_test.cc34 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
52 libvpx_test::DummyVideoSource video; local
53 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dcpu_speed_test.cc32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
34 if (video->frame() == 1) {
62 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
65 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
81 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
84 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
97 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
100 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Ddecode_test_driver.cc26 void DecoderTest::RunLoop(CompressedVideoSource *video) { argument
32 for (video->Begin(); video->cxdata(); video->Next()) {
33 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
34 video->frame_size());
42 DecompressedFrameHook(*img, video->frame_number());
H A Dkeyframe_test.cc34 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
37 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF;
38 if (set_cpu_used_ && video->frame() == 1)
62 ::libvpx_test::RandomVideoSource video; local
63 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
75 ::libvpx_test::RandomVideoSource video; local
76 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
85 ::libvpx_test::DummyVideoSource video; local
86 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
98 ::libvpx_test::DummyVideoSource video; local
[all...]
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dsuperframe_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
88 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
90 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtest_vector_test.cc215 // The md5 checksums are computed for each frame in the video file. If md5
220 libvpx_test::CompressedVideoSource *video = NULL; local
222 // Open compressed video file.
224 video = new libvpx_test::IVFVideoSource(filename);
226 video = new libvpx_test::WebMVideoSource(filename);
228 video->Init();
235 ASSERT_NO_FATAL_FAILURE(RunLoop(video));
236 delete video;
H A Dtile_independence_test.cc53 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
55 if (video->frame() == 1) {
94 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,
96 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_video.cc19 // These tests deal with compositing video.
31 scoped_refptr<VideoLayer> video = VideoLayer::Create( variable
33 video->SetPosition(gfx::PointF(3.f, 3.f));
34 video->SetBounds(gfx::Size(4, 4));
35 video->SetAnchorPoint(gfx::PointF());
36 video->SetIsDrawable(true);
37 root->AddChild(video);
64 // Second frame the video layer is damaged.
76 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( variable
80 video
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp36 RenderMedia::RenderMedia(HTMLMediaElement* video) argument
37 : RenderImage(video)
42 RenderMedia::RenderMedia(HTMLMediaElement* video, const IntSize& intrinsicSize) argument
43 : RenderImage(video)
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_controller_unittest.cc58 void CreateDummyRequest(const std::string& label, bool audio, bool video) { argument
63 video ? MEDIA_DEVICE_VIDEO_CAPTURE : MEDIA_NO_SERVICE);
121 // Create the second video request.
125 // Create the third audio and video request.
149 // Create the second video request.
153 // Create the third audio and video request.
/external/chromium_org/content/renderer/media/
H A Dmock_media_stream_dispatcher.cc42 StreamDeviceInfo video; local
43 video.device.id = "video_device_id";
44 video.device.name = "usb video camera";
45 video.device.type = components.video_type;
46 video.session_id = request_id;
47 video_array_.push_back(video);
H A Dmedia_stream_dependency_factory_unittest.cc62 WebKit::WebMediaStream CreateWebKitMediaStream(bool audio, bool video) { argument
66 video ? static_cast<size_t>(1) : 0);
82 if (video) {
85 info.device.name = "video";
87 video_sources[0].initialize("video",
89 "video");
181 video_source.initialize("video source",
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DImageBitmapFactories.cpp57 static IntSize sizeFor(HTMLVideoElement* video) argument
59 if (MediaPlayer* player = video->player())
111 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLVideoElement* video, ExceptionState& es) argument
113 IntSize s = sizeFor(video);
114 return createImageBitmap(eventTarget, video, 0, 0, s.width(), s.height(), es);
117 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& es) argument
119 if (!video) {
123 if (!video->player()) {
127 if (video->networkState() == HTMLMediaElement::NETWORK_EMPTY) {
131 if (video
[all...]
H A DImageBitmap.cpp52 ImageBitmap::ImageBitmap(HTMLVideoElement* video, const IntRect& cropRect) argument
57 IntRect videoRect = IntRect(IntPoint(), video->player()->naturalSize());
65 video->paintCurrentFrameInContext(c, videoRect);
140 PassRefPtr<ImageBitmap> ImageBitmap::create(HTMLVideoElement* video, const IntRect& cropRect) argument
143 RefPtr<ImageBitmap> imageBitmap(adoptRef(new ImageBitmap(video, normalizedCropRect)));
/external/chromium_org/chrome/browser/resources/file_manager/js/media/
H A Dvideo_player.js17 // The window is hidden if the video has not loaded yet.
30 document.querySelector('#video-player').setAttribute('disabled', 'true');
32 // Detach the video element, since it may be unreliable and reset stored
37 // Avoid reusing a video element.
38 video.parentNode.removeChild(video);
39 video = null;
44 * @param {Element} videoContainer Container for the video element.
45 * @param {Element} controlsContainer Container for video controls.
104 * Restore the state after the video i
124 var video; variable
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaDocument.cpp151 HTMLVideoElement* video = descendentVideoElement(targetNode); local
152 if (!video)
158 if (video->paused()) {
159 if (video->canPlay())
160 video->play();
162 video->pause();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebUserMediaRequest.cpp75 bool WebUserMediaRequest::video() const function in class:WebKit::WebUserMediaRequest
78 return m_private->video();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamessages.h50 // A collection of audio and video and data streams. Most of the
67 const std::vector<StreamParams>& video() const { return video_; } function in struct:cricket::MediaStreams
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c96 SDL_VideoDevice *video = current_video; local
109 if ( (succeeded < 0) && video->SetGamma ) {
111 succeeded = video->SetGamma(this, red, green, blue);
122 SDL_VideoDevice *video = current_video; local
137 if ( (succeeded < 0) && video->GetGamma ) {
139 succeeded = video->GetGamma(this, red, green, blue);
147 SDL_VideoDevice *video = current_video; local
153 SDL_SetError("No video mode has been set");
158 if ( ! video->gamma ) {
164 SDL_memcpy(&video
198 SDL_VideoDevice *video = current_video; local
[all...]
H A DSDL_yuv.c24 /* This is the implementation of the YUV video surface support */
35 SDL_VideoDevice *video = current_video; local
45 /* Display directly on video surface, if possible */
55 if ( ((display == SDL_VideoSurface) && video->CreateYUVOverlay) &&
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcall.h71 bool video() const { return video_; } function in class:cricket::Call
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebMediaStream.cpp144 MediaStreamComponentVector audio, video; local
151 video.append(component);
153 m_private = MediaStreamDescriptor::create(label, audio, video);

Completed in 415 milliseconds

123