HomeSort by relevance Sort by last modified time
    Searched refs:YUVToRGB565 (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/camera/
Converters.cpp 43 *rgb = YUVToRGB565(*Y, nU, nV);
45 *rgb = YUVToRGB565(*Y, nU, nV);
Converters.h 206 YUVToRGB565(int y, int u, int v)

Completed in 957 milliseconds