Searched refs:rotated_height (Results 1 – 3 of 3) sorted by relevance
112 int rotated_height = src.height(); in Rotate() local115 std::swap(rotated_width, rotated_height); in Rotate()119 Create(rotated_width, rotated_height); in Rotate()
112 int rotated_height = src.height(); in Rotate() local115 std::swap(rotated_width, rotated_height); in Rotate()119 I420Buffer::Create(rotated_width, rotated_height); in Rotate()
197 int rotated_height = height; in CheckRotate() local200 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()