Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.h106 void drawSquare(void* buffer, int x, int y, int size, const YUVPixel* color);
109 void drawSolid(void* buffer, YUVPixel* color);
123 YUVPixel mBlackYUV;
124 YUVPixel mWhiteYUV;
125 YUVPixel mRedYUV;
126 YUVPixel mGreenYUV;
127 YUVPixel mBlueYUV;
128 YUVPixel* mSquareColor;
179 YUVPixel* mCurrentColor;
DEmulatedFakeCameraDevice.cpp271 YUVPixel adjustedWhite = YUVPixel(mWhiteYUV); in drawCheckerboard()
274 YUVPixel adjustedBlack = YUVPixel(mBlackYUV); in drawCheckerboard()
343 const YUVPixel* color) in drawSquare()
353 YUVPixel adjustedColor = *color; in drawSquare()
374 void EmulatedFakeCameraDevice::drawSolid(void* buffer, YUVPixel* color) in drawSolid()
376 YUVPixel adjustedColor = *color; in drawSolid()
403 YUVPixel* color; in drawStripes()
DConverters.h230 struct YUVPixel { struct
235 inline YUVPixel() in YUVPixel() function
240 inline explicit YUVPixel(uint16_t rgb565) in YUVPixel() function
245 inline explicit YUVPixel(uint32_t rgb32) in YUVPixel() argument