Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp105 float rgbToY[] = {19.0, 37.0, 7.0, 0.0}; in captureYU12() local
113 rgbToY[i] *= invscaleOutSq; in captureYU12()
144 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp520 float rgbToY[] = {19.0, 37.0, 7.0, 0.0}; in captureYU12() local
528 rgbToY[i] *= invscaleOutSq; in captureYU12()
558 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp490 const int rgbToY[] = {19, 37, 7}; in captureNV21() local
517 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount) / in captureNV21()