Home
last modified time | relevance | path

Searched refs:SetRotation (Results 1 - 25 of 127) sorted by relevance

123456

/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dgeom_pivotandrotation_test.cpp47 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 Dgeom_persp_test.cpp43 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST()
58 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST()
H A Dgeom_cameradistance_test.cpp42 testNode->SetRotation(45.0, 0, 45.0); in GRAPHIC_TEST()
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerInterfaceDependCheckTest.cpp52 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 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_sample.h35 int32_t SetRotation(int32_t rotation);
H A Davmuxer_mock.h37 virtual int32_t SetRotation(int32_t rotation) = 0;
H A Davmuxer_unit_test.cpp1000 * @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 DNativeAVMuxerInterfaceDependCheckTest.cpp57 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 DInnerAVMuxerDemo.cpp55 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 Daudio_effect_rotation.h30 void SetRotation(uint32_t rotationState);
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_rotation.cpp42 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 Drs_render_path_animation.cpp232 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 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
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
H A Davmuxer_inner_mock.h35 int32_t SetRotation(int32_t rotation) override;
H A Davmuxer_inner_mock.cpp89 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 Daudio_video_muxer.h49 int32_t SetRotation(int32_t rotation);
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h80 void SetRotation(const Quaternion& rotation) in SetRotation() function in OHOS::Ace::NG::ModelLight
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddisplay_info.h97 void SetRotation(Rotation rotation) in SetRotation() function in OHOS::Ace::DisplayInfo
/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()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_path_animation.h85 void SetRotation(const float tangent);
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h60 void SetRotation(const OHOS::Render3D::Quaternion& rotation) in SetRotation() function in OHOS::Render3D::Light
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H A Daudio_muxer_demo.h80 int32_t SetRotation(OH_AVMuxer* muxer, int32_t rotation);

Completed in 10 milliseconds

123456