Searched defs:numLevels (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Dtexture.cpp401 static GLsizei dataSizePalette4(int numLevels, int width, int height, int format) argument
434 for (int i=0 ; i< numLevels ; i++) {
1137 const int numLevels = level<0 ? -level : 1;
1139 if (dataSizePalette4(numLevels, width, height, format) > imageSize) {
1144 for (int i=0 ; i<numLevels ; i++) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1493 * @param numLevels The number of levels to consider in the calculated
1495 * @return A level of the signal, given in the range of 0 to numLevels-1
1498 public static int calculateSignalLevel(int rssi, int numLevels) { argument
1502 return numLevels - 1;
1505 float outputRange = (numLevels - 1);

Completed in 58 milliseconds