Home
last modified time | relevance | path

Searched refs:IsTripodDetectionSupported (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp385 s->IsTripodDetectionSupported(); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1718 bool IsTripodDetectionSupported();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp4510 return IsTripodDetectionSupported(); in IsFeatureSupported()
5914 bool CaptureSession::IsTripodDetectionSupported() in IsTripodDetectionSupported() function in OHOS::CameraStandard::CaptureSession
5943 … CHECK_ERROR_RETURN_RET_LOG(!IsTripodDetectionSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in EnableTripodStabilization()
5959 … CHECK_ERROR_RETURN_RET_LOG(!IsTripodDetectionSupported(), CameraErrorCode::OPERATION_NOT_ALLOWED, in EnableTripodDetection()