Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dpower_tests.cpp73 audio_utils_compute_power_mono(f_ary + i, AUDIO_FORMAT_PCM_FLOAT, length - i)); in testFloatValue()
75 audio_utils_compute_power_mono(u8_ary + i, AUDIO_FORMAT_PCM_8_BIT, length - i)); in testFloatValue()
77 audio_utils_compute_power_mono(i16_ary + i, AUDIO_FORMAT_PCM_16_BIT, length - i)); in testFloatValue()
79 audio_utils_compute_power_mono(i32_ary + i, AUDIO_FORMAT_PCM_32_BIT, length - i)); in testFloatValue()
81 audio_utils_compute_power_mono( in testFloatValue()
84 audio_utils_compute_power_mono( in testFloatValue()
131 const float power8 = audio_utils_compute_power_mono(u8_ary, AUDIO_FORMAT_PCM_8_BIT, length); in testFloatRamp()
134 audio_utils_compute_power_mono(f_ary, AUDIO_FORMAT_PCM_FLOAT, length)); in testFloatRamp()
136 audio_utils_compute_power_mono(i16_ary, AUDIO_FORMAT_PCM_16_BIT, length)); in testFloatRamp()
138 audio_utils_compute_power_mono(i32_ary, AUDIO_FORMAT_PCM_32_BIT, length)); in testFloatRamp()
[all …]
/system/media/audio_utils/include/audio_utils/
Dpower.h45 float audio_utils_compute_power_mono(const void *buffer, audio_format_t format, size_t samples);
/system/media/audio_utils/
Dpower.cpp268 float audio_utils_compute_power_mono(const void *buffer, audio_format_t format, size_t samples) in audio_utils_compute_power_mono() function