Searched refs:ProcessBlendLRModeWithFormat (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 | 77 ProcessBlendLRModeWithFormat<T>(buffer, frameCount, (AudioChannel)channels_); in ProcessWithBlendMode() 109 void AudioBlend::ProcessBlendLRModeWithFormat(T *buffer, size_t count, AudioChannel channel) in ProcessBlendLRModeWithFormat() function in OHOS::AudioStandard::AudioBlend 192 template void AudioBlend::ProcessBlendLRModeWithFormat(uint8_t *buffer, size_t count, AudioChannel … 193 template void AudioBlend::ProcessBlendLRModeWithFormat(int16_t *buffer, size_t count, AudioChannel … 194 template void AudioBlend::ProcessBlendLRModeWithFormat(int24_t *buffer, size_t count, AudioChannel … 195 template void AudioBlend::ProcessBlendLRModeWithFormat(int32_t *buffer, size_t count, AudioChannel …
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | audio_channel_blend.h | 50 void ProcessBlendLRModeWithFormat(T *buffer, size_t count, AudioChannel channel);
|