Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c3916 int periodCount = MMAP_PERIOD_COUNT_MIN; in adjust_mmap_period_count() local
3921 while (periodCount < periodCountRequested && (periodCount * 2) < MMAP_PERIOD_COUNT_MAX) { in adjust_mmap_period_count()
3922 periodCount *= 2; in adjust_mmap_period_count()
3924 config->period_count = periodCount; in adjust_mmap_period_count()