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

<<31323334353637383940>>

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.h 49 * specifies the minimum scale ratio (inImage/outImage) required to initiate prior filtering
70 * specifies the minimum scale ratio (inImage/outImage) required to initiate prior filtering
  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 132 void CFWL_Barcode::SetWideNarrowRatio(int8_t ratio) {
134 m_nWideNarrowRatio = ratio;
  /external/ppp/pppd/include/net/
ppp_defs.h 184 unsigned int ratio; /* recent compression ratio << 8 */ member in struct:compstat
  /external/python/cpython3/Objects/
complexobject.c 88 const double ratio = b.imag / b.real; local
89 const double denom = b.real + b.imag * ratio;
90 r.real = (a.real + a.imag * ratio) / denom;
91 r.imag = (a.imag - a.real * ratio) / denom;
96 const double ratio = b.real / b.imag; local
97 const double denom = b.real * ratio + b.imag;
99 r.real = (a.real * ratio + a.imag) / denom;
100 r.imag = (a.imag * ratio - a.real) / denom;
  /external/tensorflow/tensorflow/core/lib/io/
zlib_compression_options.h 90 // and reduces compression ratio; mem_level=9 uses maximum memory for optimal
105 // PNG image data. The strategy parameter only affects the compression ratio
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 54 // acquire audio data for resampling. |io_sample_rate_ratio| is the ratio
115 // The ratio of input / output sample rates.
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 37 "--interval(int): Interval specifies with what ratio the number of frames "
42 "between <f> and <l> will be decreased with a ratio of abs(interval)."
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c 36 Word16 coding_mode, /* i: coding bit-stream ratio mode */
37 Word16 mode, /* i: coding bit-stream ratio mode*/
  /frameworks/base/services/core/java/com/android/server/wm/
PinnedStackWindowController.java 63 // Calculate the aspect ratio bounds from the default bounds
132 * Sets the current picture-in-picture aspect ratio.
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
IllustrationVideoView.java 89 // Height constraint is tighter. Need to scale down the width to fit aspect ratio.
92 // Width constraint is tighter. Need to scale down the height to fit aspect ratio.
  /frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
MainActivity.java 85 // Update the stiffness and damping ratio that are configured by user from the
117 // Setup seek bars so damping ratio and stiffness for the spring can be modified through the UI.
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraUtils.h 148 // Aspect ratio is defined as width/height here and ExternalCameraDevice
149 // will guarantee all supported sizes has width >= height (so aspect ratio >= 1.0)
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 66 public void onZoomValueChanged(float ratio) {
67 mListener.onZoomRatioChanged(ratio);
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingRenderer.java 217 // Compute the a start time before tMs such that the ratio of time completed
234 // Compute the a start time before tMs such that the ratio of time completed
FocusRingView.java 153 public void setRadiusRatio(float ratio) {
154 setRadius(mRatioScale.scale(mRatioScale.clamp(ratio)));
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 138 addExifTag(ExifInterface.TAG_EXPOSURE_TIME, ratio(exposureTimeNs, NS_TO_S));
188 private Rational ratio(Long numerator, Long denominator) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 41 // Holder for an aspect ratio it's string id
53 // Mapping from menu id to aspect ratio
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconPalette.java 116 * @param minRatio the minimum contrast ratio required.
118 * contrast ratio.
  /packages/apps/TV/src/com/android/tv/util/images/
ImageCache.java 148 double ratio = ((double) hit) / (hit + miss) * 100; local
150 Log.d(TAG, "Memory cache " + hit + "h:" + miss + "m " + ratio + "%");
  /packages/inputmethods/LatinIME/java/res/values/
config-common.xml 62 A negative value of the shadow ratio disables drawing shadow. -->
131 A negative value of the shadow ratio disables drawing shadow. -->
  /packages/screensavers/PhotoTable/res/values/
config.xml 38 <!-- Parts per million ratio between image size and screen size. -->
41 <!-- Parts per million ratio between image size on the table and screen size. -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp_defs.h 154 /* the compression ratio is defined as in_count / bytes_out */
158 double ratio; /* not computed in kernel. */ member in struct:compstat
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/
double_include.sh.cpp 96 #include <ratio>
155 #include <experimental/ratio>
min_max_macros.sh.cpp 163 #include <ratio>
268 #include <experimental/ratio>
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_xmlparser.so 

Completed in 2779 milliseconds

<<31323334353637383940>>