Home
last modified time | relevance | path

Searched refs:isExposureModeSupported_ (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.h141 bool isExposureModeSupported_; variable
H A Dcamera_manager.cpp34 metaDataObjectType_(nullptr), metadataOutput_(nullptr), isExposureModeSupported_(false), in NDKCamera()
610 &isExposureModeSupported_); in IsExposureModeSupportedFn()
611 if (&isExposureModeSupported_ == nullptr || ret != CAMERA_OK) { in IsExposureModeSupportedFn()