Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.h143 float minExposureBias_; variable
H A Dcamera_manager.cpp36 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()