Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DJpegStub.cpp39 void* pY = const_cast<void*>(image); in JpegStub_compress() local
48 if (encoder->encode(stream, pY, width, height, offsets, quality)) { in JpegStub_compress()
DEmulatedFakeCameraDevice.cpp365 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()
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()