webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/desktop_capture/desktop_frame_rotation.h"
#include <string.h>
#include "webrtc/base/checks.h"
#include "third_party/libyuv/include/libyuv/rotate_argb.h"
Namespaces | |
webrtc | |
Functions | |
Rotation | webrtc::ReverseRotation (Rotation rotation) |
DesktopSize | webrtc::RotateSize (DesktopSize size, Rotation rotation) |
DesktopRect | webrtc::RotateRect (DesktopRect rect, DesktopSize size, Rotation rotation) |
void | webrtc::RotateDesktopFrame (const DesktopFrame &source, const DesktopRect &source_rect, const Rotation &rotation, const DesktopVector &target_offset, DesktopFrame *target) |