Home
last modified time | relevance | path

Searched refs:ExposureState (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h45 void OnExposureState(const ExposureState state) override;
48 void OnExposureStateCallback(ExposureState state) const;
49 void OnExposureStateCallbackAsync(ExposureState state) const;
53 ExposureCallback::ExposureState state_;
55 …ExposureCallbackInfo(ExposureCallback::ExposureState state, const ExposureCallbackListener* listen… in ExposureCallbackInfo()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h48 void OnExposureState(ExposureState state) override {} in OnExposureState()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h60 enum ExposureState { enum
195 enum ExposureState { enum
201 virtual void OnExposureState(ExposureState state) = 0;
1931 …static const std::unordered_map<camera_exposure_state_t, ExposureCallback::ExposureState> metaExpo…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-camera.md87 … | on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState>): void; | 废弃 …
464 1. CameraInput中废弃接口on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState>): void;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-camera.md87 … | on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState>): void; | Dep…
464 1. The **on(type: 'exposureStateChange', callback: AsyncCallback<ExposureState>): void;** API in **…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp269 void ExposureCallbackListener::OnExposureStateCallbackAsync(ExposureState state) const in OnExposureStateCallbackAsync()
301 void ExposureCallbackListener::OnExposureStateCallback(ExposureState state) const in OnExposureStateCallback()
313 void ExposureCallbackListener::OnExposureState(const ExposureState state) in OnExposureState()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp637 void OnExposureState(ExposureState state) override in OnExposureState()
683 void OnExposureState(ExposureState state) in OnExposureState()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp87 ExposureCallback::ExposureState> CaptureSession::metaExposureStateMap_ = {