Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h154 void AdjustStereoToMonoForPCM16Bit(int16_t *data, uint64_t len);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp132 AdjustStereoToMonoForPCM16Bit(data2, len);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp960 AdjustStereoToMonoForPCM16Bit(reinterpret_cast<int16_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp304 AdjustStereoToMonoForPCM16Bit(reinterpret_cast<int16_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp307 AdjustStereoToMonoForPCM16Bit(reinterpret_cast<int16_t *>(data), len); in AdjustStereoToMono()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp510 void AdjustStereoToMonoForPCM16Bit(int16_t *data, uint64_t len) in AdjustStereoToMonoForPCM16Bit() function
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp514 AdjustStereoToMonoForPCM16Bit(reinterpret_cast<int16_t *>(data), len); in AdjustStereoToMono()