Home
last modified time | relevance | path

Searched refs:wav_container (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-utils/bat/
H A Dcommon.h139 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 Dcommon.c162 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 Dtinyalsa.c214 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 Dalsa.c398 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 3 milliseconds