Searched refs:minExposureBias_ (Results 1 – 2 of 2) sorted by relevance
143 float minExposureBias_; variable
36 minExposureBias_(0), maxExposureBias_(0), step_(0), in NDKCamera()660 … Camera_ErrorCode ret = OH_CaptureSession_GetExposureBiasRange(captureSession_, &minExposureBias_, in IsExposureBiasRange()662 …if (&minExposureBias_ == nullptr || &maxExposureBias_ == nullptr || &step_ == nullptr || ret != CA… in IsExposureBiasRange()