Home
last modified time | relevance | path

Searched refs:rotationValue (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetorientationhint_fuzzer/
H A Drecordersetorientationhint_fuzzer.cpp56 int32_t rotationValue = *reinterpret_cast<int32_t *>(data); in FuzzRecorderSetOrientationHint() local
58 recorder->SetOrientationHint(rotationValue); in FuzzRecorderSetOrientationHint()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp231 bool AceViewOhos::DispatchRotationEvent(const RefPtr<AceViewOhos>& view, float rotationValue) in DispatchRotationEvent() argument
234 return view->ProcessRotationEvent(rotationValue); in DispatchRotationEvent()
423 bool AceViewOhos::ProcessRotationEvent(float rotationValue) in ProcessRotationEvent() argument
426 RotationEvent event { .value = rotationValue * ROTATION_DIVISOR }; in ProcessRotationEvent()
H A Dace_view_ohos.h61 static bool DispatchRotationEvent(const RefPtr<AceViewOhos>& view, float rotationValue);
90 bool ProcessRotationEvent(float rotationValue);
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp505 int32_t rotationValue = 0; in SetRotation() local
508 rotationValue = item.data.i32[0]; in SetRotation()
510 MEDIA_INFO_LOG("set rotation app rotationValue %{public}d", rotationValue); in SetRotation()
511 rotationMap_.EnsureInsert(captureId, rotationValue); in SetRotation()
513 int32_t rotation = sensorOrientation + rotationValue; in SetRotation()
529 rotation = rotationValue; in SetRotation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1815 this.rotationValue = { x: 0, y: 0, z: 0 };
1885 this.rotationValue = { x: 0, y: 0, z: 0 };
1888 this.rotationValue.x = this.checkUndefinedOrNullWithDefaultValue(rotation.x, 0);
1889 this.rotationValue.y = this.checkUndefinedOrNullWithDefaultValue(rotation.y, 0);
1890 this.rotationValue.z = this.checkUndefinedOrNullWithDefaultValue(rotation.z, 0);
1892 getUINativeModule().renderNode.setRotation(this.nodePtr, this.rotationValue.x, this.rotationValue.y, this.rotationValue.z, this.lengthMetricsUnitValue);
2012 return this.rotationValue;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp97 void PhotoCaptureSetting::SetRotation(PhotoCaptureSetting::RotationConfig rotationValue) in SetRotation() argument
101 int32_t rotation = rotationValue; in SetRotation()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp406 auto rotationValue = values[NUM_11].f32; in SetSweepGradientValues() local
425 gradient.GetSweepGradient()->rotation = CalcDimension(CheckAngle(rotationValue), DimensionUnit::PX); in SetSweepGradientValues()

Completed in 21 milliseconds