Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dpower_tests.cpp32 uint8_t u8_ary[length]; in testFloatValue() local
62 u8_ary[i] = u8_value; in testFloatValue()
75 audio_utils_compute_power_mono(u8_ary + i, AUDIO_FORMAT_PCM_8_BIT, length - i)); in testFloatValue()
91 uint8_t u8_ary[length]; in testFloatRamp() local
124 u8_ary[i] = u8_value; in testFloatRamp()
131 const float power8 = audio_utils_compute_power_mono(u8_ary, AUDIO_FORMAT_PCM_8_BIT, length); in testFloatRamp()