Searched refs:realRotation (Results 1 – 3 of 3) sorted by relevance
364 int32_t realRotation = 0; in OnRotateEvent() local366 realRotation = static_cast<int32_t>(cachedRotation_); in OnRotateEvent()367 if (realRotation == 0) { in OnRotateEvent()374 SetValue(curValue_ + realRotation); in OnRotateEvent()
553 …int realRotation = RSBaseRenderUtil::RotateEnumToInt(RSBaseRenderUtil::GetRotateTransform(layerTra… in CreateBufferDrawParamForRotationFixed() local556 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateBufferDrawParamForRotationFixed()670 int realRotation = (nodeRotation + in CreateLayerBufferDrawParam() local674 auto transform = RSBaseRenderUtil::RotateEnumToInt(realRotation, flip); in CreateLayerBufferDrawParam()
1851 int32_t realRotation = GetSensorOritation() + rotation + addMirrorRotation; in StartMovingPhotoEncode() local1852 realRotation = realRotation % ROTATION_360; in StartMovingPhotoEncode()1853 StartRecord(timestamp, realRotation, captureId); in StartMovingPhotoEncode()