/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 707 unsigned int numerator = 0, denominator = 0; local 745 ExifElementsTable::stringToRational(temp_value, &numerator, &denominator); 746 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%u/%u", numerator, denominator);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 111 return (r.numerator, r.denominator) 238 self.assertRaises(AttributeError, setattr, r, 'numerator', 12) 322 # numerator and denominator to float before dividing.
|
test_binop.py | 38 raise TypeError, "Rat numerator must be int or long (%r)" % num
|
test_long_future.py | 164 # additions to the numerator should cause it to be rounded
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 111 return (r.numerator, r.denominator) 238 self.assertRaises(AttributeError, setattr, r, 'numerator', 12) 322 # numerator and denominator to float before dividing.
|
test_binop.py | 38 raise TypeError, "Rat numerator must be int or long (%r)" % num
|
test_long_future.py | 164 # additions to the numerator should cause it to be rounded
|
/external/libogg/doc/ |
skeleton.html | 133 | Presentationtime numerator | 12-15 141 | Basetime numerator | 28-31 181 | Granulerate numerator | 20-23
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 634 * @param defaultValue the numerator of the Rational to return if tag's [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 634 * @param defaultValue the numerator of the Rational to return if tag's [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 634 * @param defaultValue the numerator of the Rational to return if tag's [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 634 * @param defaultValue the numerator of the Rational to return if tag's [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifTag.java | 51 * one is the numerator and the second one expresses the denominator. 66 * one is the numerator and the second one is the denominator. 634 * @param defaultValue the numerator of the Rational to return if tag's [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 349 unsigned int rate_num; /* R: rate numerator */ 589 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 597 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound.h | 349 unsigned int rate_num; /* R: rate numerator */ 589 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ 597 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */ [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
Xvproto.h | 69 INT32 numerator B32;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice.c | 246 //set the denominator and numerator of the Direct Form
|
/pdk/apps/CameraITS/pymodules/its/ |
target.py | 62 xform_rat = [{"numerator":int(100*x),"denominator":100} for x in xform]
|
/pdk/apps/CameraITS/tests/ |
tutorial.py | 117 xform_rat = [{"numerator":math.floor(v*128+0.5), "denominator":128}
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 428 case 5: // rational = two long values, first is numerator, second is denominator 450 case 10: // signed rational, two slongs, first is numerator, second is denominator
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
exif.js | 428 case 5: // rational = two long values, first is numerator, second is denominator 450 case 10: // signed rational, two slongs, first is numerator, second is denominator
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LayoutUnit.h | 787 inline LayoutUnit layoutMod(const LayoutUnit& numerator, const LayoutUnit& denominator) 789 return numerator % denominator;
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
Biquad.cpp | 579 Complex numerator = b0 + (b1 + b2 * z) * z; 581 Complex response = numerator / denominator;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner.py | 486 def divide_and_round_up(numerator, divisor): 487 return int(math.ceil(float(numerator) / divisor))
|
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 407 int32_t numerator=(ntv>>4)-12; local 409 return (double)numerator/denominator;
|