Searched refs:ScalingType (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceViewRendererOnMeasureTest.java | 43 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 …]
|
D | RendererCommonTest.java | 36 import static org.webrtc.RendererCommon.ScalingType.*;
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
D | CallFragment.java | 23 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()
|
D | CallActivity.java | 37 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/ |
D | VideoRendererGui.java | 113 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()
|
D | RendererCommon.java | 129 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()
|
D | SurfaceViewRenderer.java | 103 private RendererCommon.ScalingType scalingType = RendererCommon.ScalingType.SCALE_ASPECT_BALANCED; 287 public void setScalingType(RendererCommon.ScalingType scalingType) { in setScalingType()
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Translation.h | 42 typedef Scaling<Scalar,Dim> ScalingType; typedef 80 inline TransformType operator* (const ScalingType& other) const; 152 Translation<Scalar,Dim>::operator* (const ScalingType& other) const
|
D | Transform.h | 70 typedef Scaling<Scalar,Dim> ScalingType; typedef 87 inline explicit Transform(const ScalingType& s) { *this = s; } in Transform() 217 inline Transform& operator=(const ScalingType& t); 218 inline Transform& operator*=(const ScalingType& s) { return scale(s.coeffs()); } 219 inline Transform operator*(const ScalingType& s) const; 549 inline Transform<Scalar,Dim>& Transform<Scalar,Dim>::operator=(const ScalingType& s) 558 inline Transform<Scalar,Dim> Transform<Scalar,Dim>::operator*(const ScalingType& s) const
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 75 template<typename RotationType, typename ScalingType> 76 void computeRotationScaling(RotationType *unitary, ScalingType *positive) const; 77 template<typename ScalingType, typename RotationType> 78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const; 582 template<typename RotationType, typename ScalingType> 583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const in computeRotationScaling() 608 template<typename ScalingType, typename RotationType> 609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation()
|