Home
last modified time | relevance | path

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

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