/external/libvorbis/lib/ |
psy.h | 110 long rate; /* cache it */ member in struct:__anon4301 117 vorbis_info_psy_global *gi,int n,long rate);
|
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/ |
nestegg.h | 140 double rate; /**< Sampling rate in Hz. */ member in struct:__anon4380
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_pickmode.c | 188 int rate; local 198 pd->dequant[1] >> 3, &rate, &dist); 199 *out_rate_sum = rate; 225 int rate = INT_MAX; local 385 rate = pf_rate[mbmi->interp_filter]; 390 model_rd_for_sb_y(cpi, bsize, x, xd, &rate, &dist); 393 rate += rate_mv; 394 rate += x->inter_mode_cost[mbmi->mode_context[ref_frame]] 396 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist); 400 *returnrate = rate; [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
MovieHeaderBox.java | 40 private double rate = 1.0; field in class:MovieHeaderBox 76 return rate; 116 rate = IsoTypeReader.readFixedPoint1616(content); 148 result.append("rate=").append(getRate()); 176 IsoTypeWriter.writeFixedPont1616(byteBuffer, rate); 215 public void setRate(double rate) { 216 this.rate = rate;
|
/external/netperf/ |
netcpu_looper.c | 64 idle. The rate at which this increments during a test is compared 482 /* measured cpu rate to the calling routine. raj 4/95 */ 495 rate[MAXTIMES], 516 rate[i] = (float)0.0; 558 if (temp_rate > rate[i]) rate[i] = temp_rate; 560 fprintf(where,"\trate[%d] = %g\n",i,rate[i]); 563 if (local_maxrate < rate[i]) local_maxrate = rate[i]; 494 rate[MAXTIMES], local
|
/cts/tests/tests/media/src/android/media/cts/ |
SoundPoolTest.java | 147 float rate = 1f; local 148 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); 151 rate = 1.4f; 152 mSoundPool.setRate(streamID, rate); 162 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DynamicsCompressorKernel.cpp | 301 // envelopeRate is the rate we slew from current compressor level to the desired level. 302 // The exact rate depends on if we're attacking or releasing and by how much. 348 // As long as we're still in attack mode, use a rate based off 405 float rate = isRelease ? satReleaseRate : 1; local 407 detectorAverage += (attenuation - detectorAverage) * rate;
|
/external/chromium_org/third_party/leveldatabase/src/doc/bench/ |
db_bench_sqlite3.cc | 284 char rate[100]; local 285 snprintf(rate, sizeof(rate), "%6.1f MB/s", 288 message_ = std::string(rate) + " " + message_; 290 message_ = rate;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
encodemb.c | 204 int rate; member in struct:vp8_token_state 276 tokens[eob][0].rate = 0; 298 rate0 = tokens[next][0].rate; 299 rate1 = tokens[next][1].rate; 323 tokens[i][0].rate = base_bits + (best ? rate1 : rate0); 330 rate0 = tokens[next][0].rate; 331 rate1 = tokens[next][1].rate; 393 tokens[i][1].rate = base_bits + (best ? rate1 : rate0); 413 tokens[next][0].rate += mb->token_costs[type][band][0][t0]; 418 tokens[next][1].rate += mb->token_costs[type][band][0][t1] [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 289 int fp3s,rate; local 293 for(rate=0;rate<5;rate++) { 294 if((opus_rates[rate]*3/fp3s)!=opus_packet_get_samples_per_frame(packet,opus_rates[rate]))test_failed(); 1768 int rate,c,app,cfgs,err,useerr; local [all...] |
test_opus_encode.c | 241 int rate; local 245 rate=rates[j]+fast_rand()%rates[j]; 271 if(opus_encoder_ctl(enc, OPUS_SET_BITRATE(rate))!=OPUS_OK)test_failed(); 310 fprintf(stdout," Mode %s FB encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate); 327 int rate; local 333 rate=rates[j]+fast_rand()%rates[j]; 335 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_BITRATE(rate))!=OPUS_OK)test_failed(); 386 fprintf(stdout," Mode %s NB dual-mono MS encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate);
|
/external/chromium_org/third_party/speex/libspeex/ |
sb_celp.c | 1170 spx_int32_t i=10, rate, target; local 1221 spx_int32_t rate, target; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
bandwidth_estimator.c | 45 /* Received header rate. First value is for 30 ms packets and second for 60 ms */ 125 * This function updates bottle neck rate received from other side in payload 234 /* store far-side transmission rate */ 370 /* don't allow it to be less than frame rate - 10 ms */ 375 /* compute inverse receiving rate for last packet, in Q19 */ 396 /* Limit inv rate. Note that minBwInv > maxBwInv! */ 403 /* update bottle neck rate estimate */ 435 /* Q9 (only shift arrTimeDiff by 5 to simulate divide by 16 (need to revisit if change sampling rate) DH */ 488 /* Limit to minimum or maximum bottle neck rate (in Q30) */ 499 /* store far-side transmission rate */ 609 int32_t rate; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.c | 158 // We have to adjust the header-rate if the first packet has a 167 /* compute far-side transmission rate */ 183 /* store far-side transmission rate */ 368 /* don't allow it to be less than frame rate - 10 ms */ 372 /* compute inverse receiving rate for last packet */ 380 // don't allow inv rate to be larger than MAX 385 /* update bottle neck rate estimate */ 435 /* limit minimum bottle neck rate */ 454 /* store far-side transmission rate */ 503 /* This function updates the send bottle neck rate */ 602 float rate; local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 59 double rate; local 140 printf("-rlim rateLim........ rate limit in bits/sec, \n"); 143 printf("-ave file............ record average rate of 3 sec intervales and *append* to 'file'.\n"); 161 fprintf(stderr,"\nfixed bottleneck rate of %d bits/s\n\n", bottleneck); 191 printf("cannot open file to write rate %s", averageFileName); 320 printf("cannot set the maximum rate %d.\n", rateLimit); 494 rate = ((double)totalbits * (sampFreqKHz)) / (double)totalsmpls; 498 printf("Sampling Rate......................... %d kHz\n", sampFreqKHz); 500 printf("Rate Limit............................ %d bits/sec \n", rateLimit); 516 rate); [all...] |
/external/fio/ |
stat.h | 194 uint32_t rate[DDIR_RWDIR_CNT]; member in struct:jobs_eta
|
/external/iproute2/misc/ |
ifstat.c | 60 double rate[MAXS]; member in struct:ifstat_ent 110 memset(&n->rate, 0, sizeof(n->rate)); 184 unsigned rate; local 195 if (sscanf(p, "%u", &rate) != 1) 197 n->rate[i] = rate; 221 double *rates = n->rate; 229 rates = h1->rate; 292 fprintf(fp, "%8s/%-6s ", "RX Pkts", "Rate"); [all...] |
nstat.c | 79 double rate; member in struct:nstat_ent 123 double rate; local 134 nr = sscanf(buf, "%s%llu%lg", idbuf, &val, &rate); 138 rate = 0; 146 n->rate = rate; 194 n->rate = 0; 265 if (!dump_zeros && !val && !n->rate) 279 fprintf(fp, "%-32s%-16llu%6.1f\n", n->id, val, n->rate); 303 if (!dump_zeros && !val && !n->rate) [all...] |
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/libopus/tests/ |
test_opus_api.c | 289 int fp3s,rate; local 293 for(rate=0;rate<5;rate++) { 294 if((opus_rates[rate]*3/fp3s)!=opus_packet_get_samples_per_frame(packet,opus_rates[rate]))test_failed(); 1768 int rate,c,app,cfgs,err,useerr; local [all...] |
test_opus_encode.c | 241 int rate; local 245 rate=rates[j]+fast_rand()%rates[j]; 271 if(opus_encoder_ctl(enc, OPUS_SET_BITRATE(rate))!=OPUS_OK)test_failed(); 310 fprintf(stdout," Mode %s FB encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate); 327 int rate; local 333 rate=rates[j]+fast_rand()%rates[j]; 335 if(opus_multistream_encoder_ctl(MSenc, OPUS_SET_BITRATE(rate))!=OPUS_OK)test_failed(); 386 fprintf(stdout," Mode %s NB dual-mono MS encode %s, %6d bps OK.\n",mstrings[modes[j]],rc==0?" VBR":rc==1?"CVBR":" CBR",rate);
|
/external/libvpx/libvpx/vp8/encoder/ |
encodemb.c | 204 int rate; member in struct:vp8_token_state 283 tokens[eob][0].rate = 0; 305 rate0 = tokens[next][0].rate; 306 rate1 = tokens[next][1].rate; 330 tokens[i][0].rate = base_bits + (best ? rate1 : rate0); 337 rate0 = tokens[next][0].rate; 338 rate1 = tokens[next][1].rate; 400 tokens[i][1].rate = base_bits + (best ? rate1 : rate0); 420 tokens[next][0].rate += mb->token_costs[type][band][0][t0]; 425 tokens[next][1].rate += mb->token_costs[type][band][0][t1] [all...] |
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.cpp | 414 int rate = 20, dev_num, enabled = 0, i; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 29 * rate: number, 34 'rate': 0.5, 42 * rate: number, 47 'rate': 0.0, 55 * rate: number, 60 'rate': 1.0, 68 * rate: number, 73 'rate': 0.1, 170 if (typeof(properties[tts.RATE]) == 'number') { 171 mergedProperties[tts.RATE] = properties[tts.RATE] [all...] |
/external/chromium_org/chrome/browser/speech/ |
tts_controller.h | 57 double rate; member in struct:UtteranceContinuousParameters 133 // its other parameters like text, rate, pitch, etc. should all be set.
|