HomeSort by relevance Sort by last modified time
    Searched defs:scalingType (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CallFragment.java 23 import org.webrtc.RendererCommon.ScalingType;
37 private ScalingType scalingType;
46 public void onVideoScalingSwitch(ScalingType scalingType);
88 if (scalingType == ScalingType.SCALE_ASPECT_FILL) {
91 scalingType = ScalingType.SCALE_ASPECT_FIT;
95 scalingType = ScalingType.SCALE_ASPECT_FILL
    [all...]
CallActivity.java 37 import org.webrtc.RendererCommon.ScalingType;
123 private ScalingType scalingType;
162 scalingType = ScalingType.SCALE_ASPECT_FILL;
313 public void onVideoScalingSwitch(ScalingType scalingType) {
314 this.scalingType = scalingType;
346 remoteRender.setScalingType(scalingType);
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java 102 // |scalingType| determines how the video will fill the allowed layout area in onMeasure().
103 private RendererCommon.ScalingType scalingType = RendererCommon.ScalingType.SCALE_ASPECT_BALANCED;
287 public void setScalingType(RendererCommon.ScalingType scalingType) {
289 this.scalingType = scalingType;
327 RendererCommon.getDisplaySize(scalingType, frameAspectRatio(), maxWidth, maxHeight);
VideoRendererGui.java 113 private RendererCommon.ScalingType scalingType;
142 // |screenHeight|, |videoWidth|, |videoHeight|, |rotationDegree|, |scalingType|, and |mirror|.
160 RendererCommon.ScalingType scalingType, boolean mirror, RendererCommon.GlDrawer drawer) {
164 this.scalingType = scalingType;
217 // Adjust display size based on |scalingType|.
218 final Point displaySize = RendererCommon.getDisplaySize(scalingType,
327 RendererCommon.ScalingType scalingType, boolean mirror)
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 420 milliseconds