Home
last modified time | relevance | path

Searched refs:adaptOutputFormat (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DVideoSource.java90 public void adaptOutputFormat(int width, int height, int fps) { in adaptOutputFormat() method in VideoSource
93 adaptOutputFormat(maxSide, minSide, minSide, maxSide, fps); in adaptOutputFormat()
101 public void adaptOutputFormat( in adaptOutputFormat() method in VideoSource
103 adaptOutputFormat(new AspectRatio(landscapeWidth, landscapeHeight), in adaptOutputFormat()
110 public void adaptOutputFormat(AspectRatio targetLandscapeAspectRatio, in adaptOutputFormat() method in VideoSource
113 nativeAndroidVideoTrackSource.adaptOutputFormat(targetLandscapeAspectRatio, in adaptOutputFormat()
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java67 public void adaptOutputFormat(VideoSource.AspectRatio targetLandscapeAspectRatio, in adaptOutputFormat() method in NativeAndroidVideoTrackSource
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DCameraVideoCapturerTestFixtures.java676 videoTrackWithRenderer.source.adaptOutputFormat(scaledWidth, scaledHeight, frameRate); in scaleCameraOutput()
717 videoTrackWithRenderer.source.adaptOutputFormat( in cropCameraOutput()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java1188 videoSource.adaptOutputFormat(width, height, framerate); in changeCaptureFormatInternal()