Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c3914 int periodCountRequested = (min_size_frames + config->period_size - 1) in adjust_mmap_period_count() local
3921 while (periodCount < periodCountRequested && (periodCount * 2) < MMAP_PERIOD_COUNT_MAX) { in adjust_mmap_period_count()