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

1 2 34 5 6 7 8 91011>>

  /external/libvorbis/lib/
backends.h 43 long rate; member in struct:__anon29347
psy.h 110 long rate; /* cache it */ member in struct:__anon29360
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:__anon29439
  /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
  /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:__anon34057
  /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 91 unsigned int rate; member in struct:pcm_config
  /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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 140 double rate; /**< Sampling rate in Hz. */ member in struct:__anon40622
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.c 186 int rate; local
196 pd->dequant[1] >> 3, &rate, &dist);
197 *out_rate_sum = rate;
222 int rate = INT_MAX; local
323 model_rd_for_sb_y(cpi, bsize, x, xd, &rate, &dist);
324 rate += rate_mv;
325 rate += x->inter_mode_cost[mbmi->mode_context[ref_frame]]
327 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
331 *returnrate = rate;
353 model_rd_for_sb_y(cpi, bsize, x, xd, &rate, &dist)
    [all...]
  /hardware/intel/img/libdrm/tests/
dristat.c 188 double rate; local
220 rate = (curr.data[j].value - prev.data[j].value) / (double)i;
221 printhuman(rate, curr.data[j].mult_names, curr.data[j].mult);
  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */
114 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.11-4.6/sysroot/usr/include/pulse/
sample.h 67 * PulseAudio supports any sample rate between 1 Hz and 192000 Hz. There is no
68 * point trying to exceed the sample rate of the output device though as the
123 /** Maximum allowed sample rate */
245 uint32_t rate; member in struct:pa_sample_spec
246 /**< The sample rate. (e.g. 44100) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 46 SND_PCM_IOPLUG_HW_RATE, /**< rate */
114 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.11-4.8/sysroot/usr/include/pulse/
sample.h 67 * PulseAudio supports any sample rate between 1 Hz and 192000 Hz. There is no
68 * point trying to exceed the sample rate of the output device though as the
123 /** Maximum allowed sample rate */
245 uint32_t rate; member in struct:pa_sample_spec
246 /**< The sample rate. (e.g. 44100) */
  /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/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...]

Completed in 2134 milliseconds

1 2 34 5 6 7 8 91011>>