Searched refs:pY (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | JpegStub.cpp | 39 void* pY = const_cast<void*>(image); in JpegStub_compress() local 48 if (encoder->encode(stream, pY, width, height, offsets, quality)) { in JpegStub_compress()
|
D | EmulatedFakeCameraDevice.cpp | 365 uint8_t* pY = mCurrentFrame; in drawStripes() local 366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) { in drawStripes() 386 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()
|