Searched refs:pY (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCameraDevice.cpp | 356 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()
|
D | Converters.h | 255 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const { in get() 256 *pY = Y; in get()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCameraDevice.cpp | 403 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()
|
D | Converters.h | 250 inline void get(uint8_t* pY, uint8_t* pU, uint8_t* pV) const in get() 252 *pY = Y; *pU = U; *pV = V; in get()
|