| /external/webrtc/modules/desktop_capture/ |
| D | desktop_frame_rotation.cc | 20 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/ |
| D | SpecializationConstant.cpp | 72 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/ |
| D | TransformKeyframeAnimation.java | 36 @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/ |
| D | EncodedImage.java | 56 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()
|
| D | VideoFrame.java | 124 private final int rotation; field in VideoFrame 133 public VideoFrame(Buffer buffer, int rotation, long timestampNs) { in VideoFrame()
|
| /external/webrtc/api/video/ |
| D | video_frame.cc | 200 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()
|
| D | i420_buffer.h | 57 VideoRotation rotation) { in Rotate()
|
| /external/webrtc/media/base/ |
| D | fake_frame_source.cc | 42 void FakeFrameSource::SetRotation(webrtc::VideoRotation rotation) { in SetRotation() 67 webrtc::VideoRotation rotation, in GetFrame()
|
| /external/webrtc/modules/video_capture/ |
| D | video_capture_impl.cc | 35 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/ |
| D | android_video_track_source.cc | 27 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/ |
| D | StrokeIndirectTest.cpp | 305 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/ |
| D | SurfaceViewRendererOnMeasureTest.java | 138 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/ |
| D | AnimatableTransformParser.java | 43 AnimatableFloatValue rotation = null; in parse() local 152 private static boolean isRotationIdentity(AnimatableFloatValue rotation) { in isRotationIdentity()
|
| D | PolystarShapeParser.java | 35 AnimatableFloatValue rotation = null; in parse() local
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
| D | AnimatableTransform.java | 20 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/ |
| D | CameraMotionListener.java | 28 void onCameraMotion(long timeUs, float[] rotation); in onCameraMotion()
|
| /external/webrtc/modules/rtp_rtcp/include/ |
| D | rtp_cvo.h | 22 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
| D | PolystarShape.java | 37 private final AnimatableFloatValue rotation; field in PolystarShape 46 AnimatableFloatValue rotation, AnimatableFloatValue innerRadius, in PolystarShape()
|
| /external/skia/src/gpu/tessellate/ |
| D | GrStrokeIndirectTessellator.cpp | 108 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/ |
| D | video_source_unittest.cc | 70 const int rotation = 180; in TEST() local 103 const int rotation = 180; in TEST() local
|
| /external/webrtc/sdk/android/src/java/org/webrtc/ |
| D | NativeAndroidVideoTrackSource.java | 96 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/ |
| D | JavaVideoSourceTestHelper.java | 26 int width, int height, int rotation, long timestampNs, CapturerObserver observer) { in deliverFrame()
|
| /external/webrtc/test/ |
| D | fake_texture_frame.cc | 23 VideoRotation rotation) { in CreateFrame()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowViewRenderNode.java | 19 private float rotation; field in ShadowViewRenderNode 84 public boolean setRotation(float rotation) { in setRotation()
|
| D | ShadowRenderNode.java | 20 private float rotation; field in ShadowRenderNode 85 public boolean setRotation(float rotation) { in setRotation()
|