HomeSort by relevance Sort by last modified time
    Searched defs:numerator (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 225 unsigned int numerator = 0; local
234 numerator = atoi(temp);
236 if (!numerator)
237 numerator = 1;
247 numerator = numerator * denominator + atoi(temp);
254 *num = numerator;
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 274 int numerator = Math.max(width.intValue(), height.intValue()) / gcd.intValue(); local
276 return new Size(numerator, denominator);
280 * Given a size return the numerator of its aspect ratio
283 * @return the numerator
320 * Given a size return the numerator of its aspect ratio
CameraSettingsActivity.java 458 int numerator = ResolutionUtil.aspectRatioNumerator(approximateSize); local
461 R.string.setting_summary_aspect_ratio_and_megapixels, numerator, denominator,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 33 (?P<num>\d*) # numerator (possibly empty)
49 be Rational. The numerator defaults to 0 and the denominator
68 def __new__(cls, numerator=0, denominator=None):
72 numerator/denominator pair, or a float.
102 if isinstance(numerator, Rational):
103 self._numerator = numerator.numerator
104 self._denominator = numerator.denominator
107 elif isinstance(numerator, float):
109 value = Fraction.from_float(numerator)
262 def numerator(a): member in class:Fraction
    [all...]
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
276 def numerator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
381 def numerator(self): member in class:Integral
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 33 (?P<num>\d*) # numerator (possibly empty)
49 be Rational. The numerator defaults to 0 and the denominator
68 def __new__(cls, numerator=0, denominator=None):
72 numerator/denominator pair, or a float.
102 if isinstance(numerator, Rational):
103 self._numerator = numerator.numerator
104 self._denominator = numerator.denominator
107 elif isinstance(numerator, float):
109 value = Fraction.from_float(numerator)
262 def numerator(a): member in class:Fraction
    [all...]
numbers.py 271 """.numerator and .denominator should be in lowest terms."""
276 def numerator(self): member in class:Rational
285 """float(self) = self.numerator / self.denominator
292 return self.numerator / self.denominator
381 def numerator(self): member in class:Integral
  /external/chromium_org/third_party/icu/source/common/
uchar.c 407 int32_t numerator=(ntv>>4)-12; local
409 return (double)numerator/denominator;
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 469 * same base value, the first one is used when the numerator of the
489 int64_t numerator; local
494 numerator = util64_fromDouble(number * (double)leastCommonMultiple + 0.5);
501 // "numerator" is the numerator of the fraction if the
502 // denominator is the LCD. The numerator if the rule's
503 // base value is the denominator is "numerator" times the
507 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple;
511 // the numerator's distance from the CLOSEST multiple
532 // the numerator of the fraction is 1 and the second one is used i
    [all...]
  /external/icu/icu4c/source/common/
uchar.c 408 int32_t numerator=(ntv>>4)-12; local
410 return (double)numerator/denominator;
  /external/icu/icu4c/source/i18n/
nfrs.cpp 494 * same base value, the first one is used when the numerator of the
514 int64_t numerator; local
519 numerator = util64_fromDouble(number * (double)leastCommonMultiple + 0.5);
526 // "numerator" is the numerator of the fraction if the
527 // denominator is the LCD. The numerator if the rule's
528 // base value is the denominator is "numerator" times the
532 tempDifference = numerator * rules[i]->getBaseValue() % leastCommonMultiple;
536 // the numerator's distance from the CLOSEST multiple
557 // the numerator of the fraction is 1 and the second one is used i
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 94 int numerator; member in struct:SDL_PrivateVideoData::__anon33327
  /external/chromium_org/net/quic/
quic_connection_logger.cc 753 QuicPacketSequenceNumber numerator = divisor - num_packets_received_; local
755 numerator *= 1000;
762 histogram->Add(numerator / divisor);
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_headers.c 1450 WORD32 numerator; local
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 673 size_t numerator = mTableOfContents.size(); local
675 if (numerator > kMaxNumTOCEntries) {
676 size_t denom = numerator - kMaxNumTOCEntries;
681 if (accum >= numerator) {
683 accum -= numerator;
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 207 uint32_t numerator(void) { return _n; } function in class:Rational
209 void setNumerator(uint32_t numerator) { _n = numerator; }
    [all...]
  /system/media/camera/src/
camera_metadata.c 981 int32_t numerator = *(int32_t*)(data_ptr + index); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/bison/lib/
vasnprintf.c 1202 mpn_t numerator; local
1229 mpn_t numerator; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.c 1537 uint32_t numerator = 0; local
    [all...]
  /external/jhead/
exif.c 467 static void float2urat(double value, unsigned int max, unsigned int *numerator,
470 *numerator = 0;
476 *numerator = max;
485 *numerator = 0;
488 *numerator = n;
494 // Try to use a denominator of 1e9, 1e8, ..., until the numerator fits
505 *numerator = n;
513 *numerator = 0;
517 static void ConvertDoubleToURational(double value, unsigned int *numerator,
519 float2urat(value, 0xFFFFFFFFU, numerator, denominator)
1266 unsigned int numerator; local
1280 int numerator; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 1861 WebRtc_UWord32 numerator = 0; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 2226 int numerator = params.getInt(CameraParameters::KEY_EXPOSURE_COMPENSATION); local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 2333 int numerator = params.getInt(QCameraParameters::KEY_EXPOSURE_COMPENSATION); local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 2261 int numerator = params.getInt(QCameraParameters::KEY_EXPOSURE_COMPENSATION); local
    [all...]

Completed in 1957 milliseconds

12 3 4 5 6 7