Home
last modified time | relevance | path

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

/external/tinyalsa/
Dpcm.c935 if (!config->stop_threshold) { in pcm_open()
937 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
940 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
944 sparams.stop_threshold = config->stop_threshold; in pcm_open()
Dtinycap.c201 config.stop_threshold = 0; in capture_sample()
Dtinyplay.c231 config.stop_threshold = 0; in play_sample()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h107 unsigned int stop_threshold; member
/external/kernel-headers/original/uapi/sound/
Dasound.h407 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member