OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rotation
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.h
78
VideoRotation rotation() const { return
_rotation
; }
122
VideoRotation
_rotation
;
member in class:webrtc::VCMEncodedFrame
generic_encoder.h
70
void SetRotation(VideoRotation rotation) {
_rotation
= rotation; }
79
VideoRotation
_rotation
;
member in class:webrtc::VCMEncodedFrameCallback
encoded_frame.cc
25
_rotation
(kVideoRotation_0),
37
_rotation
(kVideoRotation_0),
57
_rotation
(rhs.
_rotation
),
94
_rotation
= kVideoRotation_0;
generic_encoder.cc
235
_rotation
(kVideoRotation_0),
284
rtpVideoHeader.rotation =
_rotation
;
frame_buffer.cc
155
_rotation
= packet.codecSpecificHeader.rotation;
Completed in 360 milliseconds