Home
last modified time | relevance | path

Searched defs:YUVToRGB565 (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DConverters.h206 YUVToRGB565(int y, int u, int v) in YUVToRGB565() function
/device/google/cuttlefish/guest/hals/camera/
DConverters.h219 static __inline__ uint16_t YUVToRGB565(int y, int u, int v) { in YUVToRGB565() function