Searched defs:YUVPixel (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
H A DConverters.h230 struct YUVPixel { struct in namespace:android
235 inline YUVPixel() function in struct:android::YUVPixel
240 inline explicit YUVPixel(uint16_t rgb565) function in struct:android::YUVPixel
245 inline explicit YUVPixel(uint32_t rgb32) function in struct:android::YUVPixel
/device/google/cuttlefish_common/guest/hals/camera/
H A DConverters.h244 struct YUVPixel { struct in namespace:android
249 inline YUVPixel() : Y(0), U(0), V(0) {} function in struct:android::YUVPixel
251 inline explicit YUVPixel(uint16_t rgb565) { RGB565ToYUV(rgb565, &Y, &U, &V); } function in struct:android::YUVPixel
253 inline explicit YUVPixel(uint32_t rgb32) { RGB32ToYUV(rgb32, &Y, &U, &V); } function in struct:android::YUVPixel

Completed in 41 milliseconds