Home
last modified time | relevance | path

Searched defs:U (Results 1 – 3 of 3) sorted by relevance

/development/tools/emulator/system/camera/
DConverters.cpp29 const uint8_t* U, in _YUV420SToRGB565()
59 const uint8_t* U, in _YUV420SToRGB32()
92 const uint8_t* U = Y + pix_total; in YV12ToRGB565() local
102 const uint8_t* U = V + pix_total / 4; in YV12ToRGB32() local
110 const uint8_t* U = Y + pix_total; in YU12ToRGB32() local
119 const uint8_t* U, in _NVXXToRGB565()
132 const uint8_t* U, in _NVXXToRGB32()
DEmulatedFakeCameraDevice.cpp256 uint8_t* U = U_pos; in drawCheckerboard() local
345 uint8_t* U = mFrameU; in drawSolid() local
384 uint8_t* U = mFrameU + uv_off; in drawStripes() local
DConverters.h232 uint8_t U; member