Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dpower_tests.cpp31 float f_ary[length]; in testFloatValue() local
61 f_ary[i] = f_value; in testFloatValue()
73 audio_utils_compute_power_mono(f_ary + i, AUDIO_FORMAT_PCM_FLOAT, length - i)); in testFloatValue()
90 float f_ary[length]; in testFloatRamp() local
123 f_ary[i] = f_value; in testFloatRamp()
134 audio_utils_compute_power_mono(f_ary, AUDIO_FORMAT_PCM_FLOAT, length)); in testFloatRamp()