Home | Sort by relevance Sort by last modified time |
/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 |