Home
last modified time | relevance | path

Searched refs:stop_threshold (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa/
Dpcm.c936 if (!config->stop_threshold) { in pcm_open()
938 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
941 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
945 sparams.stop_threshold = config->stop_threshold; in pcm_open()
Dtinycap.c200 config.stop_threshold = 0; in capture_sample()
Dtinyplay.c230 config.stop_threshold = 0; in play_sample()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h105 unsigned int stop_threshold; member
/external/kernel-headers/original/uapi/sound/
Dasound.h388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member