Searched refs:rotated_width (Results 1 – 3 of 3) sorted by relevance
286 int rotated_width = width; in GetCopyWithRotationApplied() local290 rotated_width = height; in GetCopyWithRotationApplied()294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied()
172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; in ScaleAndRotate() local179 rotated_width, rotated_height, native_handle_, in ScaleAndRotate()
304 int rotated_width = height_; in TEST_F() local308 Calc16ByteAlignedStride(rotated_width, &stride_y, &stride_uv); in TEST_F()309 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(rotated_width, in TEST_F()