/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | nativeavmuxerndk.cpp | 58 int32_t rotation = ZEROVAL;
in OHAVMuxerSetRotation() local 92 int32_t rotation = ZEROVAL;
in OHAVMuxerStart() local 129 int32_t rotation = ZEROVAL;
in OHAVMuxerStop() local 166 int32_t rotation = ZEROVAL;
in OHAVMuxerWriteSample() local 202 int32_t rotation = ZEROVAL;
in OHAVMuxerWriteSampleBuffer() local 241 int32_t rotation = ZEROVAL; OHAVMuxerAddTrack() local 311 int32_t rotation = ZEROVAL; OHAVMuxerSetRotationAbnormal() local 345 int32_t rotation = ZEROVAL; OHAVMuxerStartAbnormal() local 379 int32_t rotation = ZEROVAL; OHAVMuxerStopAbnormal() local 413 int32_t rotation = ZEROVAL; OHAVMuxerWriteSampleAbnormal() local 447 int32_t rotation = ZEROVAL; OHAVMuxerAddTrackAbnormal() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | cri.c | 179 AVFrameSideData *rotation; in cri_decode_frame() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_configs.h | 261 inline PlatformParameters WithEmulatedPrerotation(const PlatformParameters ¶ms, EGLint rotation) in WithEmulatedPrerotation() argument
|
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 713 int rotation = (value >> 8) * 2; in Decode() local
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | SphereEffect.cpp | 345 const auto rotation = [](ScalarValue order, variable
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 287 SkScalar rotation; in show_bounds() member
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGTextPriv.h | 124 float rotation; member
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_android_mustpass.py | 68 rotation = "unspecified", variable 75 rotation = "unspecified", variable 82 rotation = "unspecified", variable 89 rotation = "unspecified", variable 97 rotation = "unspecified", variable 113 rotation = "unspecified", variable 120 rotation = "unspecified", variable 127 rotation = "unspecified", variable 134 rotation = "unspecified", variable 141 rotation variable 161 rotation = "unspecified", global() variable 168 rotation = "unspecified", global() variable 175 rotation = "unspecified", global() variable 182 rotation = "unspecified", global() variable 189 rotation = "unspecified", global() variable 197 rotation = "0", global() variable 203 rotation = "90", global() variable 209 rotation = "180", global() variable 215 rotation = "270", global() variable 223 rotation = "unspecified", global() variable 232 rotation = "unspecified", global() variable 256 rotation = "unspecified", global() variable 263 rotation = "unspecified", global() variable 270 rotation = "unspecified", global() variable 277 rotation = "unspecified", global() variable 284 rotation = "unspecified", global() variable 292 rotation = "0", global() variable 298 rotation = "90", global() variable 304 rotation = "180", global() variable 310 rotation = "270", global() variable 318 rotation = "unspecified", global() variable 326 rotation = "unspecified", global() variable [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | ppOp.h | 73 RK_U32 rotation; // rotation angel member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
H A D | folder_stack_pattern.cpp | 82 auto rotation = displayInfo_->GetRotation(); in DumpInfo() local 296 auto rotation = displayInfo_->GetRotation(); in DumpInfo() local 303 auto rotation = displayInfo_->GetRotation(); DumpSimplifyInfo() local [all...] |
H A D | folder_stack_layout_algorithm.cpp | 290 auto rotation = displayInfo->GetRotation(); in IsIntoFolderStack() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 159 Matrix4 ComposeTransform(const Matrix4& perspective, const Matrix4& translation, const Matrix4& rotation, in ComposeTransform() argument 646 Matrix4 rotation = BuildRotationMatrix(decomp); in ComposeTransform() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_surface.h | 90 virtual void SetTransformHint(uint32_t rotation) {} in SetTransformHint() argument
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_display_node_drawable_test.cpp | 606 ScreenRotation rotation = ScreenRotation::ROTATION_0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 165 bool RSDirtyRectsDfx::RefreshRateRotationProcess(ScreenRotation rotation, uint64_t screenId) in RefreshRateRotationProcess() argument 220 auto rotation = displayParams_->GetScreenRotation(); in DrawCurrentRefreshRate() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 751 ScreenRotation rotation = ScreenRotation::ROTATION_0; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_obj_geometry.h | 172 void SetRotation(float rotation) in SetRotation() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 268 void RSPathAnimation::SetRotation(const std::shared_ptr<RSNode>& node, const float rotation) in SetRotation() argument
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion_util.h | 76 static inline constexpr Quat Inverse(const Quat& rotation) in Inverse() argument [all...] |
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | command_parser.h | 131 VideoRotation rotation = VIDEO_ROTATION_0; member
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_param_checker.cpp | 348 int32_t rotation; in RotaitonChecker() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerStablityTest.cpp | 64 int32_t rotation = 0; in SetRotation() local
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | net2_test.cpp | 126 int32_t rotation; in CheckVideoKey() local 205 int32_t rotation; in CheckAudioKeyVVC() local 269 int32_t rotation = -1; in HWTEST_F() local 288 int32_t rotation = -1; HWTEST_F() local 307 int32_t rotation = -1; HWTEST_F() local 326 int32_t rotation = -1; HWTEST_F() local 345 int32_t rotation = -1; HWTEST_F() local 364 int32_t rotation = -1; HWTEST_F() local 383 int32_t rotation = -1; HWTEST_F() local 402 int32_t rotation = -1; HWTEST_F() local 421 int32_t rotation = -1; HWTEST_F() local 440 int32_t rotation = -1; HWTEST_F() local 459 int32_t rotation = -1; HWTEST_F() local 478 int32_t rotation = -1; HWTEST_F() local 497 int32_t rotation = -1; HWTEST_F() local 516 int32_t rotation = -1; HWTEST_F() local 535 int32_t rotation = -1; HWTEST_F() local 554 int32_t rotation = -1; HWTEST_F() local 573 int32_t rotation = -1; HWTEST_F() local 592 int32_t rotation = -1; HWTEST_F() local 611 int32_t rotation = -1; HWTEST_F() local 630 int32_t rotation = -1; HWTEST_F() local 649 int32_t rotation = -1; HWTEST_F() local 668 int32_t rotation = -1; HWTEST_F() local 687 int32_t rotation = -1; HWTEST_F() local 706 int32_t rotation = -1; HWTEST_F() local 725 int32_t rotation = -1; HWTEST_F() local 744 int32_t rotation = -1; HWTEST_F() local 763 int32_t rotation = 0; HWTEST_F() local 782 int32_t rotation = 0; HWTEST_F() local 801 int32_t rotation = 0; HWTEST_F() local 820 int32_t rotation = 0; HWTEST_F() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | main.cpp | 26 int32_t rotation; member
|
/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 168 int32_t rotation = 0; member
|