Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp497 …era_ErrorCode OH_CaptureSession_SetExposureBias(Camera_CaptureSession* session, float exposureBias) in OH_CaptureSession_SetExposureBias()
503 …ra_ErrorCode OH_CaptureSession_GetExposureBias(Camera_CaptureSession* session, float* exposureBias) in OH_CaptureSession_GetExposureBias()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp555 Camera_ErrorCode Camera_CaptureSession::SetExposureBias(float exposureBias) in SetExposureBias()
569 Camera_ErrorCode Camera_CaptureSession::GetExposureBias(float* exposureBias) in GetExposureBias()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp162 float exposureBias = data.ReadFloat(); in TestExposure() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp656 Camera_ErrorCode NDKCamera::IsExposureBiasRange(int exposureBias) in IsExposureBiasRange()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp197 float exposureBias = 0.0f; in SessionControlParams() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1961 float exposureBias = vecExposureBiasList[i]; in GetExposureBiasRange() local