Home
last modified time | relevance | path

Searched refs:videoWidth (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/resources/feedback/js/
Dtake_screenshot.js17 canvas.setAttribute('width', video.videoWidth);
20 video, 0, 0, video.videoWidth, video.videoHeight);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaRecorder.java40 private int videoWidth; field in ShadowMediaRecorder
141 videoWidth = width; in setVideoSize()
230 return videoWidth; in getVideoWidth()
/external/chromium_org/ui/file_manager/video_player/js/
Dvideo_player.js282 var videoWidth = this.videoElement_.videoWidth;
285 var aspect = videoWidth / videoHeight;
286 var newWidth = videoWidth;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLVideoElement.cpp143 unsigned HTMLVideoElement::videoWidth() const in videoWidth() function in WebCore::HTMLVideoElement
293 IntSize intrinsicSize(videoWidth(), videoHeight()); in getSourceImageForCanvas()
313 return FloatSize(videoWidth(), videoHeight()); in sourceSize()
DHTMLVideoElement.h46 unsigned videoWidth() const;
DHTMLVideoElement.idl31 readonly attribute unsigned long videoWidth;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentVideoViewLegacy.java171 int videoWidth, in onUpdateMediaMetadata() argument
177 super.onUpdateMediaMetadata(videoWidth, videoHeight, duration, in onUpdateMediaMetadata()
DContentVideoView.java269 int videoWidth, in onUpdateMediaMetadata() argument
278 onVideoSizeChanged(videoWidth, videoHeight); in onUpdateMediaMetadata()
/external/chromium_org/content/test/data/media/
Dwebrtc_test_utilities.js75 callback(videoElement.videoWidth, videoElement.videoHeight);
/external/chromium_org/third_party/webrtc/test/w3c/
Dgetusermedia_conformance_test.js296 assert_greater_than_equal(video.videoWidth, 320);
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js533 var width = video.videoWidth;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp3514 IntSize size(video->videoWidth(), video->videoHeight()); in videoFrameToImage()
3530 …Image2D, SourceHTMLVideoElement, target, level, internalformat, video->videoWidth(), video->videoH… in texImage2D()
3538 …texture->setLevelInfo(target, level, internalformat, video->videoWidth(), video->videoHeight(), ty… in texImage2D()
3735 …, TexSubImage2D, SourceHTMLVideoElement, target, level, format, video->videoWidth(), video->videoH… in texSubImage2D()
5260 if (!video || !video->videoWidth() || !video->videoHeight()) { in validateHTMLVideoElement()
DCanvasRenderingContext2D.cpp1542 …video->paintCurrentFrameInContext(c, IntRect(IntPoint(), IntSize(video->videoWidth(), video->video… in drawVideo()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js116 return TypeUtils.cloneIntoCanvas(obj, obj.videoWidth, obj.videoHeight);