HomeSort by relevance Sort by last modified time
    Searched refs:rotated_width (Results 1 - 11 of 11) 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 483 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 478 payload->rotated_width = mRotatedStride;
OverlayPlaneBase.cpp 369 w = payload->rotated_width;
    [all...]
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 150 int rotated_width = cropped_height; local
152 int rotated_y_stride = rotated_width;
153 int rotated_uv_stride = rotated_width / 2;
205 rotated_v_plane, rotated_uv_stride, rotated_width, rotated_height,
  /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 479 milliseconds