Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Di010_buffer.cc111 int rotated_width = src.width(); in Rotate() local
115 std::swap(rotated_width, rotated_height); in Rotate()
119 Create(rotated_width, rotated_height); in Rotate()
Di420_buffer.cc111 int rotated_width = src.width(); in Rotate() local
115 std::swap(rotated_width, rotated_height); in Rotate()
119 I420Buffer::Create(rotated_width, rotated_height); in Rotate()
/external/webrtc/common_video/
Dvideo_frame_unittest.cc196 int rotated_width = width; in CheckRotate() local
200 std::swap(rotated_width, rotated_height); in CheckRotate()
202 EXPECT_EQ(rotated_width, rotated.width()); in CheckRotate()
220 int x = corners[j].x * (rotated_width - 1); in CheckRotate()