HomeSort by relevance Sort by last modified time
    Searched refs:kHz (Results 1 - 6 of 6) 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);
  /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 323 // get the absolute value of CPU clock frequency in kHz
325 uint32_t kHz = mTcu.getCpukHz(cpuNum);
326 kHz = (kHz << 4) | (cpuNum & 0xF);
334 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/libvorbis/doc/
01-introduction.tex 23 lower and higher sample rates (from 8kHz telephony to 192kHz digital
  /external/libopus/
configure     [all...]

Completed in 100 milliseconds