Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 – 25 of 126) sorted by relevance

123456

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerInterfaceDependCheckTest.cpp112 ret = SetRotation(muxerDemo);
132 ret = SetRotation(muxerDemo);
135 ret = SetRotation(muxerDemo);
158 ret = SetRotation(muxerDemo);
183 ret = SetRotation(muxerDemo);
212 ret = SetRotation(muxerDemo);
271 ret = SetRotation(muxerDemo);
390 ret = SetRotation(muxerDemo);
516 ret = SetRotation(muxerDemo);
700 ret = SetRotation(muxerDemo);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerInterfaceDependCheckTest.cpp134 ret = SetRotation(muxerDemo, handle);
155 ret = SetRotation(muxerDemo, handle);
158 ret = SetRotation(muxerDemo, handle);
183 ret = SetRotation(muxerDemo, handle);
211 ret = SetRotation(muxerDemo, handle);
242 ret = SetRotation(muxerDemo, handle);
309 ret = SetRotation(muxerDemo, handle);
439 ret = SetRotation(muxerDemo, handle);
574 ret = SetRotation(muxerDemo, handle);
768 ret = SetRotation(muxerDemo, handle);
[all …]
H A DInnerAVMuxerDemo.cpp55 int32_t SetRotation(AVMuxerDemo* muxerDemo) in SetRotation() function
121 ret = SetRotation(muxerDemo);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_sample.cpp92 int32_t AVMuxerSample::SetRotation(int32_t rotation) in SetRotation() function in OHOS::MediaAVCodec::AVMuxerSample
97 return muxer_->SetRotation(rotation); in SetRotation()
H A Davmuxer_unit_test.cpp1019 ret = avmuxer_->SetRotation(TEST_ROTATION);
1076 ret = avmuxer_->SetRotation(TEST_ROTATION);
1103 ret = avmuxer_->SetRotation(TEST_ROTATION);
1136 ret = avmuxer_->SetRotation(TEST_ROTATION);
1173 int32_t ret = avmuxer_->SetRotation(0);
1176 ret = avmuxer_->SetRotation(TEST_ROTATION);
1179 ret = avmuxer_->SetRotation(testRotation180);
1182 ret = avmuxer_->SetRotation(testRotation270);
1214 int32_t ret = avmuxer_->SetRotation(1);
1220 ret = avmuxer_->SetRotation(testRotation360);
[all …]
H A Davmuxer_sample.h35 int32_t SetRotation(int32_t rotation);
H A Davmuxer_mock.h37 virtual int32_t SetRotation(int32_t rotation) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp231 target->GetMutableRenderProperties().SetRotation(originRotation_); in OnRemoveOnCompletion()
290 SetRotation(tangent); in SetRotationValue()
293 SetRotation(tangent + 180.0f); in SetRotationValue()
303 void RSRenderPathAnimation::SetRotation(const float tangent) in SetRotation() function in OHOS::Rosen::RSRenderPathAnimation
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp129 surfaceNode->SetRotation(quaternion); in RSNodeFuzzTestInner01()
130 surfaceNode->SetRotation(GetData<float>(), GetData<float>(), GetData<float>()); in RSNodeFuzzTestInner01()
131 surfaceNode->SetRotation(GetData<float>()); in RSNodeFuzzTestInner01()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp282 canvasNode->SetRotation(ROTATION_ANGLE_270); in RotationCanvasNode()
285 canvasNode->SetRotation(ROTATION_ANGLE_90); in RotationCanvasNode()
288 canvasNode->SetRotation(ROTATION_ANGLE_180); in RotationCanvasNode()
291 canvasNode->SetRotation(ROTATION_ANGLE_0); in RotationCanvasNode()
399 surfaceNode_->SetRotation(0); in CreateTouchWindow()
444 surfaceNode_->SetRotation(0); in CreateTouchWindow()
475 brushCanvasNode_->SetRotation(0); in CreateBrushWorkCanvasNode()
493 trackCanvasNode_->SetRotation(0); in CreateTrackCanvasNode()
511 canvasNode_->SetRotation(0); in CreateCanvasNode()
H A Dtouch_drawing_manager.cpp362 canvasNode->SetRotation(0); in AddCanvasNode()
380 canvasNode->SetRotation(ROTATION_ANGLE_270); in RotationCanvasNode()
383 canvasNode->SetRotation(ROTATION_ANGLE_90); in RotationCanvasNode()
386 canvasNode->SetRotation(ROTATION_ANGLE_180); in RotationCanvasNode()
389 canvasNode->SetRotation(ROTATION_ANGLE_0); in RotationCanvasNode()
399 canvasNode->SetRotation(ROTATION_ANGLE_0); in ResetCanvasNode()
441 surfaceNode_->SetRotation(0); in CreateTouchWindow()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_rotation_info_adapter_mock.cpp35 void CameraRotationInfoAdapterImpl::SetRotation(int32_t rotation) in SetRotation() function in OHOS::NWeb::CameraRotationInfoAdapterImpl
H A Dcamera_rotation_info_adapter_impl.cpp35 void CameraRotationInfoAdapterImpl::SetRotation(int32_t rotation) in SetRotation() function in OHOS::NWeb::CameraRotationInfoAdapterImpl
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_rotation.h30 void SetRotation(uint32_t rotationState);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_rotation_info_adapter_impl.h33 void SetRotation(int32_t rotation);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_rotation.cpp43 void AudioEffectRotation::SetRotation(uint32_t rotationState) in SetRotation() function in OHOS::AudioStandard::AudioEffectRotation
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/capi/
H A Davmuxer_capi_mock.h35 int32_t SetRotation(int32_t rotation) override;
H A Davmuxer_capi_mock.cpp79 int32_t AVMuxerCapiMock::SetRotation(int32_t rotation) in SetRotation() function in OHOS::MediaAVCodec::AVMuxerCapiMock
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
H A Davmuxer_inner_mock.h35 int32_t SetRotation(int32_t rotation) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp242 SetRotation(target, targetRotation); in OnUpdateStagingValue()
248 node->SetRotation(0.f); in InitRotationId()
269 void RSPathAnimation::SetRotation(const std::shared_ptr<RSNode>& node, const float rotation) in SetRotation() function in OHOS::Rosen::RSPathAnimation
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Daudio_video_muxer.h49 int32_t SetRotation(int32_t rotation);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h60 void SetRotation(const OHOS::Render3D::Quaternion& rotation) in SetRotation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info.h97 void SetRotation(Rotation rotation) in SetRotation() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp118 void SetRotation(ArkUINodeHandle node, ArkUI_Float32 rotationX, ArkUI_Float32 rotationY, ArkUI_Floa… in SetRotation() function
128 renderContext->SetRotation(first.ConvertToPx(), second.ConvertToPx(), third.ConvertToPx()); in SetRotation()
547 …SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetLabel, SetShadowAlpha, SetShadowE… in GetRenderNodeModifier()
559 … SetClipToFrame, SetRotation, SetShadowColor, SetShadowOffset, SetShadowAlpha, SetShadowElevation, in GetCJUIRenderNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp53 displayInfo_->SetRotation(static_cast<Rotation>(static_cast<uint32_t>(dmRotation))); in GetDisplayInfo()

123456