Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_channel_blend.cpp83 ProcessAllRightModeWithFormat<T>(buffer, frameCount, (AudioChannel)channels_); in ProcessWithBlendMode()
165 void AudioBlend::ProcessAllRightModeWithFormat(T *buffer, size_t count, AudioChannel channel) in ProcessAllRightModeWithFormat() function in OHOS::AudioStandard::AudioBlend
202 template void AudioBlend::ProcessAllRightModeWithFormat(uint8_t *buffer, size_t count, AudioChannel…
203 template void AudioBlend::ProcessAllRightModeWithFormat(int16_t *buffer, size_t count, AudioChannel…
204 template void AudioBlend::ProcessAllRightModeWithFormat(int24_t *buffer, size_t count, AudioChannel…
205 template void AudioBlend::ProcessAllRightModeWithFormat(int32_t *buffer, size_t count, AudioChannel…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_channel_blend.h54 void ProcessAllRightModeWithFormat(T *buffer, size_t count, AudioChannel channel);