Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h156 void AdjustStereoToMonoForPCM32Bit(int32_t *data, uint64_t len);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp140 AdjustStereoToMonoForPCM32Bit(data4, len);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp969 AdjustStereoToMonoForPCM32Bit(reinterpret_cast<int32_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp313 AdjustStereoToMonoForPCM32Bit(reinterpret_cast<int32_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp316 AdjustStereoToMonoForPCM32Bit(reinterpret_cast<int32_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp530 void AdjustStereoToMonoForPCM32Bit(int32_t *data, uint64_t len) in AdjustStereoToMonoForPCM32Bit() function
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp522 AdjustStereoToMonoForPCM32Bit(reinterpret_cast<int32_t *>(data), len); in AdjustStereoToMono()