Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c2555 int periodCount = MMAP_PERIOD_COUNT_MIN; in adjust_mmap_period_count() local
2560 while (periodCount < periodCountRequested && (periodCount * 2) < MMAP_PERIOD_COUNT_MAX) { in adjust_mmap_period_count()
2561 periodCount *= 2; in adjust_mmap_period_count()
2563 config->period_count = periodCount; in adjust_mmap_period_count()