Home
last modified time | relevance | path

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

12345678

/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.cpp60 TIntermAggregate *CreateMat2x2(const Mat2x2EnumMap &matrix, vk::SurfaceRotation rotation) in CreateMat2x2()
74 TIntermTyped *GenerateMat2x2ArrayWithIndex(const Mat2x2EnumMap &matrix, TIntermSymbol *rotation) in GenerateMat2x2ArrayWithIndex()
108 constexpr Mat2x2 CalcFragRotationMultiplyFlipXY(vk::SurfaceRotation rotation) in CalcFragRotationMultiplyFlipXY()
117 TIntermAggregate *CreateVec2(Vec2EnumMap vec2Values, float yscale, vk::SurfaceRotation rotation) in CreateVec2()
131 TIntermSymbol *rotation) in CreateVec2ArrayWithIndex()
151 constexpr Vec2 CalcRotatedFlipXYValueForDFdx(vk::SurfaceRotation rotation) in CalcRotatedFlipXYValueForDFdx()
174 constexpr Vec2 CalcRotatedFlipXYValueForDFdy(vk::SurfaceRotation rotation) in CalcRotatedFlipXYValueForDFdy()
200 TIntermSymbol *rotation) in CreateFloatArrayWithRotationIndex()
/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/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/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/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()
/external/skia/site/docs/dev/gardening/
D_index.md137 ### Useful bookmarks
146 ### Chat rooms
/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/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/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DCameraMotionListener.java28 void onCameraMotion(long timeUs, float[] rotation); in onCameraMotion()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DCameraMotionListener.java28 void onCameraMotion(long timeUs, float[] rotation); in onCameraMotion()
/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()

12345678