Home
last modified time | relevance | path

Searched refs:ScalingType (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java43 private static final List<RendererCommon.ScalingType> scalingTypes = Arrays.asList(
44 RendererCommon.ScalingType.SCALE_ASPECT_FIT,
45 RendererCommon.ScalingType.SCALE_ASPECT_FILL,
46 RendererCommon.ScalingType.SCALE_ASPECT_BALANCED);
71 SurfaceViewRenderer surfaceViewRenderer, RendererCommon.ScalingType scalingType, in assertMeasuredSize()
99 for (RendererCommon.ScalingType scalingType : scalingTypes) { in testNoFrame()
113 for (RendererCommon.ScalingType scalingType : scalingTypes) { in testNoFrame()
152 for (RendererCommon.ScalingType scalingType : scalingTypes) { in testFrame1280x720()
161 for (RendererCommon.ScalingType scalingType : scalingTypes) { in testFrame1280x720()
171 for (RendererCommon.ScalingType scalingType : scalingTypes) { in testFrame1280x720()
[all …]
DRendererCommonTest.java36 import static org.webrtc.RendererCommon.ScalingType.*;
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallFragment.java23 import org.webrtc.RendererCommon.ScalingType;
37 private ScalingType scalingType;
46 public void onVideoScalingSwitch(ScalingType scalingType); in onVideoScalingSwitch()
88 if (scalingType == ScalingType.SCALE_ASPECT_FILL) { in onCreateView()
91 scalingType = ScalingType.SCALE_ASPECT_FIT; in onCreateView()
95 scalingType = ScalingType.SCALE_ASPECT_FILL; in onCreateView()
100 scalingType = ScalingType.SCALE_ASPECT_FILL; in onCreateView()
DCallActivity.java37 import org.webrtc.RendererCommon.ScalingType;
123 private ScalingType scalingType;
162 scalingType = ScalingType.SCALE_ASPECT_FILL; in onCreate()
313 public void onVideoScalingSwitch(ScalingType scalingType) { in onVideoScalingSwitch()
352 localRender.setScalingType(ScalingType.SCALE_ASPECT_FIT); in updateVideoView()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoRendererGui.java113 private RendererCommon.ScalingType scalingType;
160 RendererCommon.ScalingType scalingType, boolean mirror, RendererCommon.GlDrawer drawer) { in YuvImageRenderer()
327 RendererCommon.ScalingType scalingType, boolean mirror) { in setPosition()
450 RendererCommon.ScalingType scalingType, boolean mirror) throws Exception { in createGui()
458 RendererCommon.ScalingType scalingType, boolean mirror) { in createGuiRenderer()
468 RendererCommon.ScalingType scalingType, boolean mirror) { in create()
478 RendererCommon.ScalingType scalingType, boolean mirror, RendererCommon.GlDrawer drawer) { in create()
523 RendererCommon.ScalingType scalingType, boolean mirror) { in update()
DRendererCommon.java129 public static enum ScalingType { SCALE_ASPECT_FIT, SCALE_ASPECT_FILL, SCALE_ASPECT_BALANCED } enum in RendererCommon
206 public static Point getDisplaySize(ScalingType scalingType, float videoAspectRatio, in getDisplaySize()
230 private static float convertScalingTypeToVisibleFraction(ScalingType scalingType) { in convertScalingTypeToVisibleFraction()
DSurfaceViewRenderer.java103 private RendererCommon.ScalingType scalingType = RendererCommon.ScalingType.SCALE_ASPECT_BALANCED;
287 public void setScalingType(RendererCommon.ScalingType scalingType) { in setScalingType()
/external/eigen/test/
Dgeo_transformations.cpp529 typedef DiagonalMatrix<Scalar,Dim> ScalingType; in transform_associativity() typedef
547 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, ScalingType(v1), v2, h1) ); in transform_associativity()