Home
last modified time | relevance | path

Searched refs:GetSupportedSamplingRates (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp181 micInfos_.sampleRates = OHOS::AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in QueryAudioInfo()
184 spkInfos_.sampleRates = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in QueryAudioInfo()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.cpp37 auto supportedSampleRateList = OHOS::AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate()
299 for (const auto& rate : AudioStandard::AudioCapturer::GetSupportedSamplingRates()) { in AssignSampleRateIfSupported()
/ohos5.0/foundation/multimedia/audio_framework/
H A DREADME_zh.md84 … **GetSupportedChannels**(), **GetSupportedEncodingTypes**(), **GetSupportedSamplingRates**() 可用于获…
144 … **GetSupportedChannels**(), **GetSupportedEncodingTypes**(), **GetSupportedSamplingRates**() 可用于获…
H A DREADME.md66 …etSupportedChannels()**, **GetSupportedEncodingTypes()**, and **GetSupportedSamplingRates()** to o…
120 …etSupportedChannels()**, **GetSupportedEncodingTypes()**, and **GetSupportedSamplingRates()** to o…
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp102 … vector<AudioSamplingRate> supportedSamplingRates = AudioCapturer::GetSupportedSamplingRates(); in CheckSupportedParams()
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h471 static std::vector<AudioSamplingRate> GetSupportedSamplingRates();
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h612 static std::vector<AudioSamplingRate> GetSupportedSamplingRates();
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp106 … vector<AudioSamplingRate> supportedSamplingRates = AudioRenderer::GetSupportedSamplingRates(); in CheckSupportedParams()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp135 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate()
451 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in AssignSampleRateIfSupported()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.cpp263 for (const auto& rate : AudioStandard::AudioCapturer::GetSupportedSamplingRates()) { in AssignSampleRateIfSupported()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp86 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate()
465 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in AssignSampleRateIfSupported()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp794 std::vector<AudioSamplingRate> AudioCapturer::GetSupportedSamplingRates() in GetSupportedSamplingRates() function in OHOS::AudioStandard::AudioCapturer
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp154 vector<AudioSamplingRate> supportedSamplingRates = AudioCapturer::GetSupportedSamplingRates();
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1088 std::vector<AudioSamplingRate> AudioRenderer::GetSupportedSamplingRates() in GetSupportedSamplingRates() function in OHOS::AudioStandard::AudioRenderer
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp560 …ioSamplingRate> supportedSamplingRates = AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in CheckAudioCapParam()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp221 vector<AudioSamplingRate> supportedSamplingRates = AudioRenderer::GetSupportedSamplingRates();