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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java925 * @param numLevels The number of levels to consider in the calculated
927 * @return A level of the signal, given in the range of 0 to numLevels-1
930 public static int calculateSignalLevel(int rssi, int numLevels) { argument
934 return numLevels - 1;
937 float outputRange = (numLevels - 1);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp408 static size_t dataSizePalette4(int numLevels, int width, int height, int format) argument
441 for (int i=0 ; i< numLevels ; i++) {
1144 const int numLevels = level<0 ? -level : 1;
1146 if (dataSizePalette4(numLevels, width, height, format) > imageSize) {
1151 for (int i=0 ; i<numLevels ; i++) {

Completed in 2172 milliseconds