Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java67 public void adaptOutputFormat(VideoSource.AspectRatio targetLandscapeAspectRatio, in adaptOutputFormat() argument
70 nativeAdaptOutputFormat(nativeAndroidVideoTrackSource, targetLandscapeAspectRatio.width, in adaptOutputFormat()
71 targetLandscapeAspectRatio.height, maxLandscapePixelCount, targetPortraitAspectRatio.width, in adaptOutputFormat()
/external/webrtc/sdk/android/api/org/webrtc/
DVideoSource.java110 public void adaptOutputFormat(AspectRatio targetLandscapeAspectRatio, in adaptOutputFormat() argument
113 nativeAndroidVideoTrackSource.adaptOutputFormat(targetLandscapeAspectRatio, in adaptOutputFormat()