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

  /external/tinyalsa/
tinycap.c 43 uint32_t riff_id; member in struct:wav_header
131 header.riff_id = ID_RIFF;
tinyplay.c 42 uint32_t riff_id; member in struct:wav_header
111 if ((header.riff_id != ID_RIFF) ||
  /system/extras/sound/
playwav.c 106 uint32_t riff_id; member in struct:wav_header
169 if ((hdr.riff_id != ID_RIFF) ||
201 hdr.riff_id = ID_RIFF;

Completed in 41 milliseconds