Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DVideoSource.java102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat() argument
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
104 /* maxLandscapePixelCount= */ landscapeWidth * landscapeHeight, in adaptOutputFormat()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java91 int landscapeWidth, int landscapeHeight, @Nullable Integer maxLandscapePixelCount, in nativeAdaptOutputFormat() argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java37 public final int landscapeHeight; field in DeviceConfig.ScreenSize
47 this.landscapeHeight = width; in ScreenSize()