Home
last modified time | relevance | path

Searched refs:dst_widht (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dnative_handle_impl.cc165 AndroidTextureBuffer::ScaleAndRotate(int dst_widht, in ScaleAndRotate() argument
168 if (width() == dst_widht && height() == dst_height && in ScaleAndRotate()
172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; in ScaleAndRotate()
173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht; in ScaleAndRotate()
Dnative_handle_impl.h60 int dst_widht,