/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | geom_pivotandrotation_test.cpp | 47 testNode->SetRotation(degreeList[i][0], degreeList[i][1], degreeList[i][2]); in GRAPHIC_TEST() 64 testNode->SetRotation(degreeList[i][0], degreeList[i][1], degreeList[i][2]); in GRAPHIC_TEST() 81 testNode->SetRotation(degreeList[i][0], degreeList[i][1], degreeList[i][2]); in GRAPHIC_TEST() 98 testNode->SetRotation(degreeList[i]); in GRAPHIC_TEST() 115 testNode->SetRotation(degreeList[i]); in GRAPHIC_TEST() 132 testNode->SetRotation(degreeList[i]); in GRAPHIC_TEST() 145 testNode->SetRotation(0, 45.0, 0); in GRAPHIC_TEST()
|
H A D | geom_persp_test.cpp | 43 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST() 58 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST()
|
H A D | geom_cameradistance_test.cpp | 42 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerInterfaceDependCheckTest.cpp | 52 int32_t SetRotation(AVMuxerDemo* muxerDemo) in SetRotation() function 102 * @tc.name : Create -> SetRotation 112 ret = SetRotation(muxerDemo); in HWTEST_F() 122 * @tc.name : Create -> SetRotation -> SetRotation 132 ret = SetRotation(muxerDemo); in HWTEST_F() 135 ret = SetRotation(muxerDemo); in HWTEST_F() 145 * @tc.name : Create -> AddTrack -> SetRotation 158 ret = SetRotation(muxerDemo); in HWTEST_F() 167 * @tc.name : Create -> AddTrack -> Start -> SetRotation [all...] |
/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_sample.h | 35 int32_t SetRotation(int32_t rotation);
|
H A D | avmuxer_mock.h | 37 virtual int32_t SetRotation(int32_t rotation) = 0;
|
H A D | avmuxer_unit_test.cpp | 1000 * @tc.desc: Muxer SetRotation after Create 1019 ret = avmuxer_->SetRotation(TEST_ROTATION); in HWTEST_F() 1028 * @tc.desc: Muxer SetRotation after Create 1041 int32_t ret = avmuxer_->SetRotation(180); // 180 rotation in HWTEST_F() 1056 * @tc.desc: Muxer SetRotation after Start 1076 ret = avmuxer_->SetRotation(TEST_ROTATION); in HWTEST_F() 1082 * @tc.desc: Muxer SetRotation after Stop 1103 ret = avmuxer_->SetRotation(TEST_ROTATION); in HWTEST_F() 1109 * @tc.desc: Muxer SetRotation after WriteSample 1136 ret = avmuxer_->SetRotation(TEST_ROTATIO in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 57 OH_AVErrCode SetRotation(AVMuxerDemo* muxerDemo, OH_AVMuxer* handle) in SetRotation() function 123 * @tc.name : Create -> SetRotation 134 ret = SetRotation(muxerDemo, handle); in HWTEST_F() 144 * @tc.name : Create -> SetRotation -> SetRotation 155 ret = SetRotation(muxerDemo, handle); in HWTEST_F() 158 ret = SetRotation(muxerDemo, handle); in HWTEST_F() 168 * @tc.name : Create -> AddTrack -> SetRotation 183 ret = SetRotation(muxerDemo, handle); in HWTEST_F() 193 * @tc.name : Create -> AddTrack -> Start -> SetRotation [all...] |
H A D | InnerAVMuxerDemo.cpp | 55 int32_t SetRotation(AVMuxerDemo* muxerDemo) in SetRotation() function 106 * @tc.name : Create -> SetLocation -> SetRotation -> SetParameter -> AddTrack -> Start -> 121 ret = SetRotation(muxerDemo); in HWTEST_F()
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/ |
H A D | audio_effect_rotation.h | 30 void SetRotation(uint32_t rotationState);
|
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_rotation.cpp | 42 void AudioEffectRotation::SetRotation(uint32_t rotationState) in SetRotation() function in OHOS::AudioStandard::AudioEffectRotation
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 232 target->GetMutableRenderProperties().SetRotation(originRotation_); in OnRemoveOnCompletion() 291 SetRotation(tangent); in SetRotationValue() 294 SetRotation(tangent + 180.0f); in SetRotationValue() 304 void RSRenderPathAnimation::SetRotation(const float tangent) in SetRotation() function in OHOS::Rosen::RSRenderPathAnimation
|
/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
|
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/ |
H A D | avmuxer_inner_mock.h | 35 int32_t SetRotation(int32_t rotation) override;
|
H A D | avmuxer_inner_mock.cpp | 89 int32_t AVMuxerInnerMock::SetRotation(int32_t rotation) in SetRotation() function in OHOS::MediaAVCodec::AVMuxerInnerMock
|
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | audio_video_muxer.h | 49 int32_t SetRotation(int32_t rotation);
|
/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()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_light.h | 80 void SetRotation(const Quaternion& rotation) in SetRotation() function in OHOS::Ace::NG::ModelLight
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | display_info.h | 97 void SetRotation(Rotation rotation) in SetRotation() function in OHOS::Ace::DisplayInfo
|
/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()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_path_animation.h | 85 void SetRotation(const float tangent);
|
/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 in OHOS::Render3D::Light
|
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/ |
H A D | audio_muxer_demo.h | 80 int32_t SetRotation(OH_AVMuxer* muxer, int32_t rotation);
|