Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoRendererGui.java136 private final Rect displayLayout = new Rect(); field in VideoRendererGui.YuvImageRenderer
206 displayLayout.set( in updateLayoutMatrix()
212 + displayLayout.width() + " x " + displayLayout.height() + ". Video: " + videoWidth in updateLayoutMatrix()
219 videoAspectRatio, displayLayout.width(), displayLayout.height()); in updateLayoutMatrix()
220 displayLayout.inset((displayLayout.width() - displaySize.x) / 2, in updateLayoutMatrix()
221 (displayLayout.height() - displaySize.y) / 2); in updateLayoutMatrix()
222 Logging.d(TAG, " Adjusted display size: " + displayLayout.width() + " x " in updateLayoutMatrix()
223 + displayLayout.height()); in updateLayoutMatrix()
225 mirror, videoAspectRatio, (float) displayLayout.width() / displayLayout.height()); in updateLayoutMatrix()
281 final int viewportY = screenHeight - displayLayout.bottom; in draw()
[all …]