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

  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
RendererCommon.java 129 public static enum ScalingType { SCALE_ASPECT_FIT, SCALE_ASPECT_FILL, SCALE_ASPECT_BALANCED }
206 public static Point getDisplaySize(ScalingType scalingType, float videoAspectRatio,
208 return getDisplaySize(convertScalingTypeToVisibleFraction(scalingType), videoAspectRatio,
230 private static float convertScalingTypeToVisibleFraction(ScalingType scalingType) {
231 switch (scalingType) {
  /external/eigen/test/
geo_transformations.cpp 529 typedef DiagonalMatrix<Scalar,Dim> ScalingType;
547 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, ScalingType(v1), v2, h1) );

Completed in 66 milliseconds