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

  /external/tinyalsa/
tinycap.c 45 uint32_t riff_sz; member in struct:wav_header
133 header.riff_sz = 0;
157 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 107 uint32_t riff_sz; member in struct:wav_header
202 hdr.riff_sz = 0;
282 hdr.riff_sz = total + 8 + 16 + 8;

Completed in 190 milliseconds