Searched refs:supportedSampleRateList (Results 1 – 4 of 4) sorted by relevance
135 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate() local136 if (!supportedSampleRateList.empty()) { in UpdateSupportedSampleRate()138 for (const auto& rate : supportedSampleRateList) { in UpdateSupportedSampleRate()451 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in AssignSampleRateIfSupported() local452 if (supportedSampleRateList.empty()) { in AssignSampleRateIfSupported()456 for (const auto& rate : supportedSampleRateList) { in AssignSampleRateIfSupported()
37 auto supportedSampleRateList = OHOS::AudioStandard::AudioCapturer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate() local38 if (!supportedSampleRateList.empty()) { in UpdateSupportedSampleRate()40 for (const auto& rate : supportedSampleRateList) { in UpdateSupportedSampleRate()
86 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in UpdateSupportedSampleRate() local87 if (!supportedSampleRateList.empty()) { in UpdateSupportedSampleRate()89 for (const auto &rate : supportedSampleRateList) { in UpdateSupportedSampleRate()465 auto supportedSampleRateList = OHOS::AudioStandard::AudioRenderer::GetSupportedSamplingRates(); in AssignSampleRateIfSupported() local466 FALSE_RETURN_V_MSG(!supportedSampleRateList.empty(), false, "GetSupportedSamplingRates fail"); in AssignSampleRateIfSupported()467 for (const auto &rate : supportedSampleRateList) { in AssignSampleRateIfSupported()
441 … auto supportedSampleRateList = Plugin::AnyCast<DiscreteCapability<uint32_t>>(pairKey.second); in CheckSampleRate() local442 for (const auto& rate : supportedSampleRateList) { in CheckSampleRate()