HomeSort by relevance Sort by last modified time
    Searched refs:rotated_width (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 27 int rotated_width; member in struct:android::intel::VideoPayloadBuffer
VideoPayloadManager.cpp 93 metadata->rotationBuffer.bufWidth = p->rotated_width;
RotationBufferProvider.cpp 482 payload->rotated_width = mRotatedStride;
OverlayPlaneBase.cpp 383 w = payload->rotated_width;
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 27 int rotated_width; member in struct:android::intel::VideoPayloadBuffer
RotationBufferProvider.cpp 477 payload->rotated_width = mRotatedStride;
OverlayPlaneBase.cpp 369 w = payload->rotated_width;
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; local
179 rotated_width, rotated_height, native_handle_,
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 286 int rotated_width = width; local
290 rotated_width = height;
294 rotated_frame_.reset(CreateEmptyFrame(rotated_width, rotated_height,
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 304 int rotated_width = height_; local
308 Calc16ByteAlignedStride(rotated_width, &stride_y, &stride_uv);
309 EXPECT_EQ(0, rotated_res_i420_frame.CreateEmptyFrame(rotated_width,

Completed in 216 milliseconds