Searched refs:stop_threshold (Results 1 – 20 of 20) sorted by relevance
/external/toolchain-utils/bestflags/ |
D | example_algorithms.py | 92 stop_threshold = DEFAULT_STOP_THRESHOLD 94 stop_threshold = meta_data[STOP_THRESHOLD] 117 GAGeneration.InitMetaData(stop_threshold, num_chromosomes, num_trials, specs,
|
D | genetic_algorithm.py | 168 def InitMetaData(stop_threshold, num_chromosomes, num_trials, specs, argument 182 GAGeneration.STOP_THRESHOLD = stop_threshold
|
/external/tinyalsa_new/tests/include/ |
D | pcm_test_device.h | 64 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount,
|
/external/tinyalsa_new/src/ |
D | pcm.c | 444 pcm->config.stop_threshold = config->period_count * config->period_size; in pcm_set_config() 516 if (!config->stop_threshold) { in pcm_set_config() 518 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_set_config() 521 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_set_config() 525 sparams.stop_threshold = config->stop_threshold; in pcm_set_config()
|
/external/tinyalsa_new/examples/ |
D | pcm-readi.c | 20 .stop_threshold = 1024 * 2 in read_frames()
|
D | pcm-writei.c | 61 .stop_threshold = 1024 * 2 in write_frames()
|
/external/tinyalsa/ |
D | pcm.c | 1010 if (!config->stop_threshold) { in pcm_open() 1012 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open() 1015 pcm->config.stop_threshold = sparams.stop_threshold = in pcm_open() 1019 sparams.stop_threshold = config->stop_threshold; in pcm_open()
|
D | tinycap.c | 214 config.stop_threshold = 0; in capture_sample()
|
D | tinyplay.c | 235 config.stop_threshold = 0; in play_sample()
|
D | tinyhostless.c | 243 config.stop_threshold = 0; in play_sample()
|
/external/tinyalsa_new/tests/src/ |
D | pcm_loopback_test.cc | 166 .stop_threshold = 0, in SetUp() 180 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount, in SetUp()
|
D | pcm_in_test.cc | 67 .stop_threshold = 0,
|
D | pcm_out_test.cc | 67 .stop_threshold = kDefaultPeriodSize * kDefaultPeriodCount,
|
/external/tinyalsa_new/include/tinyalsa/ |
D | pcm.h | 222 unsigned int stop_threshold; member
|
/external/tinyalsa_new/utils/ |
D | tinyplay.c | 65 cmd->config.stop_threshold = cmd->config.period_size * cmd->config.period_count; in cmd_init() 360 cmd.config.stop_threshold = cmd.config.period_size * cmd.config.period_count; in main()
|
D | tinycap.c | 225 config.stop_threshold = 0; in capture_sample()
|
/external/tinyalsa/include/tinyalsa/ |
D | asoundlib.h | 110 unsigned int stop_threshold; member
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ member
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 63280 …<var-decl name="stop_threshold" type-id="df412e35" visibility="default" filepath="include/sound/pc…
|
D | test-PR27569-v0.abi | 63266 …<var-decl name="stop_threshold" type-id="df412e35" visibility="default" filepath="include/sound/pc…
|