Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc125 last_rotation_(kVideoRotation_0), in RTPSenderVideo()
292 video_header.rotation != last_rotation_ || in AddRtpHeaderExtensions()
639 last_rotation_ = video_header.rotation; in SendVideo()
Drtp_sender_video.h190 VideoRotation last_rotation_ RTC_GUARDED_BY(send_checker_);
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc1179 rotation = last_rotation_; in CheckLastFrameRotationMatches()
1247 last_rotation_ = encoded_image.rotation_; in OnEncodedImage()
1273 VideoRotation last_rotation_ = kVideoRotation_0; member in webrtc::VideoStreamEncoderTest::TestSink