Home
last modified time | relevance | path

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

12345678910

/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/zxing/core/src/test/java/com/google/zxing/common/
DAbstractNegativeBlackBoxTestCase.java52 private final float rotation; field in AbstractNegativeBlackBoxTestCase.TestResult
54 TestResult(int falsePositivesAllowed, float rotation) { in TestResult()
74 protected final void addTest(int falsePositivesAllowed, float rotation) { in addTest()
DTestResult.java28 private final float rotation; field in TestResult
30 …int mustPassCount, int tryHarderCount, int maxMisreads, int maxTryHarderMisreads, float rotation) { in TestResult()
DAbstractBlackBoxTestCase.java92 protected final void addTest(int mustPassCount, int tryHarderCount, float rotation) { in addTest()
114 float rotation) { in addTest()
173 float rotation = testResults.get(x).getRotation(); in testBlackBox() local
264 float rotation, in decode()
/external/zxing/core/src/main/java/com/google/zxing/pdf417/detector/
DPDF417DetectorResult.java31 private final int rotation; field in PDF417DetectorResult
33 public PDF417DetectorResult(BitMatrix bits, List<ResultPoint[]> points, int rotation) { in PDF417DetectorResult()
/external/webrtc/sdk/android/api/org/webrtc/
DEncodedImage.java56 public final int rotation; field in EncodedImage
72 int encodedHeight, long captureTimeNs, FrameType frameType, int rotation, in EncodedImage()
131 private int rotation; field in EncodedImage.Builder
168 public Builder setRotation(int rotation) { in setRotation()
DVideoFrame.java152 private final int rotation; field in VideoFrame
161 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()
68 webrtc::VideoRotation rotation, in GetFrame()
/external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/
DSlingshot.kt67 val rotation = (-0.25f + 0.4f * adjustedPercent + tensionPercent * 2) * 0.5f in rememberUpdatedSlingshot() constant
84 var rotation: Float by mutableStateOf(0f) variable in com.google.accompanist.swiperefresh.Slingshot
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc34 VideoRotation* rotation) { in RotationFromDegrees()
55 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees()
222 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
/external/webrtc/sdk/android/src/jni/
Dandroid_video_track_source.cc26 VideoRotation jintToVideoRotation(jint rotation) { in jintToVideoRotation()
94 const VideoRotation rotation = jintToVideoRotation(j_rotation); in AdaptFrame() local
136 const VideoRotation rotation = jintToVideoRotation(j_rotation); in OnFrameCaptured() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java38 @Nullable private BaseKeyframeAnimation<Float, Float> rotation; field in TransformKeyframeAnimation
200 BaseKeyframeAnimation<Float, Float> rotation = this.rotation; in getMatrix() local
287 float rotation = this.rotation.getValue(); in getMatrixForRepeater() local
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java135 private int rotation; in testFrame1280x720() field in SurfaceViewRendererOnMeasureTest.MockRendererEvents
139 public synchronized void waitForFrameSize(int frameWidth, int frameHeight, int rotation) in testFrame1280x720()
154 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/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/
DCircle.java285 public static Transform<Sphere2D, Sphere1D> getTransform(final Rotation rotation) { in getTransform()
293 private final Rotation rotation; field in Circle.CircleTransform
298 CircleTransform(final Rotation rotation) { in CircleTransform()
/external/skia/site/docs/dev/gardening/
D_index.md138 ### Useful bookmarks
148 ### Chat rooms
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java23 private final AnimatableFloatValue rotation; field in AnimatableTransform
45 @Nullable AnimatableFloatValue rotation, @Nullable AnimatableIntegerValue opacity, in AnimatableTransform()
/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/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.java38 private final AnimatableFloatValue rotation; field in PolystarShape
48 AnimatableFloatValue rotation, AnimatableFloatValue innerRadius, in PolystarShape()
/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()

12345678910