Searched defs:videoHeight (Results 1 - 17 of 17) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DRendererCommon.java50 public void onFrameResolutionChanged(int videoWidth, int videoHeight, int rotation); argument
H A DVideoRendererGui.java142 // |screenHeight|, |videoWidth|, |videoHeight|, |rotationDegree|, |scalingType|, and |mirror|.
151 private int videoHeight; field in class:VideoRendererGui.YuvImageRenderer
213 + " x " + videoHeight + ". Rotation: " + rotationDegree + ". Mirror: " + mirror);
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, videoHeight, rotatio
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaRecorder.java41 private int videoHeight; field in class:ShadowMediaRecorder
142 videoHeight = height;
234 return videoHeight;
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java136 public final int videoHeight; field in class:PeerConnectionClient.PeerConnectionParameters
150 int videoWidth, int videoHeight, int videoFps, int videoStartBitrate,
158 this.videoHeight = videoHeight;
370 int videoHeight = peerConnectionParameters.videoHeight;
374 if ((videoWidth == 0 || videoHeight == 0)
378 videoHeight = HD_VIDEO_HEIGHT;
382 if (videoWidth > 0 && videoHeight > 0) {
384 videoHeight
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...]
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp4082 UINT32 videoHeight; member in class:CvVideoWriter_MSMF
4169 videoHeight = frameSize.height;
4171 bitRate = (UINT32)fps*videoWidth*videoHeight; // 1-bit per pixel
4281 hr = MFSetAttributeSize(mediaTypeOut.Get(), MF_MT_FRAME_SIZE, videoWidth, videoHeight);
4316 hr = MFSetAttributeSize(mediaTypeIn.Get(), MF_MT_FRAME_SIZE, videoWidth, videoHeight);
4347 const DWORD cbBuffer = cbWidth * videoHeight;
4369 videoHeight // Image height in pixels.
4378 videoHeight // Image height in pixels.
/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 397 milliseconds