/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
background.js | 31 var rate = localStorage['rate'] || 1.0; 38 rate: parseFloat(rate),
|
/external/chromium_org/chrome/common/ |
tts_utterance_request.cc | 10 rate(1.0),
|
/external/chromium_org/third_party/opus/src/ |
celt_sources.mk | 17 celt/rate.c \
|
/external/kernel-headers/original/linux/netfilter/ |
xt_limit.h | 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/ |
sound9.c | 27 void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format) 29 soundsystem->rate = rate; 43 soundsystem->period = 0x1000000 / rate;
|
/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 116 // Compute the learning rate according to PA-I. 121 float rate = loss / twice_norm_square; local 122 if (rate > aggressiveness_) { 123 rate = aggressiveness_; 125 // VLOG(1) << "loss = " << loss << " rate = " << rate; 129 parameters_[target][i] += rate * inputs[i]; 131 parameters_[other_class][i] -= rate * inputs[i]; 149 // Compute the learning rate according to PA-I. 154 float rate = loss / twice_norm_square local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 9 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 9 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_limit.h | 7 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 9 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
|
/external/iproute2/misc/ |
rtacct.c | 70 double rate[256*4]; member in struct:rtacct_data 133 void format_rate(FILE *fp, double rate) 137 if (rate > 1024*1024) { 138 sprintf(temp, "%uM", (unsigned)rint(rate/(1024*1024))); 140 } else if (rate > 1024) { 141 sprintf(temp, "%uK", (unsigned)rint(rate/1024)); 144 fprintf(fp, " %-10u", (unsigned)rate); 186 double *rate; local 192 rate = &kern_db->rate[realm*4] 248 double *rate; local [all...] |
/external/arduino/libraries/SPI/ |
SPI.cpp | 56 void SPIClass::setClockDivider(uint8_t rate) 58 SPCR = (SPCR & ~SPI_CLOCK_MASK) | (rate & SPI_CLOCK_MASK); 59 SPSR = (SPSR & ~SPI_2XCLOCK_MASK) | ((rate >> 2) & SPI_2XCLOCK_MASK);
|
/external/chromium_org/net/quic/congestion_control/ |
leaky_bucket.h | 5 // Helper class to track the rate data can leave the buffer for pacing. 6 // A leaky bucket drains the data at a constant rate regardless of fullness of 26 // Set the rate at which the bytes leave the buffer.
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Timer.h | 29 /* sees and the curent sampling rate. When the timer expires, a registered */ 32 /* corresponds to 24.8 hours at a sampling rate of 48 kHz */ 33 /* The timer currently does not suport changes in sampling rate while timing. */
|
/external/iptables/extensions/ |
libxt_rateest.c | 18 " --rateest1 name Rate estimator name\n" 19 " --rateest2 name Rate estimator name\n" 20 " --rateest-delta Compare difference(s) to given rate(s)\n" 25 " [!] --rateest-lt Match if rate is less than given rate/estimator\n" 26 " [!] --rateest-gt Match if rate is greater than given rate/estimator\n" 27 " [!] --rateest-eq Match if rate is equal to given rate/estimator\n"); 87 rateest_get_rate(uint32_t *rate, const char *str [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
pralarm.h | 54 ** Repeating periodic notifies are expected to run at a fixed rate. 55 ** That rate is expressed as some number of notifies per period where 130 ** PRUint32 rate The rate within the interval that 140 ** by the alarm's internal thread at a fixed interval whose rate is the 148 ** ALGORITHM: The rate at which notifications are delivered are stated 149 ** to be "'rate' notifies per 'interval'". The exact time of 152 ** not ealier than the epoch plus the fixed rate times the 154 ** potential to be late by not more than 'interval'/'rate'. 159 PRAlarm *alarm, PRIntervalTime period, PRUint32 rate, [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 168 int EnableFRMRateControl; /* [IN] frame based rate control enable */ 169 int EnableMBRateControl; /* [IN] Enable macroblock-level rate control */ 170 int Bitrate; /* [IN] rate control parameter(bit rate) */ 175 int CBRPeriodRf; /* [IN] Reaction coefficient parameter for rate control */ 188 int FrameRate; /* [IN] rate control parameter(frame rate) */ 199 int DarkDisable; /* [IN] Disable adaptive rate control on dark region */ 200 int SmoothDisable; /* [IN] Disable adaptive rate control on smooth region */ 201 int StaticDisable; /* [IN] Disable adaptive rate control on static region * [all...] |
/external/chromium_org/cc/scheduler/ |
frame_rate_controller.h | 39 // Alternate form of FrameRateController with unthrottled frame-rate. 51 // Use the following methods to adjust target frame rate. 75 // This returns null for unthrottled frame-rate. 77 // This returns now for unthrottled frame-rate. 89 // Members for unthrottled frame-rate.
|
/external/dropbear/libtommath/ |
pretty.build | 14 my $rate = 0; 29 if ($rate > 0) { 30 my $tleft = ($count - $i) / $rate; 57 $rate = $i/$delay; 62 printf("\nFinished building source (%d seconds, %3.2f files per second).\n", time - $starttime, $rate);
|
/frameworks/base/core/java/android/view/ |
OrientationListener.java | 53 * @param rate at which sensor events are processed (see also 58 public OrientationListener(Context context, int rate) { 59 mOrientationEventLis = new OrientationEventListenerInternal(context, rate); 67 OrientationEventListenerInternal(Context context, int rate) { 68 super(context, rate);
|
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/ |
FountainFboRS.java | 86 int rate = (int)(pressure * pressure * 500.f); local 87 if (rate > 500) { 88 rate = 500; 90 if (rate > 0) { 91 mScript.invoke_addParticles(rate, x, y, id, !holdingColor[id]);
|
/cts/tests/tests/media/src/android/media/cts/ |
IvfWriter.java | 40 * Timebase fraction is in format scale/rate, e.g. 1/1000 48 * @param rate timebase rate (or denominator of the timebase fraction) 52 int scale, int rate) throws IOException { 57 mRate = rate; 101 * Timebase fraction is in format scale/rate, e.g. 1/1000 107 * @param rate timebase rate (or denominator of the timebase fraction) 109 private static byte[] makeIvfHeader(int frameCount, int width, int height, int scale, int rate){ 123 lay32Bits(ivfHeader, 16, rate); // scale/rat [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
AudioResamplerKernel.cpp | 56 double nextFractionalIndex = m_virtualReadIndex + framesToProcess * rate(); 82 double rate = this->rate(); 83 rate = max(0.0, rate); 84 rate = min(AudioResampler::MaxRate, rate); 97 ASSERT(virtualReadIndex >= 0 && 1 + static_cast<unsigned>(virtualReadIndex + (framesToProcess - 1) * rate) < m_sourceBuffer.size()); 112 virtualReadIndex += rate; 136 double AudioResamplerKernel::rate() cons function in class:WebCore::AudioResamplerKernel [all...] |