Home
last modified time | relevance | path

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

/aosp12/system/media/audio_utils/tests/
H A Dpower_tests.cpp34 int32_t i32_ary[length]; in testFloatValue() local
64 i32_ary[i] = i32_value; in testFloatValue()
79 audio_utils_compute_power_mono(i32_ary + i, AUDIO_FORMAT_PCM_32_BIT, length - i)); in testFloatValue()
93 int32_t i32_ary[length]; in testFloatRamp() local
126 i32_ary[i] = i32_value; in testFloatRamp()
138 audio_utils_compute_power_mono(i32_ary, AUDIO_FORMAT_PCM_32_BIT, length)); in testFloatRamp()