OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoRotation
(Results
1 - 25
of
38
) sorted by null
1
2
/external/webrtc/webrtc/common_video/
rotation.h
17
enum
VideoRotation
{
video_frame.cc
51
VideoRotation
rotation)
112
VideoRotation
rotation) {
128
VideoRotation
rotation) {
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h
21
inline uint8_t ConvertVideoRotationToCVOByte(
VideoRotation
rotation) {
36
inline
VideoRotation
ConvertCVOByteToVideoRotation(uint8_t rotation) {
/external/webrtc/webrtc/test/
fake_texture_frame.cc
21
VideoRotation
rotation) {
fake_texture_frame.h
27
VideoRotation
rotation);
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.h
47
webrtc::
VideoRotation
rotation);
65
webrtc::
VideoRotation
rotation);
86
webrtc::
VideoRotation
rotation,
111
webrtc::
VideoRotation
GetVideoRotation() const override {
126
void SetRotation(webrtc::
VideoRotation
rotation) override {
140
webrtc::
VideoRotation
rotation_;
webrtcvideoframefactory_unittest.cc
39
void InitFrame(webrtc::
VideoRotation
frame_rotation) {
61
webrtc::
VideoRotation
src_rotation,
fakewebrtcvideocapturemodule.h
91
int32_t SetCaptureRotation(webrtc::
VideoRotation
rotation) override {
webrtcvideoframe.cc
51
webrtc::
VideoRotation
rotation)
71
webrtc::
VideoRotation
rotation) {
202
webrtc::
VideoRotation
rotation,
299
//
VideoRotation
to libyuv::RotationMode.
fakewebrtcdeviceinfo.h
94
webrtc::
VideoRotation
& rotation) {
/external/webrtc/webrtc/
video_frame.h
28
VideoRotation
rotation);
65
VideoRotation
rotation);
74
VideoRotation
rotation);
122
// "pending rotation" or "pending" = a frame that has a
VideoRotation
> 0.
124
// "not pending" = a frame that has a
VideoRotation
== 0.
129
VideoRotation
rotation() const { return rotation_; }
130
void set_rotation(
VideoRotation
rotation) {
169
VideoRotation
rotation_;
/external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.h
26
@property webrtc::
VideoRotation
frameRotation;
device_info_ios.h
49
VideoRotation
& orientation) override;
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.h
56
//
VideoRotation
values. Return 0 on success.
57
static int32_t RotationFromDegrees(int degrees,
VideoRotation
* rotation);
58
static int32_t RotationInDegrees(
VideoRotation
rotation, int* degrees);
69
virtual int32_t SetCaptureRotation(
VideoRotation
rotation);
132
VideoRotation
_rotateFrame; // Set if the frame should be rotated by the
video_capture.h
57
VideoRotation
& orientation) = 0;
136
virtual int32_t SetCaptureRotation(
VideoRotation
rotation) = 0;
device_info_impl.h
40
VideoRotation
& orientation);
video_capture_impl.cc
47
VideoRotation
* rotation) {
67
int32_t VideoCaptureImpl::RotationInDegrees(
VideoRotation
rotation,
323
int32_t VideoCaptureImpl::SetCaptureRotation(
VideoRotation
rotation) {
/external/webrtc/webrtc/modules/video_coding/
generic_encoder.h
70
void SetRotation(
VideoRotation
rotation) { _rotation = rotation; }
79
VideoRotation
_rotation;
143
VideoRotation
rotation_;
encoded_frame.h
78
VideoRotation
rotation() const { return _rotation; }
122
VideoRotation
_rotation;
generic_decoder.h
30
VideoRotation
rotation;
/external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.h
62
webrtc::
VideoRotation
rotation);
native_handle_impl.cc
42
void RotateMatrix(float a[16], webrtc::
VideoRotation
rotation) {
167
webrtc::
VideoRotation
rotation) {
/external/webrtc/talk/media/base/
videoframe.h
62
webrtc::
VideoRotation
rotation,
107
virtual webrtc::
VideoRotation
GetVideoRotation() const {
215
virtual void SetRotation(webrtc::
VideoRotation
rotation) = 0;
fakevideocapturer.h
166
void SetRotation(webrtc::
VideoRotation
rotation) {
170
webrtc::
VideoRotation
GetRotation() { return rotation_; }
177
webrtc::
VideoRotation
rotation_;
/external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h
116
VideoRotation
rotation,
Completed in 661 milliseconds
1
2