HomeSort by relevance Sort by last modified time
    Searched defs:wf (Results 1 - 4 of 4) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 100 WavFile wf = mWavFiles[mWavFile]; local
101 wf.mRank = -1;
102 wf.mTotal = -1;
103 wf.mMessage = msg;
111 WavFile wf = mWavFiles[mWavFile]; local
112 wf.mRank = 0;
113 wf.mTotal = 0;
114 wf.mMessage = msg;
122 WavFile wf = mWavFiles[mWavFile]; local
123 wf.mTotal = intents.length
    [all...]
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 302 float wf = ceilf(logicalSize.width() * pageScaleFactor); local
305 if (!(wf >= 1 && hf >= 1 && wf * hf <= MaxCanvasArea))
308 return IntSize(static_cast<unsigned>(wf), static_cast<unsigned>(hf));
  /external/srec/srec/include/
sample.h 92 WAVEFORMAT wf; member in struct:__anon7450
  /external/srec/srec/EventLog/src/
riff.c 56 * wf - points to the WaveFormat structure that describes the data format
60 typedef ESR_ReturnCode(waveReadFunc)(WaveFormat *wf, ChunkContext *data,
63 static ESR_ReturnCode readPCMWave(WaveFormat *wf, ChunkContext *data,
65 static ESR_ReturnCode readMulawWave(WaveFormat *wf, ChunkContext *data,
67 static ESR_ReturnCode readAlawWave(WaveFormat *wf, ChunkContext *data,
165 static void swapWaveFormat(WaveFormat *wf)
167 swapShort(&wf->nFormatTag);
168 swapShort(&wf->nChannels);
169 swapInt(&wf->nSamplesPerSec);
170 swapInt(&wf->nAvgBytesPerSec)
560 WaveFormat *wf; local
682 WaveFormat *wf = NULL; local
    [all...]

Completed in 2439 milliseconds