Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dpower_tests.cpp33 int16_t i16_ary[length]; in testFloatValue() local
63 i16_ary[i] = i16_value; in testFloatValue()
77 audio_utils_compute_power_mono(i16_ary + i, AUDIO_FORMAT_PCM_16_BIT, length - i)); in testFloatValue()
92 int16_t i16_ary[length]; in testFloatRamp() local
125 i16_ary[i] = i16_value; in testFloatRamp()
136 audio_utils_compute_power_mono(i16_ary, AUDIO_FORMAT_PCM_16_BIT, length)); in testFloatRamp()