Home
last modified time | relevance | path

Searched refs:IsExposureBiasRange (Results 1 – 3 of 3) 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.h85 Camera_ErrorCode IsExposureBiasRange(int exposureBias);
H A Dmain.cpp280 static napi_value IsExposureBiasRange(napi_env env, napi_callback_info info) in IsExposureBiasRange() function
295 g_ndkCamera->IsExposureBiasRange(exposureBiasValue); in IsExposureBiasRange()
498 …{ "isExposureBiasRange", nullptr, IsExposureBiasRange, nullptr, nullptr, nullptr, napi_default, nu… in Init()
H A Dcamera_manager.cpp656 Camera_ErrorCode NDKCamera::IsExposureBiasRange(int exposureBias) in IsExposureBiasRange() function in OHOS_NDK_CAMERA::NDKCamera