Home
last modified time | relevance | path

Searched refs:frame_rotation (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc59 webrtc::VideoRotation frame_rotation, in TestInit() argument
70 captured_frame.rotation = frame_rotation; in TestInit()
94 EXPECT_EQ(frame_rotation, frame.GetRotation()); in TestInit()
97 if (apply_rotation && (frame_rotation == webrtc::kVideoRotation_90 in TestInit()
98 || frame_rotation == webrtc::kVideoRotation_270)) { in TestInit()
Dwebrtcvideoframefactory_unittest.cc39 void InitFrame(webrtc::VideoRotation frame_rotation) { in InitFrame() argument
48 captured_frame_.rotation = frame_rotation; in InitFrame()