HomeSort by relevance Sort by last modified time
    Searched refs:kHz (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libcpustats/
ThreadCpuUsage.cpp 235 char kHz[KHZ_SIZE]; // kHz base 10
236 ssize_t actual = pread(fd, kHz, sizeof(kHz), (off_t) 0);
238 if (actual >= 2 && kHz[actual-1] == '\n') {
239 ret = atoi(kHz);
245 ALOGV("CPU %d frequency %u kHz", cpuNum, ret);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 40 file_wb=../data/orig/16kHz.pcm
41 file_swb=../data/origswb/32kHz.pcm
47 echo "Sampling Frequency " ${SAMPFREQ[idx]} "kHz, Rate " ${TARGETRATE[idx]} "bps."
  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 90 CentralTendencyStatistics kHz, loadMHz;
110 // skip bad kHz samples
112 kHz.sample(sampleCpukHz >> 4);
139 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3);
FastThread.cpp 328 // get the absolute value of CPU clock frequency in kHz
330 uint32_t kHz = mTcu.getCpukHz(cpuNum);
331 kHz = (kHz << 4) | (cpuNum & 0xF);
339 mDumpState->mCpukHz[i] = kHz;
  /external/libvorbis/lib/
vorbisenc.c 79 float kHz[PACKETBLOBS];
269 /* interpolate the kHz threshholds */
271 float kHz=p[is].kHz[i]*(1.-ds)+p[is+1].kHz[i]*ds;
272 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
273 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
274 g->coupling_pkHz[i]=kHz;
276 kHz=p[is].lowpasskHz[i]*(1.-ds)+p[is+1].lowpasskHz[i]*ds;
277 g->sliding_lowpass[0][i]=kHz*1000./vi->rate*ci->blocksizes[0]
    [all...]
  /external/webrtc/tools/matlab/
rtpAnalyze.m 107 fprintf('Cannot determine sample rate. I get it to %.2f kHz\n', ...
109 fs = input('Please, input a sample rate (in kHz): ');
111 fprintf('Sample rate estimated to %i kHz\n', fs);
  /external/libvorbis/doc/
01-introduction.tex 23 lower and higher sample rates (from 8kHz telephony to 192kHz digital

Completed in 4419 milliseconds