Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp186 SampleRateSet srs; in populateAudioProfiles() local
189 std::inserter(srs, srs.begin())); in populateAudioProfiles()
190 if (srs.empty()) { in populateAudioProfiles()
200 sampleRatesPresent.insert(srs.begin(), srs.end()); in populateAudioProfiles()
202 populateAudioProfile(it->first, cms, srs, in populateAudioProfiles()
210 SampleRateSet srs; in populateAudioProfiles() local
213 std::inserter(srs, srs.begin())); in populateAudioProfiles()
214 if (!srs.empty()) { in populateAudioProfiles()
215 populateAudioProfile(format, allChannelMasks, srs, in populateAudioProfiles()