Searched defs:videoWidth (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.cpp140 unsigned HTMLVideoElement::videoWidth() const function in class:WebCore::HTMLVideoElement
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java40 private int videoWidth; field in class:ShadowMediaRecorder
141 videoWidth = width;
230 return videoWidth;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp126 int videoWidth = 0; local
128 m_parent->m_movie->getNaturalSize(videoWidth, videoHeight);
129 FloatRect videoBounds(0, 0, videoWidth * ratio.width(), videoHeight * ratio.height());

Completed in 103 milliseconds