HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 701 - 725 of 3086) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/test/gl/
gl_renderer.cc 44 // TODO(pbos): Aspect ratio, letterbox the video.
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 322 pMbcBandParams->ratio = pMbcBand->getRatio();
360 cb.mLimiterParams.ratio = pLimiter->getRatio();
547 const float ratio = pMbcBandParams->ratio; local
555 newLevelDb = envDb + ((1 / ratio) - 1) * (envDb - thresholdDb);
559 newLevelDb = envDb + ((1 / ratio) - 1) *
615 const float ratio = cb.mLimiterParams.ratio; local
619 newFactorDb = ((1 / ratio) - 1) * (envDb - thresholdDb);
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 730 // size, blocks, bitrate, frame-rate, blocks-per-second, aspect-ratio,
740 if (strEq(a_name, "aspect-ratio") ||
780 // "aspect-ratio" requires some special treatment.
781 if (strEq(a_name, "aspect-ratio")) {
782 // "aspect-ratio" must have "in".
790 // name will be "pixel-aspect-ratio-range" or
791 // "block-aspect-ratio-range".
794 "-aspect-ratio-range"] = range;
796 // For everything else (apart from "aspect-ratio"), simply append
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java 65 // estimated ratio to get enough buttons so a couple are off screen
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 86 bool ExpandToAspectRatio(float ratio);
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 103 bool ExpandToAspectRatio(float ratio);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FlingAnimationUtils.java 133 * gets multiplied by the ratio between the actual distance and this value
152 * gets multiplied by the ratio between the actual distance and this value
218 * gets multiplied by the ratio between the actual distance and this value
238 * gets multiplied by the ratio between the actual distance and this value
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java 62 * 1) When first entering PiP: the controller returns the valid bounds given, taking aspect ratio
94 // The set of actions and aspect-ratio for the that are currently allowed on the PiP activity
111 // The aspect ratio bounds of the PIP.
172 // Initialize the aspect ratio to the default aspect ratio. Don't do this in reload
240 * specified aspect ratio.
244 // Save the snap fraction, calculate the aspect ratio based on screen size
402 * Sets the current aspect ratio.
413 * @return the current aspect ratio.
  /frameworks/base/telephony/java/android/telephony/
CellSignalStrengthCdma.java 37 private int mEvdoSnr; // Valid values are 0-8. 8 is the highest signal to noise ratio
58 * @param cdmaEcio negative of the CDMA pilot/noise ratio or -1 if invalid.
60 * @param evdoEcio negative of the EvDO pilot/noise ratio or -1 if invalid.
275 * Get the signal to noise ratio. Valid values are 0-8. 8 is the highest.
  /frameworks/native/services/surfaceflinger/
LayerStats.h 56 // Calculate scale ratio from source to destination and convert to string
  /frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
PercentLayoutHelper.java 287 Log.v(TAG, "aspect ratio: " + value);
386 // in the fill pass based on the aspect ratio. This allows the fill pass to be re-entrant
430 /** The decimal value of the percentage-based aspect ratio. */
460 // information only for the aspect ratio. If the user set the aspect ratio attribute,
480 // Keep track that we've filled the width based on the height and aspect ratio.
485 // Keep track that we've filled the height based on the width and aspect ratio.
594 // aspect ratio in the fill pass.
599 // aspect ratio in the fill pass.
  /frameworks/wilhelm/src/itf/
IEqualizer.cpp 298 // search for band whose center frequency has the closest ratio to 1.0
311 float ratio = frequency <= band->mCenter ? local
313 if (ratio > bestRatio) {
314 bestRatio = ratio;
  /hardware/google/easel/amber/camera/libhdrplusclient/include/
HdrPlusClientUtils.h 48 * diffRatio will be the difference ratio between the image buffer and the golden ppm file.
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateForegroundWithSurfaceTexture.java 63 // Pick a preview size with the right aspect ratio.
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 415 * This function sets the current zoom ratio value.
420 * @param zoom Zoom ratio value passed to scaler.
429 * preview size might not match the aspect ratio of the given
432 * @return The preview size that best matches the picture aspect ratio that
  /packages/apps/Camera2/src/com/android/camera/ui/motion/
LinearScale.java 36 // Precomputed ratio between input domain and output range.
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
FlingAnimationUtils.java 91 * multiplied by the ratio between the actual distance and this value
109 * multiplied by the ratio between the actual distance and this value
159 * multiplied by the ratio between the actual distance and this value
179 * multiplied by the ratio between the actual distance and this value
  /packages/apps/Dialer/java/com/android/incallui/res/values/
colors.xml 32 AA and all have a contrast ratio over 5:1.
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 275 // a rectangle. The used color is: from * (1 - ratio) + to * ratio.
276 public void drawMixed(GLCanvas canvas, int color, float ratio,
289 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
  /packages/apps/TV/src/com/android/tv/util/images/
BitmapUtils.java 70 final double ratio = maxHeight / (double) maxWidth; local
73 if (ratio > bmRatio) {
176 int ratio = Math.max(width / reqWidth, height / reqHeight); local
177 return Math.max(1, Integer.highestOneBit(ratio));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 107 #include <ratio>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 107 #include <ratio>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
stdc++.h 107 #include <ratio>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
stdc++.h 107 #include <ratio>
  /system/chre/apps/chqts/src/general_test/
cell_info_cdma.cc 72 sendFatalFailureInt32("Invalid evdo signal noise ratio: %d",

Completed in 1320 milliseconds

<<21222324252627282930>>