Searched refs:white_balance (Results 1 – 1 of 1) sorted by relevance
174 virtual bool setWhiteBalance(uint8_t white_balance);700 bool ExifUtilsImpl::setWhiteBalance(uint8_t white_balance) { in setWhiteBalance() argument701 uint16_t whiteBalance = (white_balance == ANDROID_CONTROL_AWB_MODE_AUTO) ? 0 : 1; in setWhiteBalance()