Searched refs:enable_hbm (Results 1 – 2 of 2) sorted by relevance
364 const bool enable_hbm(hdr_largest_layer_px_ > hbm_threshold_px_); in Present() local365 if (high_brightness_mode_ != enable_hbm && hardware_ILight_ != nullptr) { in Present()367 if (Status::SUCCESS == hardware_ILight_->setHbm(enable_hbm)) { in Present()368 high_brightness_mode_ = enable_hbm; in Present()370 DLOGE("failed to setHbm to %d", enable_hbm); in Present()
655 const bool enable_hbm(hdr_largest_layer_px_ > hbm_threshold_px_); in Present() local656 if (high_brightness_mode_ != enable_hbm) { in Present()657 HbmState state = enable_hbm ? HbmState::HDR : HbmState::OFF; in Present()660 high_brightness_mode_ = enable_hbm; in Present()662 DLOGE("failed to setHbm to %d", enable_hbm); in Present()