Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp495 const int rgbToY[] = {19, 37, 7}; in captureNV21() local
520 *pxY++ = (rgbToY[0] * rCount + in captureNV21()
521 rgbToY[1] * gCount + in captureNV21()
522 rgbToY[2] * bCount) / scaleOutSq; in captureNV21()