Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
Dbroadcast_ring.h233 static uint32_t NextPowerOf2(uint32_t n) { in NextPowerOf2() function
254 return IsPowerOfTwo(count) ? count : (NextPowerOf2(count) / 2); in GetRecordCount()