Searched defs:maximum (Results 1 - 25 of 74) sorted by last modified time

123

/external/webrtc/src/modules/audio_processing/
H A Dgain_control_impl.cc252 int maximum) {
258 if (maximum > 65535) {
262 if (maximum < minimum) {
267 maximum_capture_level_ = maximum;
251 set_analog_level_limits(int minimum, int maximum) argument
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h215 int maximum; // Long-term maximum. member in struct:webrtc::AudioProcessing::Statistic
456 // Sets the maximum |gain| the digital compression stage may apply, in dB. A
468 // Sets the |minimum| and |maximum| analog levels of the audio capture device.
471 int maximum) = 0;
/external/skia/src/core/
H A DSkXfermode.cpp434 #define maximum(a, b, c) max2(max2(a, b), c) macro
437 return maximum(r, g, b) - minimum(r, g, b);
473 int x = maximum(*r, *g, *b);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmm.h71 /* maximum :: The axis's maximum design coordinate. */
77 FT_Long maximum; member in struct:FT_MM_Axis_
131 /* maximum :: The axis's maximum design coordinate. */
146 FT_Fixed maximum; member in struct:FT_Var_Axis_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c933 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; local
948 vi = _cmsQuickSaturateWord(v * maximum);
989 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 655.35 : 65535.0; local
1004 vi = _cmsQuickSaturateWord(v * maximum);
1065 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 100.0F : 1.0F; local
1080 v /= maximum;
1117 cmsFloat64Number maximum = IsInkSpace(info ->InputFormat) ? 100.0 : 1.0; local
1132 v /= maximum;
1211 // 1.15 fixed point, that means maximum value is MAX_ENCODEABLE_XYZ (0xFFFF)
2388 cmsFloat64Number maximum local
2442 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35 : 65535.0; local
2498 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0 : 1.0; local
2550 cmsFloat64Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0 : 1.0; local
2730 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 655.35F : 65535.0F; local
2782 cmsFloat32Number maximum = IsInkSpace(info ->InputFormat) ? 100.0F : 1.0F; local
2830 cmsFloat32Number maximum = IsInkSpace(info ->OutputFormat) ? 655.35F : 65535.0F; local
2884 cmsFloat32Number maximum = IsInkSpace(info ->OutputFormat) ? 100.0F : 1.0F; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmm.h71 /* maximum :: The axis's maximum design coordinate. */
77 FT_Long maximum; member in struct:FT_MM_Axis_
131 /* maximum :: The axis's maximum design coordinate. */
146 FT_Fixed maximum; member in struct:FT_Var_Axis_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
/external/openssl/crypto/x509v3/
H A Dx509v3.h325 ASN1_INTEGER *maximum; member in struct:GENERAL_SUBTREE_st
/external/openssl/include/openssl/
H A Dx509v3.h325 ASN1_INTEGER *maximum; member in struct:GENERAL_SUBTREE_st
/external/libxml2/include/libxml/
H A Dparser.h101 unsigned long maximum; member in struct:_xmlParserNodeInfoSeq
/external/libvorbis/test/
H A Dutil.c30 gen_windowed_sine (float *data, int len, float maximum) argument
41 data [k] *= maximum * (0.5 - 0.5 * cos (2.0 * M_PI * k / ((len) - 1))) ;
/external/kernel-headers/original/uapi/linux/
H A Dinput.h52 * @maximum: specifies maximum value for the axis.
61 * [minimum, maximum] limits, such task is left to userspace.
70 __s32 maximum; member in struct:input_absinfo
1049 * @right_saturation: maximum level when joystick moved all way to the right
H A Dvideodev2.h1264 __s32 maximum; member in struct:v4l2_queryctrl
1661 * @sizeimage: maximum size in bytes required for data, for which
1758 __s32 maximum; member in struct:v4l2_event_ctrl
/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java380 private void warmUp(LoadingCache<Object, Object> cache, int minimum, int maximum) { argument
381 for (int i = minimum; i < maximum; i++) {
H A DPopulatedCachesTest.java345 LoadingCache<Object, Object> cache, int minimum, int maximum) {
348 for (int i = minimum; i < maximum; i++) {
344 warmUp( LoadingCache<Object, Object> cache, int minimum, int maximum) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/freetype/include/
H A Dftmm.h71 /* maximum :: The axis's maximum design coordinate. */
77 FT_Long maximum; member in struct:FT_MM_Axis_
131 /* maximum :: The axis's maximum design coordinate. */
146 FT_Fixed maximum; member in struct:FT_Var_Axis_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java191 * Sets minimum and maximum using single invocation.
193 public void setRange(int minimum, int maximum) { argument
195 setMaximum(maximum);
214 * Sets the maximum value that the receiver will allow.
216 public void setMaximum(int maximum) { argument
217 m_maximum = maximum;
231 * not within the range specified by minimum and maximum, it will be adjusted to fall within this
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/easymock/src/org/easymock/internal/
H A DRange.java26 private final int maximum; field in class:Range
32 public Range(int minimum, int maximum) { argument
33 if (!(minimum <= maximum)) {
35 "minimum must be <= maximum"));
43 if (!(maximum >= 1)) {
45 "maximum must be >= 1"));
48 this.maximum = maximum;
52 return minimum == maximum;
56 return maximum;
[all...]

Completed in 467 milliseconds

123