/external/syslinux/gpxe/src/include/gpxe/ |
D | rotate.h | 13 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/ |
D | rtp_cvo.h | 21 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/ |
D | VideoCapturerAndroid.java | 663 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/ |
D | video_frame.h | 129 VideoRotation rotation() const { return rotation_; } in rotation() function 130 void set_rotation(VideoRotation rotation) { in set_rotation()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 47 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/ |
D | video_frame.cc | 51 VideoRotation rotation) in VideoFrame() 112 VideoRotation rotation) { in CreateFrame() 128 VideoRotation rotation) { in CreateFrame()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 42 void RotateMatrix(float a[16], webrtc::VideoRotation rotation) { in RotateMatrix() 167 webrtc::VideoRotation rotation) { in ScaleAndRotate()
|
D | androidvideocapturer_jni.cc | 156 int rotation, in OnMemoryBufferFrame() 177 int rotation, in OnTextureFrame()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 51 webrtc::VideoRotation rotation) in WebRtcVideoFrame() 71 webrtc::VideoRotation rotation) { in Init() 202 webrtc::VideoRotation rotation, in Reset()
|
D | webrtcvideoframe.h | 126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation()
|
D | fakewebrtcvideocapturemodule.h | 91 int32_t SetCaptureRotation(webrtc::VideoRotation rotation) override { in SetCaptureRotation()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDisplay.java | 25 private int rotation = Surface.ROTATION_0; field in ShadowDisplay 125 public void setRotation(int rotation) { in setRotation()
|
/external/webrtc/webrtc/test/ |
D | fake_texture_frame.cc | 21 VideoRotation rotation) { in CreateFrame()
|
/external/webrtc/talk/app/webrtc/ |
D | androidvideocapturer.cc | 59 int rotation, in UpdateCapturedFrame() 225 int rotation, in OnIncomingFrame()
|
/external/valgrind/memcheck/tests/ |
D | bug287260.c | 5 signed int rotation : 10; member
|
/external/webrtc/webrtc/modules/video_coding/ |
D | generic_decoder.h | 30 VideoRotation rotation; member
|
D | encoded_frame.h | 78 VideoRotation rotation() const { return _rotation; } in rotation() function
|
D | generic_encoder.h | 70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation()
|
/external/opencv/cv/src/ |
D | cvposit.cpp | 114 CvMatr32f rotation, CvVect32f translation ) in icvPOSIT() 354 CvMatr32f rotation, CvVect32f translation ) in cvPOSIT()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 178 libyuv::RotationMode ConvertRotationMode(VideoRotation rotation) { in ConvertRotationMode() 238 VideoRotation rotation, in ConvertToI420()
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | BatchRunConfiguration.java | 33 public BatchRunConfiguration(String glConfig, String rotation, String surfaceType, in BatchRunConfiguration()
|
/external/webrtc/talk/media/base/ |
D | fakevideocapturer.h | 166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation()
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 42 enum RotationMode rotation, in ConvertToARGB()
|
/external/skia/example/ |
D | SkiaSDLExample.cpp | 233 int rotation = 0; local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 37 enum RotationMode rotation, in ConvertToARGB()
|