Home
last modified time | relevance | path

Searched refs:y00 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java349 int y00 = (int) (buf0.get(offsetY) & 255); in colorInscribedDataCircleFromYuvImage() local
351 int green00 = y00 + greenDiff; in colorInscribedDataCircleFromYuvImage()
352 int blue00 = y00 + blueDiff; in colorInscribedDataCircleFromYuvImage()
353 int red00 = y00 + redDiff; in colorInscribedDataCircleFromYuvImage()
649 int y00 = (int) (bufY.get(offsetY) & 255); in colorSubSampleFromYuvImage() local
651 int green00 = y00 + greenDiff; in colorSubSampleFromYuvImage()
652 int blue00 = y00 + blueDiff; in colorSubSampleFromYuvImage()
653 int red00 = y00 + redDiff; in colorSubSampleFromYuvImage()