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

/fuchsia/zircon/system/ulib/audio-proto-utils/
H A Dformat-utils.cpp16 static const uint32_t* RATES_44100_FAMILY_LAST = RATES_44100_FAMILY + fbl::count_of(RATES_44100_FAMILY); member in namespace:audio::utils
26 const uint32_t* found = fbl::lower_bound(RATES_44100_FAMILY, RATES_44100_FAMILY_LAST, rate);
27 return ((found < RATES_44100_FAMILY_LAST) && (*found == rate));

Completed in 25 milliseconds