Searched refs:wav_container (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-utils/bat/ |
H A D | common.h | 139 struct wav_container { struct 265 void prepare_wav_info(struct wav_container *, struct bat *); 267 int write_wav_header(FILE *, struct wav_container *, struct bat *);
|
H A D | common.c | 162 void prepare_wav_info(struct wav_container *wav, struct bat *bat) in prepare_wav_info() 180 int write_wav_header(FILE *fp, struct wav_container *wav, struct bat *bat) in write_wav_header() 207 struct wav_container wav; in update_wav_header()
|
H A D | tinyalsa.c | 214 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in play_sample() 401 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in capture_sample() 446 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in latencytest_process_input()
|
H A D | alsa.c | 398 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in write_to_pcm_loop() 566 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in read_from_pcm_loop() 625 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in latencytest_process_input()
|
Completed in 6 milliseconds