Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc287 int rotated_height = height; in GetCopyWithRotationApplied() local
291 rotated_height = width; in GetCopyWithRotationApplied()
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height, in GetCopyWithRotationApplied()
/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht; in ScaleAndRotate() local
179 rotated_width, rotated_height, native_handle_, in ScaleAndRotate()
/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc305 int rotated_height = width_; in TEST_F() local
310 rotated_height, in TEST_F()