Home
last modified time | relevance | path

Searched refs:IsSlowMotionDetectionSupported (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dslow_motion_session_napi.cpp100 DECLARE_NAPI_FUNCTION("isSlowMotionDetectionSupported", IsSlowMotionDetectionSupported), in Init()
192 napi_value SlowMotionSessionNapi::IsSlowMotionDetectionSupported(napi_env env, napi_callback_info i… in IsSlowMotionDetectionSupported() function in OHOS::CameraStandard::SlowMotionSessionNapi
207 … bool isSupported = slowMotionSessionNapi->slowMotionSession_->IsSlowMotionDetectionSupported(); in IsSlowMotionDetectionSupported()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dslow_motion_session.h86 bool IsSlowMotionDetectionSupported();
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dslow_motion_session_napi.h57 static napi_value IsSlowMotionDetectionSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp56 bool SlowMotionSession::IsSlowMotionDetectionSupported() in IsSlowMotionDetectionSupported() function in OHOS::CameraStandard::SlowMotionSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp8047 bool result = slowSession->IsSlowMotionDetectionSupported();
8111 bool result = slowSession->IsSlowMotionDetectionSupported();
8178 result = slowSession->IsSlowMotionDetectionSupported();
8182 result = slowSession->IsSlowMotionDetectionSupported();
8187 result = slowSession->IsSlowMotionDetectionSupported();