OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changeExposure
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp
271
*Y =
changeExposure
(*Y);
326
*sqY =
changeExposure
(*sqY);
342
memset(mCurrentFrame,
changeExposure
(adjustedColor.Y), mTotalPixels);
379
memset(pY,
changeExposure
(color->Y), mFrameWidth);
EmulatedCameraDevice.h
302
inline uint8_t
changeExposure
(const uint8_t& inputY) const {
Completed in 633 milliseconds