Home
last modified time | relevance | path

Searched refs:GetSupportedSamplingRates (Results 1 - 15 of 15) sorted by relevance

/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()
/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()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_sink.cpp167 AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in SetParameters()
169 SHARING_LOGE("GetSupportedSamplingRates empty."); in SetParameters()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h481 static std::vector<AudioSamplingRate> GetSupportedSamplingRates();
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
H A Daudio_capturer_test.cpp102 vector<AudioSamplingRate> supportedSamplingRates = AudioCapturer::GetSupportedSamplingRates(); in CheckSupportedParams()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_renderer_test.cpp106 vector<AudioSamplingRate> supportedSamplingRates = AudioRenderer::GetSupportedSamplingRates(); in CheckSupportedParams()
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h631 static std::vector<AudioSamplingRate> GetSupportedSamplingRates();
/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()
453 MEDIA_LOG_E("GetSupportedSamplingRates() fail"); in AssignSampleRateIfSupported()
/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()
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp86 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate()
459 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in AssignSampleRateIfSupported()
460 FALSE_RETURN_V_MSG(!supportedSampleRateList.empty(), false, "GetSupportedSamplingRates fail"); in AssignSampleRateIfSupported()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp149 * @tc.name : Test GetSupportedSamplingRates API
151 * @tc.desc : Test GetSupportedSamplingRates interface. Returns supported Sampling rates on success.
155 vector<AudioSamplingRate> supportedSamplingRates = AudioCapturer::GetSupportedSamplingRates(); in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp784 std::vector<AudioSamplingRate> AudioCapturer::GetSupportedSamplingRates() in GetSupportedSamplingRates() function in OHOS::AudioStandard::AudioCapturer
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp1148 std::vector<AudioSamplingRate> AudioRenderer::GetSupportedSamplingRates() in GetSupportedSamplingRates() function in OHOS::AudioStandard::AudioRenderer
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp576 std::vector<AudioSamplingRate> supportedSamplingRates = AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in CheckAudioCapParam()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp226 * @tc.name : Test GetSupportedSamplingRates API
228 * @tc.desc : Test GetSupportedSamplingRates interface. Returns supported Sampling rates on success.
232 vector<AudioSamplingRate> supportedSamplingRates = AudioRenderer::GetSupportedSamplingRates(); in HWTEST()

Completed in 33 milliseconds