Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp278 *Y = changeExposure(*Y); in drawCheckerboard()
333 *sqY = changeExposure(*sqY); in drawSquare()
349 memset(mCurrentFrame, changeExposure(adjustedColor.Y), mTotalPixels); in drawSolid()
386 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
DEmulatedCameraDevice.h302 inline uint8_t changeExposure(const uint8_t& inputY) const { in changeExposure() function