Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskConvertImageToRGBPreview.java385 int y01 = (int) (buf0.get(offsetY + yPixelStride) & 255); in colorInscribedDataCircleFromYuvImage() local
386 int green01 = y01 + greenDiff; in colorInscribedDataCircleFromYuvImage()
387 int blue01 = y01 + blueDiff; in colorInscribedDataCircleFromYuvImage()
388 int red01 = y01 + redDiff; in colorInscribedDataCircleFromYuvImage()
680 int y01 = (int) (bufY.get(offsetY + yPixelStride) & 255); in colorSubSampleFromYuvImage() local
681 int green01 = y01 + greenDiff; in colorSubSampleFromYuvImage()
682 int blue01 = y01 + blueDiff; in colorSubSampleFromYuvImage()
683 int red01 = y01 + redDiff; in colorSubSampleFromYuvImage()