Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DThumbnail.cpp47 const unsigned char* uSourcePlane = sourceImage + sourceWidth * sourceHeight; in createRawThumbnail() local
48 const unsigned char* vSourcePlane = uSourcePlane + sourceWidth * sourceHeight / 4; in createRawThumbnail()
64 uSourcePlane, sourceWidth / 2, in createRawThumbnail()
/device/google/cuttlefish/guest/hals/camera/
DThumbnail.cpp79 unsigned char* uSourcePlane = &sourcePlanes[0]; in createRawThumbnail() local
84 uSourcePlane[i] = sourceImage[sourceWidth * sourceHeight + i * 2 + 1]; in createRawThumbnail()
101 uSourcePlane, sourceWidth / 2, in createRawThumbnail()