Home
last modified time | relevance | path

Searched refs:changeExposure (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp276 adjustedWhite.Y = changeExposure(adjustedWhite.Y); in drawCheckerboard()
278 adjustedBlack.Y = changeExposure(adjustedBlack.Y); in drawCheckerboard()
367 *sqY = changeExposure(*sqY); in drawSquare()
383 memset(mCurrentFrame, changeExposure(adjustedColor.Y), in drawSolid()
424 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
DEmulatedCameraDevice.h396 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp270 *Y = changeExposure(*Y); in drawCheckerboard()
324 *sqY = changeExposure(*sqY); in drawSquare()
341 memset(mCurrentFrame, changeExposure(adjustedColor.Y), mTotalPixels); in drawSolid()
377 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
DEmulatedCameraDevice.h310 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function