Home
last modified time | relevance | path

Searched refs:SlowMotionState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dslow_motion_session.h26 enum SlowMotionState { enum
39 virtual void OnSlowMotionState(const SlowMotionState state) = 0;
41 void SetSlowMotionState(const SlowMotionState state) in SetSlowMotionState()
46 SlowMotionState GetSlowMotionState() in GetSlowMotionState()
53 SlowMotionState currentState_;
138 …static const std::unordered_map<camera_slow_motion_status_type_t, SlowMotionState> metaMotionState…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dslow_motion_session_napi.h32 SetSlowMotionState(SlowMotionState::DEFAULT); in SlowMotionStateListener()
35 void OnSlowMotionState(const SlowMotionState state) override;
37 void OnSlowMotionStateCb(const SlowMotionState state) const;
38 void OnSlowMotionStateCbAsync(const SlowMotionState state) const;
42 SlowMotionState state_;
44 SlowMotionStateListenerInfo(SlowMotionState state, const SlowMotionStateListener* listener) in SlowMotionStateListenerInfo()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp27 const std::unordered_map<camera_slow_motion_status_type_t, SlowMotionState> SlowMotionSession::meta…
28 {OHOS_CONTROL_SLOW_MOTION_STATUS_DISABLE, SlowMotionState::DISABLE},
29 {OHOS_CONTROL_SLOW_MOTION_STATUS_READY, SlowMotionState::READY},
30 {OHOS_CONTROL_SLOW_MOTION_STATUS_START, SlowMotionState::START},
31 {OHOS_CONTROL_SLOW_MOTION_STATUS_RECORDING, SlowMotionState::RECORDING},
32 {OHOS_CONTROL_SLOW_MOTION_STATUS_FINISH, SlowMotionState::FINISH}
124 SlowMotionState state = SlowMotionState::DISABLE; in OnSlowMotionStateChange()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dslow_motion_session_napi.cpp27 void SlowMotionStateListener::OnSlowMotionStateCbAsync(const SlowMotionState state) const in OnSlowMotionStateCbAsync()
60 void SlowMotionStateListener::OnSlowMotionStateCb(const SlowMotionState state) const in OnSlowMotionStateCb()
71 void SlowMotionStateListener::OnSlowMotionState(SlowMotionState state) in OnSlowMotionState()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp675 void OnSlowMotionState(const SlowMotionState state) in OnSlowMotionState()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp391 void OnSlowMotionState(const SlowMotionState state) override in OnSlowMotionState()