Home
last modified time | relevance | path

Searched refs:V_pos (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DConverters.cpp32 const uint8_t* V_pos = V; in _YUV420SToRGB565() local
47 V_pos = V; in _YUV420SToRGB565()
50 V = V_pos; in _YUV420SToRGB565()
59 const uint8_t* V_pos = V; in _YUV420SToRGB32() local
74 V_pos = V; in _YUV420SToRGB32()
77 V = V_pos; in _YUV420SToRGB32()
DEmulatedFakeCameraDevice.cpp254 uint8_t* V_pos = mFrameV; in drawCheckerboard() local
256 uint8_t* V = V_pos; in drawCheckerboard()
283 V_pos = V; in drawCheckerboard()
286 V = V_pos; in drawCheckerboard()
/device/generic/goldfish/camera/
DConverters.cpp42 const uint8_t* V_pos = V; in _YUV420SToRGB565() local
47 V = V_pos + uv_stride * (y / 2); in _YUV420SToRGB565()
71 const uint8_t* V_pos = V; in _YUV420SToRGB32() local
76 V = V_pos + uv_stride * (y / 2); in _YUV420SToRGB32()