OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUVPixel
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeCameraDevice.h
106
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;
EmulatedFakeCameraDevice.cpp
271
YUVPixel
adjustedWhite =
YUVPixel
(mWhiteYUV);
274
YUVPixel
adjustedBlack =
YUVPixel
(mBlackYUV);
343
const
YUVPixel
* color)
353
YUVPixel
adjustedColor = *color;
374
void EmulatedFakeCameraDevice::drawSolid(void* buffer,
YUVPixel
* color)
376
YUVPixel
adjustedColor = *color;
403
YUVPixel
* color;
Converters.h
230
struct
YUVPixel
{
235
inline
YUVPixel
()
240
inline explicit
YUVPixel
(uint16_t rgb565)
245
inline explicit
YUVPixel
(uint32_t rgb32)
Completed in 121 milliseconds