HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 76 - 100 of 345) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvorbis/include/vorbis/
codec.h 31 long rate; member in struct:vorbis_info
37 implies a fixed rate bitstream
43 may also be set to give a nominal rate.
  /external/libvorbis/lib/
backends.h 43 long rate; member in struct:__anon22880
psy.h 110 long rate; /* cache it */ member in struct:__anon22893
117 vorbis_info_psy_global *gi,int n,long rate);
  /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
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 469 unsigned int rate; local
553 /* Set the audio rate */
554 rate = spec->freq;
556 status = SDL_NAME(snd_pcm_hw_params_set_rate_near)(pcm_handle, hwparams, &rate, NULL);
562 spec->freq = rate;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 77 SDL_NAME(XvRational) rate; member in struct:__anon26800
  /external/speex/libspeex/
scal.c 58 int rate; member in struct:SpeexDecorrState_
81 EXPORT SpeexDecorrState *speex_decorrelate_new(int rate, int channels, int frame_size)
85 st->rate = rate;
89 st->psy = vorbis_psy_init(rate, 2*frame_size);
  /external/svox/pico/tts/
svox_ssml_parser.cpp 322 else if (strcmp(element, "prosody") == 0) /* only pitch, rate and volume attributes are supported */
369 else if (strcmp(attributes[i], "rate") == 0)
382 char* rate = new char[17 + strlen(svoxrate)]; local
383 if (!rate)
388 sprintf(rate, "<speed level='%s'>", svoxrate);
389 if (strlen(m_data) + strlen(rate) + 1 > (size_t)m_datasize)
397 strcat(m_data, rate);
410 delete [] rate;
662 Converts SSML rate labels to SVOX speed levels
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 84 unsigned int rate; member in struct:pcm_config
  /external/v8/src/
compiler.cc 403 HistogramTimer* rate = info->is_eval() local
406 HistogramTimerScope timer(rate);
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000; local
75 SLresult res = (*pRateItf)->GetRate(pRateItf, &rate); CheckErr(res);
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
79 rate /= 2;
80 if (rate < minRate) {
81 rate = minRate;
83 fprintf(stdout, "new rate = %d\n", rate);
84 res = (*pRateItf)->SetRate(pRateItf, rate); CheckErr(res)
293 SLpermille rate = 1234; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 76 /* allocate rate tracking structures */
146 /* VP_T - display rate */
151 /* VD_T - decode rate */
156 /* VE_T - encode rate */
161 /* CAMT - capture rate */
320 /* get the temporal rate */
334 /* calculate the average of the temporal rate */
405 /* for each rate, reset skip count as well as tn0 */
423 /* complete any temporary rate measurements */
459 /* see if we care about this buffer in the rate calculation *
470 int rate = (me->detailed == 2) || local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */
113 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */
113 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 44 int rate; /* requested rate */ member in struct:snd_pcm_oss_runtime
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */
113 unsigned int rate; /**< rate; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 44 int rate; /* requested rate */ member in struct:snd_pcm_oss_runtime
  /system/extras/sound/
playwav.c 36 int pcm_play(unsigned rate, unsigned channels,
58 config.sample_rate = rate;
135 void play_file(unsigned rate, unsigned channels,
148 pcm_play(rate, channels, fill_buffer, 0);
154 unsigned rate, channels; local
191 int wav_rec(const char *fn, unsigned channels, unsigned rate)
208 hdr.sample_rate = rate;
334 unsigned rate = 44100; local
347 } else if (!strcmp(argv[0],"-rate")) {
351 fprintf(stderr,"playwav: -rate requires a parameter\n")
    [all...]
  /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/chromeos/display/
output_util.cc 345 // reflesh rate.
359 float rate = GetRefreshRate(info); local
365 // Reset the best rate if the non interlaced is
368 best_rate = rate;
372 if (rate < best_rate)
376 best_rate = rate;
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 303 // envelopeRate is the rate we slew from current compressor level to the desired level.
304 // The exact rate depends on if we're attacking or releasing and by how much.
350 // As long as we're still in attack mode, use a rate based off
407 float rate = isRelease ? satReleaseRate : 1; local
409 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/opus/src/src/
opus_multistream.c 471 opus_int32 rate; local
478 opus_encoder_ctl(enc, request, &rate);
479 *value += rate;
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 269 int fp3s,rate; local
273 for(rate=0;rate<5;rate++) {
274 if((opus_rates[rate]*3/fp3s)!=opus_packet_get_samples_per_frame(packet,opus_rates[rate]))test_failed();
1590 int rate,c,app,cfgs,err,useerr; local
    [all...]

Completed in 1164 milliseconds

1 2 34 5 6 7 8 91011>>