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

  /system/extras/sound/
playwav.c 100 #define ID_RIFF 0x46464952
171 if ((hdr.riff_id != ID_RIFF) ||
203 hdr.riff_id = ID_RIFF;
  /external/tinyalsa/
tinycap.c 36 #define ID_RIFF 0x46464952
133 header.riff_id = ID_RIFF;
tinyplay.c 36 #define ID_RIFF 0x46464952
101 if ((riff_wave_header.riff_id != ID_RIFF) ||
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 54 static const uint32_t ID_RIFF = 0x46464952;
261 if (*oSoundBufSize < sizeof(*wavHeader) || (wavHeader->riff_id != ID_RIFF) ||
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 37 #define ID_RIFF 0x46464952
527 if ((hdr.riff_id != ID_RIFF) ||
arec.c 33 #define ID_RIFF 0x46464952
443 hdr.riff_id = ID_RIFF;

Completed in 152 milliseconds