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

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

Completed in 252 milliseconds