Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp122 uint8_t *pxY = img + outY * width; in captureYU12() local
144 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp503 uint8_t *pxY = img + outY * stride; in captureNV21() local
517 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount) / in captureNV21()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp537 uint8_t *pxY = img + outY * width; in captureYU12() local
558 *pxY++ = (rgbToY[0] * rCount + rgbToY[1] * gCount + rgbToY[2] * bCount); in captureYU12()