HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 301 - 325 of 2022) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 73 // The intrinsic aspect ratio of the viewport of SVG content is necessary for example, when including SVG from an ?object?
74 // element in HTML styled with CSS. It is possible (indeed, common) for an SVG graphic to have an intrinsic aspect ratio but
75 // not to have an intrinsic width or height. The intrinsic aspect ratio must be calculated based upon the following rules:
76 // - The aspect ratio is calculated by dividing a width by a height.
78 // px, em, ex) or in user units, then the aspect ratio is calculated from the ?width? and ?height? attributes after
87 // aspect ratio is calculated from the width and height values of the ?viewBox? specified for the current SVG document
88 // fragment. If the ?viewBox? is not correctly specified, or set to 'none', the intrinsic aspect ratio cannot be
92 // The viewBox can only yield an intrinsic ratio, not an intrinsic size.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DynamicsCompressorNode.cpp 77 float ratio = m_ratio->value(); local
83 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamRatio, ratio);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeconstraints.h 77 void SetMandatoryMinAspectRatio(double ratio) {
78 SetMandatory(MediaConstraintsInterface::kMinAspectRatio, ratio);
  /external/chromium_org/third_party/opus/src/silk/
stereo_find_predictor.c 36 opus_int32 *ratio_Q14, /* O Ratio of residual and mid energies */
74 /* Ratio of smoothed residual and mid norms */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
statistics_calculator.cc 161 // Ratio must be smaller than 1 in Q14.
165 // Will not produce a ratio larger than 1, since this is probably an error.
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
BitmapHelper.java 33 * @return A bitmap sampled down from the original with the same aspect ratio and dimensions.
69 // Choose the smallest ratio as inSampleSize value, this will guarantee
  /external/chromium_org/ui/base/l10n/
l10n_util_win.h 55 // |dpi_scale| is the ratio of the OS setting for dots per inch relative to the
56 // baseline of 96 DPI. This ratio is also used for converting sizes from
  /external/f2fs-tools/man/
mkfs.f2fs.8 20 .I overprovision-ratio-percentage
59 .BI \-o " overprovision-ratio-percentage"
  /external/f2fs-tools/mkfs/
f2fs_format_main.c 35 MSG(0, " -o overprovision ratio [default:5]\n");
74 MSG(0, "Info: Overprovision ratio = %u%%\n",
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 124 /* the compression ratio is defined as in_count / bytes_out */
128 double ratio; /* not computed in kernel. */ member in struct:compstat
  /external/libcxx/test/utilities/ratio/
typedefs.pass.cpp 10 // test ratio typedef's
12 #include <ratio>
  /external/libopus/silk/
stereo_find_predictor.c 36 opus_int32 *ratio_Q14, /* O Ratio of residual and mid energies */
74 /* Ratio of smoothed residual and mid norms */
  /external/opencv/cv/src/
_cvgeom.h 77 double r1; /* The ratio of the height of triangle to the base of the triangle */
78 double r2; /* The ratio of the projection of the left side of the triangle on the base to the base */
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 86 // The compression ratio is the reciprocal of the slope of the line segment
87 // above the threshold (in the log-domain). The ratio controls the
  /hardware/qcom/audio/post_proc/
reverb.c 175 ALOGV("%s: decay hf ratio: %d", __func__,
457 int16_t ratio; local
497 ratio = *(int16_t *)value;
498 reverb_set_decay_hf_ratio(reverb_ctxt, ratio);
507 ratio = *(int16_t *)value;
508 reverb_set_diffusion(reverb_ctxt, ratio);
512 ratio = *(int16_t *)value;
513 reverb_set_density(reverb_ctxt, ratio);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp 10 // test ratio typedef's
12 #include <ratio>
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 291 Log.e(TAG, "Invalid aspect ratio: " + aspectRatio);
300 // Update transform matrix with the new aspect ratio.
378 // If we don't want to show the aspect ratio dialog,
424 Log.e(TAG, "Dialog for aspect ratio is null.");
452 * @return Whether this is a device that we should show the aspect ratio
517 public void onZoomValueChanged(float ratio) {
518 mController.onZoomChanged(ratio);
541 // recalculate aspect ratio when restarting.
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
ImageData.java 58 * preserve the aspect ratio of
68 * preserve the aspect ratio of
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 143 public void setRatio(float ratio) {
144 mRatio = ratio;
  /packages/apps/MusicFX/src/com/android/audiofx/
OpenSLESConstants.java 71 * The minimum reverb decay HF ratio in o/oo.
75 * The maximum reverb decay HF ratio in o/oo.
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 130 float ratio = realPosition / (mWallpaperWidth * 4); local
131 mWallpaperRS.setOffset(ratio, 0, 0, 0);
  /build/tools/
filter-product-graph.py 59 print "graph [ ratio=.5 ];"
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 137 // make adjustments for screen ratio
138 float ratio = (float) width / height; local
141 gl.glFrustumf(-2 * ratio, 2 * ratio, -2, 2, 3, 7);
  /development/ndk/platforms/android-3/include/linux/
ppp_defs.h 103 double ratio; member in struct:compstat
  /external/aac/libSBRenc/src/
resampler.h 124 int ratio; /*! downsampling ration */ member in struct:__anon4889
135 INT ratio); /*!< downsampler ratio */
139 * downsampler ratio.

Completed in 4036 milliseconds

<<11121314151617181920>>