Searched refs:videoHeight (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtake_screenshot.js18 canvas.setAttribute('height', video.videoHeight);
20 video, 0, 0, video.videoWidth, video.videoHeight);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.idl32 readonly attribute unsigned long videoHeight;
H A DHTMLVideoElement.h56 unsigned videoHeight() const;
H A DHTMLVideoElement.cpp154 unsigned HTMLVideoElement::videoHeight() const function in class:blink::HTMLVideoElement
303 IntSize intrinsicSize(videoWidth(), videoHeight());
323 return FloatSize(videoWidth(), videoHeight());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java41 private int videoHeight; field in class:ShadowMediaRecorder
142 videoHeight = height;
234 return videoHeight;
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js450 var videoHeight = this.videoElement_.videoHeight;
452 var aspect = videoWidth / videoHeight;
454 var newHeight = videoHeight;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoView.java304 int videoHeight,
312 onVideoSizeChanged(videoWidth, videoHeight);
327 mNativeContentVideoView, videoHeight > videoWidth, mInitialOrientation);
302 onUpdateMediaMetadata( int videoWidth, int videoHeight, int duration, boolean canPause, boolean canSeekBack, boolean canSeekForward) argument
/external/chromium_org/content/test/data/media/
H A Dwebrtc_test_utilities.js82 callback(videoElement.videoWidth, videoElement.videoHeight);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java258 private int videoHeight; field in class:VideoRendererGui.YuvImageRenderer
332 videoWidth > 1 && videoHeight > 1) {
334 float videoAspectRatio = (float)videoWidth / videoHeight;
497 videoHeight = height;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Duser_images_grid.js505 var height = video.videoHeight;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3562 IntSize size(video->videoWidth(), video->videoHeight());
3577 || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLVideoElement, target, level, internalformat, video->videoWidth(), video->videoHeight(), 0, format, type, 0, 0))
3585 texture->setLevelInfo(target, level, internalformat, video->videoWidth(), video->videoHeight(), type);
3591 OwnPtr<ImageBufferSurface> surface = adoptPtr(new AcceleratedImageBufferSurface(IntSize(video->videoWidth(), video->videoHeight())));
3598 video->paintCurrentFrameInContext(imageBuffer->context(), IntRect(0, 0, video->videoWidth(), video->videoHeight()));
3604 texture->setLevelInfo(target, level, internalformat, video->videoWidth(), video->videoHeight(), type);
3802 || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLVideoElement, target, level, format, video->videoWidth(), video->videoHeight(), 0, format, type, xoffset, yoffset))
5311 if (!video || !video->videoWidth() || !video->videoHeight()) {
H A DCanvasRenderingContext2D.cpp1563 video->paintCurrentFrameInContext(c, IntRect(IntPoint(), IntSize(video->videoWidth(), video->videoHeight())));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js116 return TypeUtils.cloneIntoCanvas(obj, obj.videoWidth, obj.videoHeight);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 327 milliseconds