Home
last modified time | relevance | path

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

1234

/external/syslinux/gpxe/src/include/gpxe/
Drotate.h13 static inline uint32_t rol32 ( uint32_t data, unsigned int rotation ) { in rol32()
17 static inline uint32_t ror32 ( uint32_t data, unsigned int rotation ) { in ror32()
21 static inline uint64_t rol64 ( uint64_t data, unsigned int rotation ) { in rol64()
25 static inline uint64_t ror64 ( uint64_t data, unsigned int rotation ) { in ror64()
/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/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/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/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()
Dfakewebrtcvideocapturemodule.h91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override { in SetCaptureRotation()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java25 private int rotation = Surface.ROTATION_0; field in ShadowDisplay
125 public void setRotation(int rotation) { in setRotation()
/external/webrtc/webrtc/test/
Dfake_texture_frame.cc21 VideoRotation rotation) { in CreateFrame()
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc59 int rotation, in UpdateCapturedFrame()
225 int rotation, in OnIncomingFrame()
/external/valgrind/memcheck/tests/
Dbug287260.c5 signed int rotation : 10; member
/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/opencv/cv/src/
Dcvposit.cpp114 CvMatr32f rotation, CvVect32f translation ) in icvPOSIT()
354 CvMatr32f rotation, CvVect32f translation ) in cvPOSIT()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode()
238 VideoRotation rotation, in ConvertToI420()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration()
/external/webrtc/talk/media/base/
Dfakevideocapturer.h166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
/external/libyuv/files/source/
Dconvert_to_argb.cc42 enum RotationMode rotation, in ConvertToARGB()
/external/skia/example/
DSkiaSDLExample.cpp233 int rotation = 0; local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc37 enum RotationMode rotation, in ConvertToARGB()

1234