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

  /external/tinyalsa/
tinycap.c 37 #define ID_WAVE 0x45564157
134 header.riff_fmt = ID_WAVE;
tinyplay.c 37 #define ID_WAVE 0x45564157
102 (riff_wave_header.wave_id != ID_WAVE)) {
  /system/extras/sound/
playwav.c 99 #define ID_WAVE 0x45564157
170 (hdr.riff_fmt != ID_WAVE) ||
203 hdr.riff_fmt = ID_WAVE;
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 38 #define ID_WAVE 0x45564157
528 (hdr.riff_fmt != ID_WAVE) ||
arec.c 34 #define ID_WAVE 0x45564157
444 hdr.riff_fmt = ID_WAVE;

Completed in 132 milliseconds