Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.cpp174 virtual bool setWhiteBalance(uint8_t white_balance);
700 bool ExifUtilsImpl::setWhiteBalance(uint8_t white_balance) { in setWhiteBalance() argument
701 uint16_t whiteBalance = (white_balance == ANDROID_CONTROL_AWB_MODE_AUTO) ? 0 : 1; in setWhiteBalance()