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

  /development/tools/emulator/system/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)
  /external/qemu/android/camera/
camera-format-converters.c 211 YUVToRGB565(int y, int u, int v)
    [all...]

Completed in 248 milliseconds