Searched refs:maxG (Results 1 – 2 of 2) sorted by relevance
275 double maxG = maxGResult.mMaximum; in cut() local277 if (maxR >= maxG && maxR >= maxB) { in cut()282 } else if (maxG >= maxR && maxG >= maxB) { in cut()
421 unsigned short maxG = maxBlockY ? 1000: 200; in checkBayerRawBuffer() local423 checkPixel(buf, w-1, h-1, maxR, maxG, maxB); in checkBayerRawBuffer()