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

  /external/tinyalsa/
tinycap.c 45 uint32_t riff_sz; member in struct:wav_header
134 header.riff_sz = 0;
174 header.riff_sz = header.data_sz + sizeof(header) - 8;
tinyplay.c 43 uint32_t riff_sz; member in struct:riff_wave_header
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 73 uint32_t riff_sz; member in struct:wav_header
336 hdr.riff_sz = hdr.data_sz + 44 - 8;
366 hdr.riff_sz = hdr.data_sz + 44 - 8;
462 hdr.riff_sz = hdr.data_sz + 44 - 8;
492 hdr.riff_sz = hdr.data_sz + 44 - 8;
494 fprintf(stderr, "Arec: hdr.riff_sz =%d\n", hdr.riff_sz);
aplay.c 69 uint32_t riff_sz; member in struct:wav_header
  /system/extras/sound/
playwav.c 109 uint32_t riff_sz; member in struct:wav_header
204 hdr.riff_sz = 0;
284 hdr.riff_sz = total + 8 + 16 + 8;
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 61 uint32_t riff_sz; member in struct:audioplay::__anon38770::RiffWaveHeader

Completed in 86 milliseconds