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

/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp63 static const int32_t limpos = (0x10f << 22) /*zero*/ + 32767; /* 0x43c07fff */ local
71 /* Now the valid range is represented as integers between [limneg, limpos].
76 else if (u.i > limpos)

Completed in 51 milliseconds