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

  /frameworks/base/cmds/bootanimation/
audioplay.cpp 246 const RiffWaveHeader* wavHeader = (const RiffWaveHeader*)*oSoundBuf;
247 if (*oSoundBufSize < sizeof(*wavHeader) || (wavHeader->riff_id != ID_RIFF) ||
248 (wavHeader->wave_id != ID_WAVE)) {
252 *oSoundBuf += sizeof(*wavHeader);
253 *oSoundBufSize -= sizeof(*wavHeader);
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 69 milliseconds