Searched refs:dUV (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 29 const uint8_t* V, int dUV, uint16_t* rgb, in _YUV420SToRGB565() argument 35 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB565() 56 const uint8_t* V, int dUV, uint32_t* rgb, int width, in _YUV420SToRGB32() argument 62 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB32()
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 33 int dUV, in _YUV420SToRGB565() argument 48 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB565() 62 int dUV, in _YUV420SToRGB32() argument 77 for (int x = 0; x < width; x += 2, U += dUV, V += dUV) { in _YUV420SToRGB32()
|