Lines Matching refs:data_sz
84 uint32_t data_sz; member
267 hdr.data_sz = 0; in record_file()
335 hdr.data_sz += bufsize; in record_file()
336 hdr.riff_sz = hdr.data_sz + 44 - 8; in record_file()
365 hdr.data_sz += bufsize; in record_file()
366 hdr.riff_sz = hdr.data_sz + 44 - 8; in record_file()
380 return hdr.data_sz; in record_file()
454 hdr.data_sz = 0; in rec_wav()
462 hdr.riff_sz = hdr.data_sz + 44 - 8; in rec_wav()
492 hdr.riff_sz = hdr.data_sz + 44 - 8; in signal_handler()
493 fprintf(stderr, "Arec: hdr.data_sz =%d\n", hdr.data_sz); in signal_handler()