HomeSort by relevance Sort by last modified time
    Searched full:limiter (Results 1 - 22 of 22) sorted by null

  /external/bluetooth/glib/gio/
gfilemonitor.c 151 rate_limiter_free (RateLimiter *limiter)
153 g_object_unref (limiter->file);
154 g_slice_free (RateLimiter, limiter);
438 RateLimiter *limiter; local
440 limiter = g_slice_new0 (RateLimiter);
441 limiter->file = g_object_ref (file);
442 g_hash_table_insert (monitor->priv->rate_limiter, file, limiter);
444 return limiter;
449 RateLimiter *limiter)
451 if (limiter->send_virtual_changes_done_at != 0
526 RateLimiter *limiter = value; local
582 RateLimiter *limiter = value; local
648 RateLimiter *limiter; local
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
FakeTimeLimiter.java 26 * so this gives you a time-limiter you can easily swap in for your real
27 * time-limiter while you're debugging.
TimeLimiter.java 28 * TimeLimiter limiter = . . .;
29 * TargetType proxy = limiter.newProxy(
  /system/media/audio_effects/include/audio_effects/
effect_agc.h 37 AGC_PARAM_LIMITER_ENA, // enable or disable limiter (boolean)
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp 478 #define limiter( y, x) y = sat(x); macro
503 #define limiter( y, x) y = sat(x); macro
509 #define limiter( y, x) z = x<< (15-SCALING); \ macro
515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ macro
676 limiter(*(pOutput_buffer++), (temp + test));
677 limiter(*(pOutput_buffer++), (temp2 + test2));
726 limiter(*(pOutput_buffer++), (test1 + (fxp_mul_16_by_16(dat1, win1) >> shift)));
728 limiter(*(pOutput_buffer_2++), (test2 + (fxp_mul_16_by_16(dat2, win2) >> shift)));
845 limiter(*(pOutput_buffer++), (temp + tmp1));
860 limiter(*(pOutput_buffer++), (temp + temp1))
    [all...]
sbr_create_limiter_bands.cpp 167 /* First band: 1 limiter band. */
172 /* Next three bands: 1.2, 2, 3 limiter bands/octave plus bandborders at patchborders. */
calc_sbr_envelope.cpp 695 * Limiter
733 { /*Calculate the average gain for the current limiter band.*/
940 } /* Limiter End for loop (c) */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 58 unsigned int vifc_rate_limit; /* Rate limiter values (NI) */
  /external/kernel-headers/original/linux/
mroute6.h 70 unsigned int vifc_rate_limit; /* Rate limiter values (NI) */
  /external/libvpx/examples/includes/geshi/geshi/
avisynth.php 79 'Levels', 'Limiter', 'Layer', 'Letterbox', 'LanczosResize', 'Lanczos4Resize', 'Loop',
  /external/v8/src/
runtime-profiler.h 159 // Rate limiter intended to be used in the profiler thread.
  /external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h 53 WebRtc_UWord8 limiterEnable; // Enabling limiter (on/off (default off))
digital_agc.c 74 WebRtc_Word16 limiterOffset = 0; // Limiter offset
110 // Calculate the limiter level and index:
  /packages/apps/Exchange/res/values-fr/
strings.xml 49 <string name="policy_bluetooth_restricted" msgid="8992284721368381918">"limiter l\'utilisation du Bluetooth"</string>
  /external/guava/javadoc/com/google/common/util/concurrent/
TimeLimiter.html 108 TimeLimiter limiter = . . .;
109 TargetType proxy = limiter.newProxy(
FakeTimeLimiter.html 110 so this gives you a time-limiter you can easily swap in for your real
111 time-limiter while you're debugging.
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 65 printf(" --limiter\n");
224 } else if (strcmp(argv[i], "--limiter") == 0) {
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 299 LOGV("AgcGetParameter() limiter enabled %s",
332 LOGV("AgcSetParameter() limiter enabled %s", *(bool *)pValue ? "true" : "false");
336 LOGV("AgcSetParameter() properties level %d, gain %d limiter %d",
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 703 // Testing limiter off/on
  /packages/apps/Mms/res/values-fr/
strings.xml 316 <string name="storage_limits_message" msgid="2010501485394745696">"Limiter le nombre de messages enregistrés par conversation ?"</string>
  /packages/apps/Settings/res/values-fr/
strings.xml     [all...]
  /external/dnsmasq/man/fr/
dnsmasq.8 608 quel type de réseau (ARP), mais il est possible de les limiter à un seul type
    [all...]

Completed in 785 milliseconds