Searched refs:wav_container (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/bat/ |
D | common.h | 133 struct wav_container { struct 257 void prepare_wav_info(struct wav_container *, struct bat *); 259 int write_wav_header(FILE *, struct wav_container *, struct bat *);
|
D | common.c | 160 void prepare_wav_info(struct wav_container *wav, struct bat *bat) in prepare_wav_info() 178 int write_wav_header(FILE *fp, struct wav_container *wav, struct bat *bat) in write_wav_header() 205 struct wav_container wav; in update_wav_header()
|
D | tinyalsa.c | 213 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in play_sample() 400 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in capture_sample() 445 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in latencytest_process_input()
|
D | alsa.c | 396 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in write_to_pcm_loop() 564 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in read_from_pcm_loop() 623 if (fseek(fp, sizeof(struct wav_container), SEEK_SET) != 0) { in latencytest_process_input()
|