Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c4004 int periodCount = MMAP_PERIOD_COUNT_MIN; in adjust_mmap_period_count() local
4009 while (periodCount < periodCountRequested && (periodCount * 2) < MMAP_PERIOD_COUNT_MAX) { in adjust_mmap_period_count()
4010 periodCount *= 2; in adjust_mmap_period_count()
4012 config->period_count = periodCount; in adjust_mmap_period_count()