Home
last modified time | relevance | path

Searched refs:SetCameraRotation (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp65 void ModelViewImpl::SetCameraRotation(Quaternion quat) in SetCameraRotation() function in OHOS::Ace::Framework::ModelViewImpl
67 GET_COMPONENT_OR_RETURN()->SetCameraRotation(quat); in SetCameraRotation()
H A Dmodel_view_impl.h32 void SetCameraRotation(Quaternion quat) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat.h47 virtual int32_t SetCameraRotation(bool isEnable, int32_t rotation) = 0;
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/
H A Dstream_repeat_stub_fuzzer.h35 int32_t SetCameraRotation(bool isEnable = false, int32_t rotation = 0) override
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_proxy.h48 int32_t SetCameraRotation(bool isEnable, int32_t rotation) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h83 void SetCameraRotation(Quaternion quat) in SetCameraRotation() function
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h87 int32_t SetCameraRotation(bool isEnable, int32_t rotation) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_stub.cpp159 int ret = SetCameraRotation(isEnable, rotation); in HandleSetCameraRotation()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_repeat_proxy.cpp208 int32_t HStreamRepeatProxy::SetCameraRotation(bool isEnable, int32_t rotation) in SetCameraRotation() function in OHOS::CameraStandard::HStreamRepeatProxy
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp736 errCode = itemStream->SetCameraRotation(true, result); in SetPreviewRotation()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp557 int32_t HStreamRepeat::SetCameraRotation(bool isEnable, int32_t rotation) in SetCameraRotation() function in OHOS::CameraStandard::HStreamRepeat