Searched refs:videoWidth (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | VideoRendererGui.java | 150 private int videoWidth; field in VideoRendererGui.YuvImageRenderer 212 + displayLayout.width() + " x " + displayLayout.height() + ". Video: " + videoWidth in updateLayoutMatrix() 215 ? (float) videoWidth / videoHeight in updateLayoutMatrix() 216 : (float) videoHeight / videoWidth; in updateLayoutMatrix() 345 private void setSize(final int videoWidth, final int videoHeight, final int rotation) { in setSize() argument 346 if (videoWidth == this.videoWidth && videoHeight == this.videoHeight in setSize() 352 ". Reporting frame resolution changed to " + videoWidth + " x " + videoHeight); in setSize() 353 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeight, rotation); in setSize() 358 videoWidth + " x " + videoHeight + " rotation " + rotation); in setSize() 360 this.videoWidth = videoWidth; in setSize()
|
D | RendererCommon.java | 50 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation); in onFrameResolutionChanged() argument
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | PeerConnectionClient.java | 135 public final int videoWidth; field in PeerConnectionClient.PeerConnectionParameters 150 int videoWidth, int videoHeight, int videoFps, int videoStartBitrate, in PeerConnectionParameters() argument 157 this.videoWidth = videoWidth; in PeerConnectionParameters() 369 int videoWidth = peerConnectionParameters.videoWidth; in createMediaConstraintsInternal() local 374 if ((videoWidth == 0 || videoHeight == 0) in createMediaConstraintsInternal() 377 videoWidth = HD_VIDEO_WIDTH; in createMediaConstraintsInternal() 382 if (videoWidth > 0 && videoHeight > 0) { in createMediaConstraintsInternal() 383 videoWidth = Math.min(videoWidth, MAX_VIDEO_WIDTH); in createMediaConstraintsInternal() 386 MIN_VIDEO_WIDTH_CONSTRAINT, Integer.toString(videoWidth))); in createMediaConstraintsInternal() 388 MAX_VIDEO_WIDTH_CONSTRAINT, Integer.toString(videoWidth))); in createMediaConstraintsInternal()
|
D | ConnectActivity.java | 282 int videoWidth = 0; in connectToRoom() local 289 videoWidth = Integer.parseInt(dimensions[0]); in connectToRoom() 292 videoWidth = 0; in connectToRoom() 352 intent.putExtra(CallActivity.EXTRA_VIDEO_WIDTH, videoWidth); in connectToRoom()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaRecorder.java | 42 private int videoWidth; field in ShadowMediaRecorder 144 videoWidth = width; in setVideoSize() 233 return videoWidth; in getVideoWidth()
|
D | ShadowMediaPlayer.java | 437 private int videoWidth; field in ShadowMediaPlayer 1083 return videoWidth;
|
/external/autotest/client/common_lib/cros/webrtc_scripts/ |
D | loopback-peerconnection.js | 83 this.remoteView.videoWidth, expectedResolution.w, allowedDelta) || 99 resStr(this.remoteView.videoWidth, this.remoteView.videoHeight));
|
/external/autotest/client/site_tests/video_YouTubeMseEme/files/ |
D | video_YouTubeMseEme.js | 221 test_result &= temp_video.videoWidth === 0;
|