Home
last modified time | relevance | path

Searched refs:wav_start_capture (Results 1 – 3 of 3) sorted by relevance

/external/qemu/audio/
Dwavcapture.c84 int wav_start_capture (CaptureState *s, const char *path, int freq, in wav_start_capture() function
Daudio.h168 int wav_start_capture (CaptureState *s, const char *path, int freq,
/external/qemu/
Dmonitor.c1529 if (wav_start_capture (s, path, freq, bits, nchannels)) { in do_wav_capture()