HomeSort by relevance Sort by last modified time
    Searched refs:numerator (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/
set_maps.c 179 info.time_base.numerator = 1;
202 cfg.g_timebase.num = info.time_base.numerator;
twopass_encoder.c 150 info.time_base.numerator = 1;
179 cfg.g_timebase.num = info.time_base.numerator;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 189 The first number is the numerator, followed by the acceleration
259 &mouse_accel.numerator,
275 mouse_accel.numerator,
SDL_x11video.h 94 int numerator; member in struct:SDL_PrivateVideoData::__anon33327
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 179 info.time_base.numerator = 1;
202 cfg.g_timebase.num = info.time_base.numerator;
twopass_encoder.c 150 info.time_base.numerator = 1;
179 cfg.g_timebase.num = info.time_base.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
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 333 UINT32 numerator, denominator; local
334 hr = MFGetAttributeRatio(type, MF_MT_FRAME_RATE, &numerator, &denominator);
339 capture_format.frame_rate = denominator ? numerator / denominator : 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 61 int numerator; member in struct:__anon33169
  /system/media/camera/include/system/
camera_metadata.h 70 int32_t numerator; member in struct:camera_metadata_rational
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 79 #define R2L(n) ((n).denominator ? (long)(n).numerator/(n).denominator : 0L)
80 #define R2D(n) ((n).denominator ? (double)(n).numerator/(n).denominator : 0.0)
387 if (!vr.numerator || !vr.denominator) {
456 if (!vr.numerator || !vr.denominator) {
688 if (!vr.numerator || !vr.denominator) {
692 unsigned long tmp = vr.numerator / vr.denominator;
  /external/libhevc/decoder/
ihevcd_parse_headers.c 1450 WORD32 numerator; local
    [all...]
  /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...]
  /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;
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 51 // Numerator negative
472 private static Rational createIllegalRational(int numerator, int denominator) {
473 Rational r = new Rational(numerator, denominator);
474 mutateField(r, "mNumerator", numerator);
  /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/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...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 70 // Numerator negative
491 private static Rational createIllegalRational(int numerator, int denominator) {
492 Rational r = new Rational(numerator, denominator);
493 mutateField(r, "mNumerator", numerator);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 272 streamparm.parm.capture.timeperframe.numerator =
285 << streamparm.parm.capture.timeperframe.numerator;
  /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/mesa/src/src/glx/
dri_common.c 192 int32_t * numerator, int32_t * denominator,
197 return __glxGetMscRate(glxDraw, numerator, denominator);
glxclient.h 772 int32_t * numerator,
778 int32_t * numerator, int32_t * denominator);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.c 1537 uint32_t numerator = 0; local
    [all...]
  /external/chromium_org/ui/gl/
gl_surface_glx.cc 76 virtual bool GetMscRate(int32* numerator, int32* denominator) OVERRIDE {
80 if (!glXGetMscRateOML(g_display, window_, numerator, denominator)) {
  /external/mesa3d/src/glx/
dri_common.c 192 int32_t * numerator, int32_t * denominator,
197 return __glxGetMscRate(glxDraw, numerator, denominator);

Completed in 807 milliseconds

1 2 34 5 6 7 8 91011>>