Searched refs:SetRotation (Results 1 – 9 of 9) sorted by relevance
38 using cricket::WebRtcVideoFrame::SetRotation;334 applied0.SetRotation(webrtc::kVideoRotation_90); in TEST_F()346 applied90->SetRotation(webrtc::kVideoRotation_270); in TEST_F()
126 void SetRotation(webrtc::VideoRotation rotation) override { in SetRotation() function
251 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()255 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()262 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()297 capturer_.SetRotation(webrtc::kVideoRotation_0); in TEST_F()301 capturer_.SetRotation(webrtc::kVideoRotation_90); in TEST_F()305 capturer_.SetRotation(webrtc::kVideoRotation_180); in TEST_F()309 capturer_.SetRotation(webrtc::kVideoRotation_270); in TEST_F()
215 virtual void SetRotation(webrtc::VideoRotation rotation) = 0;
166 void SetRotation(webrtc::VideoRotation rotation) { in SetRotation() function
216 dst->SetRotation(GetVideoRotation()); in StretchToFrame()
49 using cricket::WebRtcVideoFrame::SetRotation;
70 void SetRotation(VideoRotation rotation) { _rotation = rotation; } in SetRotation() function
152 vcm_encoded_frame_callback_->SetRotation(rotation_); in Encode()