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

<<21222324252627282930>>

  /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/services/Car/evs/app/
ConfigManager.h 58 // Given the display aspect ratio (width over height), how far can we see to the right?
62 // Given the display aspect ratio (width over height), how far can we see to the left?
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/
typedefs.pass.cpp 10 // test ratio typedef's
12 #include <ratio>
  /build/make/tools/
filter-product-graph.py 59 print "graph [ ratio=.5 ];"
  /cts/tests/framework/base/activitymanager/testsdk25/src/android/server/am/
AspectRatioSdk25Tests.java 38 // Max supported aspect ratio for pre-O apps.
  /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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DepthOfFieldOptions.java 27 // a ratio of the focal depth. Its range is [0, 1). The depth of field range
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Bra.h 13 in CALL instructions to increase the compression ratio.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Bra.h 13 in CALL instructions to increase the compression ratio.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
Bra.h 13 in CALL instructions to increase the compression ratio.
  /device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
BaseTscTimerLib.c 10 That rate may be set by the maximum core-clock to bus-clock ratio of the processor or may be set by
  /external/aac/libSBRenc/src/
resampler.h 135 int ratio; /*! downsampling ration */ member in struct:__anon14073
146 INT ratio); /*!< downsampler ratio */
150 * to the downsampler ratio.
  /external/cblas/testing/
din2 7 16.0 THRESHOLD VALUE OF TEST RATIO
sin2 7 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 126 * @param topMarginRatio margin ratio from top
127 * @param leftMarginRatio margin ratio from left
128 * @param bottomMarginRatio margin ratio from bottom
129 * @param rightMarginRatio margin ratio from right
  /external/eigen/blas/testing/
dblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
sblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/libcxx/include/
chrono 43 template <class Rep, class Period = ratio<1>>
47 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio");
102 typedef duration< long, ratio< 60> > minutes;
103 typedef duration< long, ratio<3600> > hours;
287 constexpr chrono::duration<unspecified , ratio<3600,1>> operator ""h(long double); // C++14
289 constexpr chrono::duration<unspecified , ratio<60,1>> operator ""min(long double); // C++14
305 #include <ratio>
321 template <class _Rep, class _Period = ratio<1> > class _LIBCPP_TEMPLATE_VIS duration;
494 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio");
523 typedef ratio<__mul<__n1, __d2, !value>::value
    [all...]
  /external/libcxx/test/std/utilities/time/
seconds.pass.cpp 26 static_assert((std::is_same<Period, std::ratio<1> >::value), "");
  /external/libxml2/test/SVG/
bike.xml 24 <symbol id="cogs"><desc>8 speed, wide ratio gearing</desc>
  /external/lzma/C/
Bra.h 13 in CALL instructions to increase the compression ratio.
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2a.rc 53 LTEXT "Compression ratio:", IDT_PROGRESS_RATIO, m, y3, x0s, 8
  /external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java 24 * compression ratio. Smaller means faster random access.
  /external/pdfium/fxbarcode/oned/
BC_OnedCode39Writer.cpp 123 bool CBC_OnedCode39Writer::SetWideNarrowRatio(int8_t ratio) {
124 if (ratio < 2 || ratio > 3)
127 m_iWideNarrRatio = ratio;
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 64 void SetWideNarrowRatio(int8_t ratio);

Completed in 1925 milliseconds

<<21222324252627282930>>