Searched refs:RGB2V (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | Converters.h | 149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) macro 157 *v = RGB2V((int)r, (int)g, (int)b); in R8G8B8ToYUV()
|
D | EmulatedCameraDevice.cpp | 158 v = RGB2V(r, g, b); in changeWhiteBalance()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.h | 165 #define RGB2V(r, g, b) \ macro 173 *v = RGB2V((int)r, (int)g, (int)b); in R8G8B8ToYUV()
|
D | EmulatedCameraDevice.cpp | 154 v = RGB2V(r, g, b); in changeWhiteBalance()
|