Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.cpp51 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565()
53 *rgb = YUVToRGB565(*Y, nU, nV); in _YUV420SToRGB565()
DConverters.h206 YUVToRGB565(int y, int u, int v) in YUVToRGB565() function