Home
last modified time | relevance | path

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

/external/toolchain-utils/bestflags/
Dexample_algorithms.py92 stop_threshold = DEFAULT_STOP_THRESHOLD
94 stop_threshold = meta_data[STOP_THRESHOLD]
117 GAGeneration.InitMetaData(stop_threshold, num_chromosomes, num_trials, specs,
Dgenetic_algorithm.py168 def InitMetaData(stop_threshold, num_chromosomes, num_trials, specs, argument
182 GAGeneration.STOP_THRESHOLD = stop_threshold
/external/tinyalsa/
Dpcm.c982 if (!config->stop_threshold) { in pcm_open()
984 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
987 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open()
991 sparams.stop_threshold = config->stop_threshold; in pcm_open()
Dtinycap.c214 config.stop_threshold = 0; in capture_sample()
Dtinyplay.c235 config.stop_threshold = 0; in play_sample()
Dtinyhostless.c243 config.stop_threshold = 0; in play_sample()
/external/tinyalsa/include/tinyalsa/
Dasoundlib.h110 unsigned int stop_threshold; member
/external/kernel-headers/original/uapi/sound/
Dasound.h426 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member