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

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc 84 DesktopRect target_rect = DesktopRect::MakeSize(cursor.image()->size()); local
85 target_rect.Translate(image_pos);
86 DesktopVector target_origin = target_rect.top_left();
87 target_rect.IntersectWith(DesktopRect::MakeSize(size()));
89 if (target_rect.is_empty())
93 restore_position_ = target_rect.top_left();
94 restore_frame_.reset(new BasicDesktopFrame(target_rect.size()));
95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(),
100 target_rect.top() * stride() +
101 target_rect.left() * DesktopFrame::kBytesPerPixel
114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size()); local
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 46 C2D_LENSCORRECT_TARGET_RECT = (1 << 4), /*!< enables target_rect field. When set, client has to provide C2D_LENSCORRECT_OBJECT.target_rect
59 C2D_RECT target_rect; /*!< position and scaling in target, 16.16 fp */ member in struct:C2D_LENSCORRECT_OBJ_STR
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 219 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
356 * then scaled with bilinear interpolation to exactly fit target_rect
357 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
358 * target_rect is then rotated clockwise by an arbitrary angle in degrees
359 * around the rot_orig_x/y, defined relative to target_rect's top left point,
376 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
378 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 220 C2D_TARGET_RECT_BIT = (1 << 4), /* enables target_rect field */
357 * then scaled with bilinear interpolation to exactly fit target_rect
358 * or repeated across target_rect if C2D_SOURCE_TILE_BIT is set,
359 * target_rect is then rotated clockwise by an arbitrary angle in degrees
360 * around the rot_orig_x/y, defined relative to target_rect's top left point,
377 C2D_RECT target_rect; /* position and scaling in target, 16.16 fp */ member in struct:C2D_OBJECT_STR
379 int32 rot_orig_x; /* rotation origin relative to target_rect's... */
    [all...]

Completed in 47 milliseconds