Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.cpp33 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()