Searched refs:SetSlowMotionDetectionArea (Results 1 – 5 of 5) sorted by relevance
101 DECLARE_NAPI_FUNCTION("setSlowMotionDetectionArea", SetSlowMotionDetectionArea) in Init()231 napi_value SlowMotionSessionNapi::SetSlowMotionDetectionArea(napi_env env, napi_callback_info info) in SetSlowMotionDetectionArea() function in OHOS::CameraStandard::SlowMotionSessionNapi262 slowMotionSessionNapi->slowMotionSession_->SetSlowMotionDetectionArea(rect); in SetSlowMotionDetectionArea()
95 void SetSlowMotionDetectionArea(Rect rect);
58 static napi_value SetSlowMotionDetectionArea(napi_env env, napi_callback_info info);
89 void SlowMotionSession::SetSlowMotionDetectionArea(Rect rect) in SetSlowMotionDetectionArea() function in OHOS::CameraStandard::SlowMotionSession
8195 slowSession->SetSlowMotionDetectionArea(rect);