Searched refs:pixelValue (Results 1 – 2 of 2) sorted by relevance
70 int pixelValue; in getPixelValue() local86 pixelValue = (high << 2) | low; in getPixelValue()102 pixelValue = (high << 8) | low; in getPixelValue()107 pixelValue = 0; in getPixelValue()112 return pixelValue; in getPixelValue()179 int pixelValue = getPixelValue(buf, statsFormat, pixelIndex); in computeSingleCellStats() local181 sum[ch] += pixelValue; in computeSingleCellStats()182 sumSq[ch] += pixelValue * pixelValue; in computeSingleCellStats()
105 int pixelValue = buffer.get() & 0xFF; in isBlankFrame() local106 if (pixelValue > threshold) { in isBlankFrame()