HomeSort by relevance Sort by last modified time
    Searched defs:rate (Results 51 - 75 of 273) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 106 * rate hw parameter; filled after hw_params is caled
108 unsigned int rate; member in struct:snd_pcm_extplug
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/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_extplug.h 106 * rate hw parameter; filled after hw_params is caled
108 unsigned int rate; member in struct:snd_pcm_extplug
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/pulse/
sample.h 63 * PulseAudio supports any sample rate between 1 Hz and 4 GHz. There is no
64 * point trying to exceed the sample rate of the output device though as the
119 /** Maximum allowed sample rate */
171 uint32_t rate; /**< The sample rate. (e.g. 44100) */ member in struct:pa_sample_spec
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 24 // will be empty strings, and rate, pitch, and volume will be -1.0.
34 double rate,
86 double rate() { return rate_; } function in class:Utterance
  /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:__anon10851
psy.h 110 long rate; /* cache it */ member in struct:__anon10864
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:__anon13366
  /external/quake/quake/src/QW/client/
sound.h 81 int rate; member in struct:__anon14219
  /external/quake/quake/src/WinQuake/
sound.h 90 int rate; member in struct:__anon14664
  /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 83 unsigned int rate; member in struct:pcm_config
  /external/v8/src/
compiler.cc 403 HistogramTimer* rate = info->is_eval() local
406 HistogramTimerScope timer(rate);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 60 "Fetching hardware channel/rate support not "
147 wpa_printf(MSG_ERROR, "Failed to allocate memory for rate "
153 struct hostapd_rate_data *rate; local
160 rate = &iface->current_rates[iface->num_rates];
161 rate->rate = mode->rates[i];
162 if (hostapd_rate_found(basic_rates, rate->rate)) {
163 rate->flags |= HOSTAPD_RATE_BASIC;
166 wpa_printf(MSG_DEBUG, "RATE[%d] rate=%d flags=0x%x"
    [all...]
  /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/sound/
pcm_oss.h 44 int rate; /* requested rate */ member in struct:snd_pcm_oss_runtime

Completed in 1499 milliseconds

1 23 4 5 6 7 8 91011