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

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 97 operator hwc_rect() const;
111 std::string hwcTestRect2str(const struct hwc_rect& rect);
130 struct hwc_rect hwcTestParseHwcRect(std::istringstream& in, bool& error);
hwcRects.cpp 131 const struct hwc_rect defaultSourceCrop = {0, 0, 1, 1};
132 const struct hwc_rect defaultDisplayFrame = {0, 0, 100, 100};
157 struct hwc_rect sourceCrop;
158 struct hwc_rect displayFrame;
hwcTestLib.cpp 181 // Dimension class to hwc_rect conversion
182 HwcTestDim::operator hwc_rect() const
184 hwc_rect rect;
195 string hwcTestRect2str(const struct hwc_rect& rect)
210 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error)
212 struct hwc_rect rect;
    [all...]
hwcCommit.cpp 123 const struct hwc_rect defaultSourceCrop = {0, 0, 1, 1};
124 const struct hwc_rect defaultDisplayFrame = {0, 0, 100, 100};
176 struct hwc_rect sourceCrop;
177 struct hwc_rect displayFrame;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 428 hwc_rect dirtyRect = (hwc_rect){0, 0, 0, 0};
502 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
503 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
510 hwc_rect_t dirtyRect = (struct hwc_rect){0, 0, 0, 0};;
536 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
537 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
606 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}
    [all...]
hwc_utils.h 265 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
310 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_utils.cpp 838 hwc_rect outRect = {0, 0, dstWidth, dstHeight};
    [all...]
hwc_copybit.cpp 534 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
  /hardware/libhardware/include/hardware/
hwcomposer.h 50 typedef struct hwc_rect { struct
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 289 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
330 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 495 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
496 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
537 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
538 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
607 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
608 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}
    [all...]
hwc_utils.cpp     [all...]
hwc_copybit.cpp     [all...]
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 145 hwc_rect r = {0, 0, 0, 0};
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 311 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
356 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
hwc_mdpcomp.cpp 584 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
585 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
626 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
627 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
697 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
698 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}
    [all...]
hwc_utils.cpp     [all...]
hwc_copybit.cpp     [all...]
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 613 hwc_rect r = {0, 0, 0, 0};
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 433 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 463 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 619 hwc_rect r = {0, 0, 0, 0};
  /hardware/ti/omap4xxx/hwc/
hwc.c 561 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region)
592 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 750 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region)
781 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
    [all...]

Completed in 921 milliseconds