Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp125 uint8_t *pxV = pxU + (height / 2) * (width / 2); in captureYU12() local
146 … *pxV++ = (rgbToCr[0] * rCount + rgbToCr[1] * gCount + rgbToCr[2] * bCount + rgbToCr[3]); in captureYU12()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp539 uint8_t *pxV = pxU + (height / 2) * (width / 2); in captureYU12() local
560 … *pxV++ = (rgbToCr[0] * rCount + rgbToCr[1] * gCount + rgbToCr[2] * bCount + rgbToCr[3]); in captureYU12()