Searched refs:rects (Results 1 - 13 of 13) sorted by relevance

/hardware/intel/img/libdrm/tests/
H A Dupdatedraw.c65 drm_clip_rect_t rects[2]; local
67 rects[0].x1 = 0;
68 rects[0].y1 = 0;
69 rects[0].x2 = 10;
70 rects[0].y2 = 10;
72 rects[1].x1 = 10;
73 rects[1].y1 = 10;
74 rects[1].x2 = 20;
75 rects[1].y2 = 20;
80 update.data = (unsigned long long)(uintptr_t)&rects;
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h441 int getFocusAreas(ExynosRect *rects);
479 int getMeteringAreas(ExynosRect *rects);
606 bool setFocusAreas(int num, ExynosRect* rects, int *weights);
639 bool setMeteringAreas(int num, ExynosRect *rects, int *weights);
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h66 hwc_rect_t const* rects; member in struct:hwc_region
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp54 rect->l = me->mRegion.rects[me->r.current].left;
55 rect->t = me->mRegion.rects[me->r.current].top;
56 rect->r = me->mRegion.rects[me->r.current].right;
57 rect->b = me->mRegion.rects[me->r.current].bottom;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp55 rect->l = me->mRegion.rects[me->r.current].left;
56 rect->t = me->mRegion.rects[me->r.current].top;
57 rect->r = me->mRegion.rects[me->r.current].right;
58 rect->b = me->mRegion.rects[me->r.current].bottom;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
H A Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp58 rect->l = me->mRegion.rects[me->r.current].left;
59 rect->t = me->mRegion.rects[me->r.current].top;
60 rect->r = me->mRegion.rects[me->r.current].right;
61 rect->b = me->mRegion.rects[me->r.current].bottom;
695 region.rects = &regRect;
H A Dhwc_dump_layers.cpp225 hwc_rect_t const *hwcRects = layer->visibleRegionScreen.rects;
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp2362 int ExynosCamera::getFocusAreas(ExynosRect *rects) argument
2427 int ExynosCamera::getMeteringAreas(ExynosRect *rects) argument
2854 bool ExynosCamera::setFocusAreas(int num, ExynosRect* rects, int *weights) argument
2865 m_secRect2SecRect2(&rects[i], &rect2s[i]);
3068 bool ExynosCamera::setMeteringAreas(int num, ExynosRect *rects, int *weights) argument
3080 if ( exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_METERING_POSITION_X, rects[i].x) < 0
3081 && exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_METERING_POSITION_Y, rects[i].y) < 0
3082 && exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_METERING_WINDOW_X, rects[i].w) < 0
3083 && exynos_v4l2_s_ctrl(m_previewDev->fd, V4L2_CID_IS_CAMERA_METERING_WINDOW_Y, rects[i].h) < 0) {
3102 ExynosRect *rects local
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp907 android::Vector<hwc_rect> rects; local
920 rects.push_back(fb_rect);
981 for (size_t j = 0; j < rects.size(); j++) {
982 const hwc_rect_t &other_rect = rects.itemAt(j);
986 rects.push_back(visible_rect);
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c174 dl->visibleRegionScreen.rects = &dl->displayFrame;
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c694 * 2. We should then be able to generate an array of rects
1066 hwc_rect_t const *r = &l->visibleRegionScreen.rects[i];
1073 hwc_rect_t const *r = &l->visibleRegionScreen.rects[i];

Completed in 1878 milliseconds