Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c4787 int trial = atoi(value); in adev_open() local
4788 if (period_size_is_plausible_for_low_latency(trial)) { in adev_open()
4790 pcm_device_playback.config.period_size = trial; in adev_open()
4792 PLAYBACK_START_THRESHOLD(trial, PLAYBACK_PERIOD_COUNT); in adev_open()
4794 PLAYBACK_STOP_THRESHOLD(trial, PLAYBACK_PERIOD_COUNT); in adev_open()
4796 pcm_device_capture_low_latency.config.period_size = trial; in adev_open()