HomeSort by relevance Sort by last modified time
    Searched full:maxrate (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACRate.txt 9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_2.pcm >> $LOGG
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_4.pcm >> $LOGG
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_6.pcm >> $LOGG
17 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_12.pcm >> $LOGG
19 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_14.pcm >> $LOGG
21 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_16.pcm >> $LOGG
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py 81 maxrate = props["maxrate"] / 1000000
83 print " %s :: ssid='%s' wpa=%s wpa2=%s quality=%d%% rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, qual, maxrate, freq)
wpas-dbus-new-signals.py 79 maxrate = val[0] / 1000000
81 maxrate = 0
83 print " %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq)
wpas-dbus-new.py 72 maxrate = val[0] / 1000000
74 maxrate = 0
76 print " %s :: ssid='%s' wpa=%s wpa2=%s signal=%d rate=%d freq=%d" % (bssid, ssid, wpa, wpa2, signal, maxrate, freq)
  /external/webkit/Source/WebCore/platform/audio/
AudioResampler.h 54 // 0 < rate <= MaxRate
58 static const double MaxRate;
AudioResampler.cpp 39 const double AudioResampler::MaxRate = 8.0;
116 m_rate = min(AudioResampler::MaxRate, rate);
AudioResamplerKernel.cpp 43 , m_sourceBuffer(2 + static_cast<int>(MaxFramesToProcess * AudioResampler::MaxRate))
84 rate = min(AudioResampler::MaxRate, rate);
  /frameworks/wilhelm/src/itf/
IRatePitch.c 72 SLpermille maxRate = thiz->mMaxRate;
76 *pMaxRate = maxRate;
IPlaybackRate.c 165 SLpermille maxRate = thiz->mMaxRate;
169 *pMaxRate = maxRate;
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000;
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
78 fprintf(stdout, "old rate = %d, minRate=%d, maxRate=%d\n", rate, minRate, maxRate);
309 SLpermille minRate, maxRate, stepSize;
311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,
324 printf("range[%u]: min=%d, max=%d, capabilities=", index, minRate, maxRate);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 1131 int maxrate; member in struct:wext_scan_data
1240 int maxrate; local
    [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 876 int maxrate; member in struct:wext_scan_data
973 int maxrate; local
982 maxrate = 0;
986 if (p.value > maxrate) {
987 maxrate = p.value;
993 /* Convert the maxrate from WE-style (b/s units) to
996 res->maxrate = maxrate / 500000;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c     [all...]
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.cpp 66 m_playbackRate = AudioParam::create("playbackRate", 1.0, 0.0, AudioResampler::MaxRate);
443 totalRate = min(AudioResampler::MaxRate, totalRate);
  /external/netperf/
netcpu_kstat.c 338 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_perfstat.c 259 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_pstat.c 216 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
netcpu_looper.c 567 fprintf(where,"\tlocal maxrate = %g per sec. \n",local_maxrate);
nettest_unix.c 33 /* loc_cpu_rate() determine the local cpu maxrate */
34 /* rem_cpu_rate() find the remote cpu maxrate */
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 188 printf("[-MAXRATE num] :Set the maxrate for iSAC in bits per second. \n");
291 if (!strcmp ("-MAXRATE", argv[i])) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 460 * - maxRate : maximum rate in bits per second,
471 WebRtc_Word32 maxRate);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 505 WebRtc_Word32 maxRate);
  /frameworks/native/services/sensorservice/
SensorService.cpp 213 "%-48s| %-32s | 0x%08x | maxRate=%7.2fHz | "
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 466 if (!wpa_dbus_dict_append_int32(&iter_dict, "maxrate",
    [all...]

Completed in 1005 milliseconds

1 2