Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp356 uint8_t* pY = mCurrentFrame; in drawStripes() local
357 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) { in drawStripes()
377 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
DConverters.h255 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const { in get()
256 *pY = Y; in get()
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp403 uint8_t* pY = mCurrentFrame; in drawStripes() local
404 for (int y = 0; y < mFrameHeight; y++, pY += mYStride) { in drawStripes()
424 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
DConverters.h250 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const in get()
252 *pY = Y; *pU = U; *pV = V; in get()