Home
last modified time | relevance | path

Searched refs:update_wav_header (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-utils/bat/
Dtinyalsa.c244 update_wav_header(bat, fp, bytes_total); in play_sample()
419 err = update_wav_header(bat, fp, bytes_read); in capture_sample()
469 err = update_wav_header(bat, fp, bytes_read); in latencytest_process_input()
Dalsa.c427 update_wav_header(bat, fp, bytes_total); in write_to_pcm_loop()
595 update_wav_header(bat, fp, bytes_read); in read_from_pcm_loop()
658 update_wav_header(bat, fp, bytes_read); in latencytest_process_input()
Dcommon.h260 int update_wav_header(struct bat *, FILE *, int);
Dcommon.c202 int update_wav_header(struct bat *bat, FILE *fp, int bytes) in update_wav_header() function