Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 25 of 163) sorted by relevance

1234567

/external/webrtc/modules/desktop_capture/
Ddesktop_frame_rotation.cc20 libyuv::RotationMode ToLibyuvRotationMode(Rotation rotation) { in ToLibyuvRotationMode()
37 Rotation rotation, in RotateAndOffsetRect()
46 Rotation ReverseRotation(Rotation rotation) { in ReverseRotation()
61 DesktopSize RotateSize(DesktopSize size, Rotation rotation) { in RotateSize()
74 DesktopRect RotateRect(DesktopRect rect, DesktopSize size, Rotation rotation) { in RotateRect()
95 const Rotation& rotation, in RotateDesktopFrame()
/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp72 TIntermAggregate *CreateMat2x2(const Mat2x2EnumMap &matrix, vk::SurfaceRotation rotation) in CreateMat2x2()
86 TIntermTyped *GenerateMat2x2ArrayWithIndex(const Mat2x2EnumMap &matrix, TIntermSymbol *rotation) in GenerateMat2x2ArrayWithIndex()
120 constexpr Vec2 CalcFragRotationMultiplyFlipXY(vk::SurfaceRotation rotation) in CalcFragRotationMultiplyFlipXY()
129 TIntermAggregate *CreateVec2(Vec2EnumMap vec2Values, float yscale, vk::SurfaceRotation rotation) in CreateVec2()
143 TIntermSymbol *rotation) in CreateVec2ArrayWithIndex()
163 constexpr Vec2 CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation rotation) in CalcRotatedFlipXYValueForDFdx()
186 constexpr Vec2 CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation rotation) in CalcRotatedFlipXYValueForDFdy()
212 TIntermSymbol *rotation) in CreateFloatArrayWithRotationIndex()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java36 @NonNull private BaseKeyframeAnimation<Float, Float> rotation; field in TransformKeyframeAnimation
175 float rotation; in getMatrix() local
256 float rotation = this.rotation.getValue(); in getMatrixForRepeater() local
/external/webrtc/sdk/android/api/org/webrtc/
DEncodedImage.java56 public final int rotation; field in EncodedImage
73 int encodedHeight, long captureTimeNs, FrameType frameType, int rotation, in EncodedImage()
138 private int rotation; field in EncodedImage.Builder
176 public Builder setRotation(int rotation) { in setRotation()
DVideoFrame.java124 private final int rotation; field in VideoFrame
133 public VideoFrame(Buffer buffer, int rotation, long timestampNs) { in VideoFrame()
/external/webrtc/api/video/
Dvideo_frame.cc200 VideoFrame::Builder& VideoFrame::Builder::set_rotation(VideoRotation rotation) { in set_rotation()
236 webrtc::VideoRotation rotation, in VideoFrame()
247 VideoRotation rotation) in VideoFrame()
261 VideoRotation rotation, in VideoFrame()
Di420_buffer.h57 VideoRotation rotation) { in Rotate()
/external/webrtc/media/base/
Dfake_frame_source.cc42 void FakeFrameSource::SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
67 webrtc::VideoRotation rotation, in GetFrame()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc35 VideoRotation* rotation) { in RotationFromDegrees()
56 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees()
225 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
/external/webrtc/sdk/android/src/jni/
Dandroid_video_track_source.cc27 VideoRotation jintToVideoRotation(jint rotation) { in jintToVideoRotation()
100 const VideoRotation rotation = jintToVideoRotation(j_rotation); in AdaptFrame() local
142 const VideoRotation rotation = jintToVideoRotation(j_rotation); in OnFrameCaptured() local
/external/skia/tests/
DStrokeIndirectTest.cpp305 float rotation = SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, in verifyResolveLevels() local
335 float rotation = (hasCusp) ? 0 : SkMeasureQuadRotation(pts); in verifyResolveLevels() local
382 float rotation = SkMeasureAngleBetweenVectors(tan0, tan1); in verifyResolveLevels() local
407 float rotation = SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, in verifyResolveLevels() local
466 float rotation = SkMeasureAngleBetweenVectors(tan0, tan1); in verifyBuffers() local
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java138 private int rotation; in testFrame1280x720() field in SurfaceViewRendererOnMeasureTest.MockRendererEvents
142 public synchronized void waitForFrameSize(int frameWidth, int frameHeight, int rotation) in testFrame1280x720()
157 int frameWidth, int frameHeight, int rotation) { in testFrame1280x720()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTransformParser.java43 AnimatableFloatValue rotation = null; in parse() local
152 private static boolean isRotationIdentity(AnimatableFloatValue rotation) { in isRotationIdentity()
DPolystarShapeParser.java35 AnimatableFloatValue rotation = null; in parse() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java20 private final AnimatableFloatValue rotation; field in AnimatableTransform
40 @Nullable AnimatableFloatValue rotation, @Nullable AnimatableIntegerValue opacity, in AnimatableTransform()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DCameraMotionListener.java28 void onCameraMotion(long timeUs, float[] rotation); in onCameraMotion()
/external/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DPolystarShape.java37 private final AnimatableFloatValue rotation; field in PolystarShape
46 AnimatableFloatValue rotation, AnimatableFloatValue innerRadius, in PolystarShape()
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp108 float rotation = SkMeasureAngleBetweenVectors(pts[0] - lastControlPoint, pts[1] - pts[0]); in countLine() local
116 float rotation = SkMeasureQuadRotation(pts); in countQuad() local
128 float rotation = SkMeasureAngleBetweenVectors(tan0, tan1); in countCubic() local
147 void writeResolveLevel(float numParametricSegments, float rotation, in writeResolveLevel()
300 auto rotation = grvx::approx_angle_between_vectors(b - a, c - b); in flushLines() local
322 auto rotation = grvx::approx_angle_between_vectors(tan0, tan1); in flushQuads() local
385 auto rotation = grvx::approx_angle_between_vectors(tan0, tan1); in flushCubics() local
398 vec<N> numParametricSegments, vec<N> rotation, int count, in writeResolveLevels()
/external/webrtc/sdk/android/native_unittests/video/
Dvideo_source_unittest.cc70 const int rotation = 180; in TEST() local
103 const int rotation = 180; in TEST() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DNativeAndroidVideoTrackSource.java96 long nativeAndroidVideoTrackSource, int width, int height, int rotation, long timestampNs); in nativeAdaptFrame()
98 long nativeAndroidVideoTrackSource, int rotation, long timestampNs, VideoFrame.Buffer buffer); in nativeOnFrameCaptured()
/external/webrtc/sdk/android/native_unittests/org/webrtc/
DJavaVideoSourceTestHelper.java26 int width, int height, int rotation, long timestampNs, CapturerObserver observer) { in deliverFrame()
/external/webrtc/test/
Dfake_texture_frame.cc23 VideoRotation rotation) { in CreateFrame()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRenderNode.java19 private float rotation; field in ShadowViewRenderNode
84 public boolean setRotation(float rotation) { in setRotation()
DShadowRenderNode.java20 private float rotation; field in ShadowRenderNode
85 public boolean setRotation(float rotation) { in setRotation()

1234567