Searched refs:videoWidth (Results 1 - 21 of 21) sorted by relevance

/external/robolectric/v1/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMediaRecorder.java42 private int videoWidth; field in class:ShadowMediaRecorder
144 videoWidth = width;
233 return videoWidth;
H A DShadowMediaPlayer.java436 private int videoWidth; field in class:ShadowMediaPlayer
1075 return videoWidth;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java142 // |screenHeight|, |videoWidth|, |videoHeight|, |rotationDegree|, |scalingType|, and |mirror|.
150 private int videoWidth; field in class:VideoRendererGui.YuvImageRenderer
212 + displayLayout.width() + " x " + displayLayout.height() + ". Video: " + videoWidth
215 ? (float) videoWidth / videoHeight
216 : (float) videoHeight / videoWidth;
345 private void setSize(final int videoWidth, final int videoHeight, final int rotation) { argument
346 if (videoWidth == this.videoWidth && videoHeight == this.videoHeight
352 ". Reporting frame resolution changed to " + videoWidth + " x " + videoHeight);
353 rendererEvents.onFrameResolutionChanged(videoWidth, videoHeigh
[all...]
H A DRendererCommon.java50 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation); argument
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java135 public final int videoWidth; field in class:PeerConnectionClient.PeerConnectionParameters
150 int videoWidth, int videoHeight, int videoFps, int videoStartBitrate,
157 this.videoWidth = videoWidth;
369 int videoWidth = peerConnectionParameters.videoWidth;
374 if ((videoWidth == 0 || videoHeight == 0)
377 videoWidth = HD_VIDEO_WIDTH;
382 if (videoWidth > 0 && videoHeight > 0) {
383 videoWidth
148 PeerConnectionParameters( boolean videoCallEnabled, boolean loopback, boolean tracing, int videoWidth, int videoHeight, int videoFps, int videoStartBitrate, String videoCodec, boolean videoCodecHwAcceleration, boolean captureToTexture, int audioStartBitrate, String audioCodec, boolean noAudioProcessing, boolean aecDump, boolean useOpenSLES) argument
[all...]
H A DConnectActivity.java282 int videoWidth = 0;
289 videoWidth = Integer.parseInt(dimensions[0]);
292 videoWidth = 0;
352 intent.putExtra(CallActivity.EXTRA_VIDEO_WIDTH, videoWidth);
/external/autotest/client/common_lib/cros/webrtc_scripts/
H A Dloopback-peerconnection.js82 this.remoteView.videoWidth, expectedResolution.w, allowedDelta) ||
98 resStr(this.remoteView.videoWidth, this.remoteView.videoHeight));
/external/autotest/client/site_tests/video_YouTubeMseEme/files/
H A Dvideo_YouTubeMseEme.js222 test_result &= temp_video.videoWidth === 0;
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1046 milliseconds