Searched refs:ProcessAllLeftModeWithFormat (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_channel_blend.cpp | 80 ProcessAllLeftModeWithFormat<T>(buffer, frameCount, (AudioChannel)channels_); in ProcessWithBlendMode() 137 void AudioBlend::ProcessAllLeftModeWithFormat(T *buffer, size_t count, AudioChannel channel) in ProcessAllLeftModeWithFormat() function in OHOS::AudioStandard::AudioBlend 197 template void AudioBlend::ProcessAllLeftModeWithFormat(uint8_t *buffer, size_t count, AudioChannel … 198 template void AudioBlend::ProcessAllLeftModeWithFormat(int16_t *buffer, size_t count, AudioChannel … 199 template void AudioBlend::ProcessAllLeftModeWithFormat(int24_t *buffer, size_t count, AudioChannel … 200 template void AudioBlend::ProcessAllLeftModeWithFormat(int32_t *buffer, size_t count, AudioChannel …
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | audio_channel_blend.h | 52 void ProcessAllLeftModeWithFormat(T *buffer, size_t count, AudioChannel channel);
|