Home
last modified time | relevance | path

Searched defs:IsExposureModeSupported (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability.cpp47 bool CameraAbility::IsExposureModeSupported(ExposureMode exposureMode) in IsExposureModeSupported() function in OHOS::CameraStandard::CameraAbility
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dmain.cpp233 static napi_value IsExposureModeSupported(napi_env env, napi_callback_info info) in IsExposureModeSupported() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/
H A Dcamera_ability_napi.cpp355 napi_value CameraFunctionsNapi::IsExposureModeSupported(napi_env env, napi_callback_info info) in IsExposureModeSupported() function in OHOS::CameraStandard::CameraFunctionsNapi
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp478 Camera_ErrorCode Camera_CaptureSession::IsExposureModeSupported(Camera_ExposureMode exposureMode, b… in IsExposureModeSupported() function in Camera_CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp1574 bool CaptureSession::IsExposureModeSupported(ExposureMode exposureMode) in IsExposureModeSupported() function in OHOS::CameraStandard::CaptureSession
1581 int32_t CaptureSession::IsExposureModeSupported(ExposureMode exposureMode, bool& isSupported) in IsExposureModeSupported() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1788 napi_value CameraSessionNapi::IsExposureModeSupported(napi_env env, napi_callback_info info) in IsExposureModeSupported() function in OHOS::CameraStandard::CameraSessionNapi