MCPcopy Create free account
hub / github.com/android/ndk-samples / OnExposureChanged

Function OnExposureChanged

camera/basic/src/main/cpp/camera_ui.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void OnExposureChanged(JNIEnv*, jobject, jlong exposurePercent) {
142 GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_EXPOSURE_TIME,
143 exposurePercent);
144}
145
146void OnSensitivityChanged(JNIEnv*, jobject, jlong sensitivity) {
147 GetAppEngine()->OnCameraParameterChanged(ACAMERA_SENSOR_SENSITIVITY,

Callers

nothing calls this directly

Calls 2

GetAppEngineFunction · 0.85

Tested by

no test coverage detected