Home
last modified time | relevance | path

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

12345

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_cvo.h21 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) { in ConvertVideoRotationToCVOByte()
36 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t rotation) { in ConvertCVOByteToVideoRotation()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java663 int rotation = getDeviceOrientation(); in getFrameOrientation() local
711 int rotation = getFrameOrientation(); in onTextureFrameAvailable() local
731 abstract void onByteBufferFrameCaptured(byte[] data, int width, int height, int rotation, in onByteBufferFrameCaptured()
737 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured()
762 int rotation, long timeStamp) { in onByteBufferFrameCaptured()
769 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured()
783 byte[] data, int length, int width, int height, int rotation, long timeStamp); in nativeOnByteBufferFrameCaptured()
785 int oesTextureId, float[] transformMatrix, int rotation, long timestamp); in nativeOnTextureFrameCaptured()
/external/webrtc/webrtc/
Dvideo_frame.h129 VideoRotation rotation() const { return rotation_; } in rotation() function
130 void set_rotation(VideoRotation rotation) { in set_rotation()
/external/webrtc/webrtc/test/
Dfake_texture_frame.cc21 VideoRotation rotation) { in CreateFrame()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc42 void RotateMatrix(float a[16], webrtc::VideoRotation rotation) { in RotateMatrix()
167 webrtc::VideoRotation rotation) { in ScaleAndRotate()
Dandroidvideocapturer_jni.cc156 int rotation, in OnMemoryBufferFrame()
177 int rotation, in OnTextureFrame()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc47 VideoRotation* rotation) { in RotationFromDegrees()
67 int32_t VideoCaptureImpl::RotationInDegrees(VideoRotation rotation, in RotationInDegrees()
323 int32_t VideoCaptureImpl::SetCaptureRotation(VideoRotation rotation) { in SetCaptureRotation()
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc51 VideoRotation rotation) in VideoFrame()
112 VideoRotation rotation) { in CreateFrame()
128 VideoRotation rotation) { in CreateFrame()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc51 webrtc::VideoRotation rotation) in WebRtcVideoFrame()
71 webrtc::VideoRotation rotation) { in Init()
202 webrtc::VideoRotation rotation, in Reset()
Dwebrtcvideoframe.h126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation()
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc59 int rotation, in UpdateCapturedFrame()
225 int rotation, in OnIncomingFrame()
/external/fonttools/Tests/svgLib/path/
Dparser_test.py339 def arcTo(self, rx, ry, rotation, arc_large, arc_sweep, end_point): argument
/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()
DShadowDisplay.java56 private Integer rotation; field in ShadowDisplay
359 public void setRotation(int rotation) { in setRotation()
/external/fonttools/Lib/fontTools/svgLib/path/
Darc.py26 def __init__(self, current_point, rx, ry, rotation, large, sweep, target_point): argument
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.h30 VideoRotation rotation; member
Dencoded_frame.h78 VideoRotation rotation() const { return _rotation; } in rotation() function
Dgeneric_encoder.h70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode()
238 VideoRotation rotation, in ConvertToI420()
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/
DSize.java52 public static Size getRotatedSize(final Size size, final int rotation) { in getRotatedSize()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/
DSize.java52 public static Size getRotatedSize(final Size size, final int rotation) { in getRotatedSize()
/external/webrtc/talk/media/base/
Dfakevideocapturer.h166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DCanvasMatrixUtil.java79 float[] rotation = new float[16]; in createXYtoXZRotationMatrix() local

12345