Home
last modified time | relevance | path

Searched refs:_rotation_set (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc26 _rotation_set(false) { in VCMEncodedFrame()
38 _rotation_set(false) { in VCMEncodedFrame()
58 _rotation_set(rhs._rotation_set) { in VCMEncodedFrame()
95 _rotation_set = false; in Reset()
Dframe_buffer.cc154 RTC_DCHECK(!_rotation_set); in InsertPacket()
156 _rotation_set = true; in InsertPacket()
Dencoded_frame.h127 bool _rotation_set; variable