Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp541 sp<AudioProfile> dynamicFormatProfile = getProfileFor(gDynamicFormat); in setFormats() local
542 if (dynamicFormatProfile == 0) { in setFormats()
547 dynamicFormatProfile->getChannels(), in setFormats()
548 dynamicFormatProfile->getSampleRates()); in setFormats()
550 profile->setDynamicChannels(dynamicFormatProfile->isDynamicChannels()); in setFormats()
551 profile->setDynamicRate(dynamicFormatProfile->isDynamicRate()); in setFormats()