Home
last modified time | relevance | path

Searched refs:CountVolumeLevel (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/
H A Dvolume_tools_unit_test.cpp170 * @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 Dvolume_tools.h53 static ChannelVolumes CountVolumeLevel(const BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel);
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp421 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 Dbluetooth_renderer_sink.cpp580 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote/
H A Dremote_audio_renderer_sink.cpp964 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp799 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp1677 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
H A Daudio_process_in_client.cpp914 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
H A Drenderer_in_client.cpp1835 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp836 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp1641 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, format, channel); in DfxOperation()

Completed in 24 milliseconds