Searched refs:update_wav_header (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/bat/ |
D | tinyalsa.c | 244 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()
|
D | alsa.c | 427 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()
|
D | common.h | 260 int update_wav_header(struct bat *, FILE *, int);
|
D | common.c | 202 int update_wav_header(struct bat *bat, FILE *fp, int bytes) in update_wav_header() function
|