Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc286 int rotated_width = width; in GetCopyWithRotationApplied() local
290 rotated_width = height; in GetCopyWithRotationApplied()
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; in ScaleAndRotate() local
179 rotated_width, rotated_height, native_handle_, in ScaleAndRotate()
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc304 int rotated_width = height_; in TEST_F() local
308 Calc16ByteAlignedStride(rotated_width, &stride_y, &stride_uv); in TEST_F()
309 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(rotated_width, in TEST_F()