Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DConverters.cpp36 const uint8_t* U_pos = U; in _YUV420SToRGB565() local
49 U_pos = U; in _YUV420SToRGB565()
52 U = U_pos; in _YUV420SToRGB565()
66 const uint8_t* U_pos = U; in _YUV420SToRGB32() local
79 U_pos = U; in _YUV420SToRGB32()
82 U = U_pos; in _YUV420SToRGB32()
DEmulatedFakeCameraDevice.cpp261 uint8_t* U_pos = mFrameU; in drawCheckerboard() local
263 uint8_t* U = U_pos; in drawCheckerboard()
288 U_pos = U; in drawCheckerboard()
291 U = U_pos; in drawCheckerboard()