Searched defs:Y (Results 1 – 4 of 4) sorted by relevance
28 static void _YUV420SToRGB565(const uint8_t* Y, in _YUV420SToRGB565()58 static void _YUV420SToRGB32(const uint8_t* Y, in _YUV420SToRGB32()91 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB565() local100 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yv12); in YV12ToRGB32() local109 const uint8_t* Y = reinterpret_cast<const uint8_t*>(yu12); in YU12ToRGB32() local118 static void _NVXXToRGB565(const uint8_t* Y, in _NVXXToRGB565()131 static void _NVXXToRGB32(const uint8_t* Y, in _NVXXToRGB32()
253 uint8_t* Y = mCurrentFrame; in drawCheckerboard() local
231 uint8_t Y; member
39 private static final int Y = 1; field in DrawPoints.SampleView