Searched refs:CountVolumeLevel (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/ |
H A D | volume_tools_unit_test.cpp | 170 * @tc.name : Test CountVolumeLevel API 173 * @tc.desc : Test CountVolumeLevel interface. 180 ChannelVolumes ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_U8, MONO); in HWTEST() 182 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_S16LE, STEREO); in HWTEST() 184 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_S24LE, CHANNEL_3); in HWTEST() 186 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_S32LE, CHANNEL_4); in HWTEST() 188 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_F32LE, CHANNEL_5); in HWTEST() 190 ret = volumeTools->CountVolumeLevel(bufferDesc, INVALID_WIDTH, CHANNEL_6); in HWTEST() 192 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_U8, static_cast<AudioChannel>(CHANNEL_16 + 1)); in HWTEST()
|
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | volume_tools.h | 53 static ChannelVolumes CountVolumeLevel(const BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel);
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 421 ChannelVolumes VolumeTools::CountVolumeLevel(const BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) in CountVolumeLevel() function in OHOS::AudioStandard::VolumeTools
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/ |
H A D | bluetooth_renderer_sink.cpp | 580 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/ |
H A D | remote_audio_renderer_sink.cpp | 964 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 799 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | capturer_in_client.cpp | 1677 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
H A D | audio_process_in_client.cpp | 914 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
H A D | renderer_in_client.cpp | 1835 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
H A D | audio_capturer_source.cpp | 836 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 1641 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
|
Completed in 24 milliseconds