Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Di010_buffer.cc112 int rotated_height = src.height(); in Rotate() local
115 std::swap(rotated_width, rotated_height); in Rotate()
119 Create(rotated_width, rotated_height); in Rotate()
Di420_buffer.cc112 int rotated_height = src.height(); 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.cc197 int rotated_height = height; in CheckRotate() local
200 std::swap(rotated_width, rotated_height); in CheckRotate()
203 EXPECT_EQ(rotated_height, rotated.height()); in CheckRotate()
221 int y = corners[j].y * (rotated_height - 1); in CheckRotate()