HomeSort by relevance Sort by last modified time
    Searched defs:data_sz (Results 1 - 4 of 4) sorted by null

  /external/tinyalsa/
tinycap.c 56 uint32_t data_sz; member in struct:wav_header
173 header.data_sz = frames * header.block_align;
174 header.riff_sz = header.data_sz + sizeof(header) - 8;
  /system/extras/sound/
playwav.c 118 uint32_t data_sz; member in struct:wav_header
186 fd, hdr.data_sz);
213 hdr.data_sz = 0;
281 hdr.data_sz = total;
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 80 uint32_t data_sz; member in struct:wav_header
165 unsigned flags, const char *device, unsigned data_sz)
258 remainingData = data_sz;
338 if (data_sz && !piped) {
351 if (data_sz && !piped) {
443 if (data_sz && !piped) {
457 if (data_sz && !piped) {
518 hdr.data_sz = 0;
546 hdr.data_sz = 0;
556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz);
    [all...]
arec.c 84 uint32_t data_sz; member in struct:wav_header
267 hdr.data_sz = 0;
335 hdr.data_sz += bufsize;
336 hdr.riff_sz = hdr.data_sz + 44 - 8;
365 hdr.data_sz += bufsize;
366 hdr.riff_sz = hdr.data_sz + 44 - 8;
380 return hdr.data_sz;
454 hdr.data_sz = 0;
462 hdr.riff_sz = hdr.data_sz + 44 - 8;
492 hdr.riff_sz = hdr.data_sz + 44 - 8
    [all...]

Completed in 639 milliseconds