Searched refs:isDynamicRate (Results 1 – 2 of 2) sorted by relevance
531 if (profile->getFormat() == format && profile->isDynamicRate()) { in hasDynamicRateFor()551 profile->setDynamicRate(dynamicFormatProfile->isDynamicRate()); in setFormats()580 if (profile->getFormat() == format && profile->isDynamicRate()) { in setSampleRatesFor()
108 bool isDynamicRate() const { return mIsDynamicRate; } in isDynamicRate() function