HomeSort by relevance Sort by last modified time
    Searched defs:rotated_height (Results 1 - 6 of 6) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht; local
179 rotated_width, rotated_height, native_handle_,
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 287 int rotated_height = height; local
291 rotated_height = width;
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height,
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 305 int rotated_height = width_; local
310 rotated_height,
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 149 int rotated_height = cropped_width; local
155 rotated_y_stride * rotated_height + rotated_uv_stride * rotated_height;
162 rotated_y_plane + rotated_y_stride * rotated_height;
164 rotated_u_plane + rotated_uv_stride * rotated_height / 2;
205 rotated_v_plane, rotated_uv_stride, rotated_width, rotated_height,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 28 int rotated_height; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 28 int rotated_height; member in struct:android::intel::VideoPayloadBuffer

Completed in 205 milliseconds