Searched refs:update_wav_header (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 245 update_wav_header(bat, fp, bytes_total); in play_sample() 420 err = update_wav_header(bat, fp, bytes_read); in capture_sample() 470 err = update_wav_header(bat, fp, bytes_read); in latencytest_process_input()
|
H A D | alsa.c | 429 update_wav_header(bat, fp, bytes_total); in write_to_pcm_loop() 597 update_wav_header(bat, fp, bytes_read); in read_from_pcm_loop() 660 update_wav_header(bat, fp, bytes_read); in latencytest_process_input()
|
H A D | common.h | 268 int update_wav_header(struct bat *, FILE *, int);
|
H A D | common.c | 204 int update_wav_header(struct bat *bat, FILE *fp, int bytes) in update_wav_header() function
|
Completed in 3 milliseconds