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

  /external/srec/srec/EventLog/include/
riff.h 70 WaveFormat;
116 WaveFormat waveinfo;
  /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)
218 static ESR_ReturnCode readPCMWave(WaveFormat *wf, ChunkContext *data,
251 static ESR_ReturnCode readMulawWave(WaveFormat *wf, ChunkContext *data,
276 static ESR_ReturnCode readAlawWave(WaveFormat *wf, ChunkContext *data,
560 WaveFormat *wf
    [all...]
EventLogImpl.c 620 header.fmtChunkLength = sizeof(WaveFormat);
638 /* WaveFormat */

Completed in 57 milliseconds