/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerInterfaceDependCheckTest.cpp | 112 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 D | NativeAVMuxerInterfaceDependCheckTest.cpp | 134 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 D | InnerAVMuxerDemo.cpp | 55 int32_t SetRotation(AVMuxerDemo* muxerDemo) in SetRotation() function 121 ret = SetRotation(muxerDemo);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/ |
H A D | avmuxer_sample.cpp | 92 int32_t AVMuxerSample::SetRotation(int32_t rotation) in SetRotation() function in OHOS::MediaAVCodec::AVMuxerSample 97 return muxer_->SetRotation(rotation); in SetRotation()
|
H A D | avmuxer_unit_test.cpp | 1019 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 D | avmuxer_sample.h | 35 int32_t SetRotation(int32_t rotation);
|
H A D | avmuxer_mock.h | 37 virtual int32_t SetRotation(int32_t rotation) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 231 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 D | rsnode_fuzzer.cpp | 129 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 D | knuckle_drawing_manager.cpp | 282 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 D | touch_drawing_manager.cpp | 362 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 D | camera_rotation_info_adapter_mock.cpp | 35 void CameraRotationInfoAdapterImpl::SetRotation(int32_t rotation) in SetRotation() function in OHOS::NWeb::CameraRotationInfoAdapterImpl
|
H A D | camera_rotation_info_adapter_impl.cpp | 35 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 D | audio_effect_rotation.h | 30 void SetRotation(uint32_t rotationState);
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | camera_rotation_info_adapter_impl.h | 33 void SetRotation(int32_t rotation);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_rotation.cpp | 43 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 D | avmuxer_capi_mock.h | 35 int32_t SetRotation(int32_t rotation) override;
|
H A D | avmuxer_capi_mock.cpp | 79 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 D | avmuxer_inner_mock.h | 35 int32_t SetRotation(int32_t rotation) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 242 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 D | audio_video_muxer.h | 49 int32_t SetRotation(int32_t rotation);
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | light.h | 60 void SetRotation(const OHOS::Render3D::Quaternion& rotation) in SetRotation() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | display_info.h | 97 void SetRotation(Rotation rotation) in SetRotation() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 118 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 D | display_info_utils.cpp | 53 displayInfo_->SetRotation(static_cast<Rotation>(static_cast<uint32_t>(dmRotation))); in GetDisplayInfo()
|