HomeSort by relevance Sort by last modified time
    Searched refs:sourceCrop (Results 1 - 25 of 50) sorted by null

1 2

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 95 hwc_rect_t sourceCrop;
96 getNonWormholeRegion(list, sourceCrop);
98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
99 sourceCrop.right - sourceCrop.left,
100 sourceCrop.bottom - sourceCrop.top);
108 hwc_rect_t displayFrame = sourceCrop;
218 hwc_rect_t sourceCrop;
    [all...]
hwc_copybit.cpp 323 hwc_rect_t sourceCrop = layer->sourceCrop;
324 copybit_rect_t srcRect = {sourceCrop.left, sourceCrop.top,
325 sourceCrop.right,
326 sourceCrop.bottom};
346 int32_t src_crop_width = sourceCrop.right - sourceCrop.left;
347 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 116 hwc_rect_t sourceCrop;
117 getNonWormholeRegion(list, sourceCrop);
119 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
120 sourceCrop.right - sourceCrop.left,
121 sourceCrop.bottom - sourceCrop.top);
130 getNonWormholeRegion(list, sourceCrop);
133 displayFrame = sourceCrop;
    [all...]
hwc_copybit.cpp 346 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
347 copybit_rect_t srcRect = {sourceCrop.left, sourceCrop.top,
348 sourceCrop.right,
349 sourceCrop.bottom};
369 int32_t src_crop_width = sourceCrop.right - sourceCrop.left;
370 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top;
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 60 l->sourceCrop.left,
61 l->sourceCrop.top,
62 l->sourceCrop.right,
63 l->sourceCrop.bottom,
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 45 * sourceCrop: [left, top, right, bottom]
55 * sourceDim: [50, 60] sourceCrop: [5, 8, 12, 15]
148 sourceCrop(defaultSourceCrop),
157 struct hwc_rect sourceCrop;
322 layer->sourceCrop = it->sourceCrop;
392 // Set default sourceDim and sourceCrop based on size of display frame.
399 rect.sourceCrop.left = 0;
400 rect.sourceCrop.top = 0;
401 rect.sourceCrop.right = rect.sourceDim.width()
    [all...]
hwcStress.cpp 440 layer->sourceCrop.left = testRandMod(gBuf->getWidth());
441 layer->sourceCrop.top = testRandMod(gBuf->getHeight());
442 layer->sourceCrop.right = layer->sourceCrop.left
443 + testRandMod(gBuf->getWidth() - layer->sourceCrop.left) + 1;
444 layer->sourceCrop.bottom = layer->sourceCrop.top
445 + testRandMod(gBuf->getHeight() - layer->sourceCrop.top) + 1;
454 // the sourceCrop to displayFrame occurs. This is the
461 int sourceWidth = layer->sourceCrop.righ
    [all...]
hwcColorEquiv.cpp 358 layer->sourceCrop.left = 0;
359 layer->sourceCrop.top = 0;
360 layer->sourceCrop.right = width;
361 layer->sourceCrop.bottom = refHeight;
372 layer->sourceCrop.left = 0;
373 layer->sourceCrop.top = 0;
374 layer->sourceCrop.right = width;
375 layer->sourceCrop.bottom = equivHeight;
hwcCommit.cpp 130 HwcTestDim sourceCrop;
176 struct hwc_rect sourceCrop;
255 struct sourceCrop {
510 == searchLimits.sourceCrop.width()) ? ">= " : "",
515 == searchLimits.sourceCrop.height()) ? ">= " : "",
523 >= searchLimits.sourceCrop.width())
525 searchLimits.sourceCrop.height())) ? ">= " : "",
535 >= Rational(searchLimits.sourceCrop.width(),
550 >= Rational(searchLimits.sourceCrop.height(),
954 for (w = searchLimits.sourceCrop.width(); w >= dfDim.width(); w--)
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 85 hwc_rect_t& sourceCrop,
97 // viewFrame with sourceCrop to avoid those black bars
98 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]);
100 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
106 updateSource(orient, info, sourceCrop);
165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
172 sourceCrop = fbUpdatingRect;
185 // sourceCrop during animation on external display and
189 sourceCrop = layer->displayFrame
    [all...]
hwc_copybit.cpp 180 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
183 src_h = sourceCrop.right - sourceCrop.left;
184 src_w = sourceCrop.bottom - sourceCrop.top;
186 src_h = sourceCrop.bottom - sourceCrop.top;
187 src_w = sourceCrop.right - sourceCrop.left;
422 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf)
    [all...]
hwc_dump_layers.cpp 222 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
246 sourceCrop.left, sourceCrop.top,
247 sourceCrop.right, sourceCrop.bottom,
hwc_fbupdate.h 76 hwc_rect_t& sourceCrop,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 85 hwc_rect_t& sourceCrop,
96 // viewFrame with sourceCrop to avoid those black bars
97 sourceCrop = getIntersection(sourceCrop, ctx->mViewFrame[mDpy]);
99 if(configRotator(mRot, info, sourceCrop, mdpFlags, orient, 0) < 0) {
106 updateSource(orient, info, sourceCrop);
165 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
172 sourceCrop = fbUpdatingRect;
185 // sourceCrop during animation on external display and
189 sourceCrop = layer->displayFrame
    [all...]
hwc_copybit.cpp 180 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
183 src_h = sourceCrop.right - sourceCrop.left;
184 src_w = sourceCrop.bottom - sourceCrop.top;
186 src_h = sourceCrop.bottom - sourceCrop.top;
187 src_w = sourceCrop.right - sourceCrop.left;
422 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf)
    [all...]
hwc_dump_layers.cpp 218 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
242 sourceCrop.left, sourceCrop.top,
243 sourceCrop.right, sourceCrop.bottom,
hwc_fbupdate.h 76 hwc_rect_t& sourceCrop,
  /frameworks/native/include/gui/
SurfaceComposerClient.h 186 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
204 Rect sourceCrop, bool useIdentityTransform);
206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
209 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
213 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 78 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
84 size_t l = sourceCrop.left;
85 size_t r = sourceCrop.right;
88 size_t t = hwh - sourceCrop.top;
89 size_t b = hwh - sourceCrop.bottom;
GLES11RenderEngine.h 54 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation);
GLES20RenderEngine.h 69 Rect sourceCrop, size_t hwh, bool yswap, Transform::orientation_flags rotation);
GLES20RenderEngine.cpp 85 size_t vpw, size_t vph, Rect sourceCrop, size_t hwh, bool yswap,
88 size_t l = sourceCrop.left;
89 size_t r = sourceCrop.right;
92 size_t t = hwh - sourceCrop.top;
93 size_t b = hwh - sourceCrop.bottom;
  /frameworks/base/core/java/android/view/
SurfaceControl.java 41 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
44 Rect sourceCrop, int width, int height, int minLayer, int maxLayer,
678 * @param sourceCrop The portion of the screen to capture into the Bitmap;
700 public static Bitmap screenshot(Rect sourceCrop, int width, int height,
706 return nativeScreenshot(displayToken, sourceCrop, width, height,
730 private static void screenshot(IBinder display, Surface consumer, Rect sourceCrop,
739 nativeScreenshot(display, consumer, sourceCrop, width, height,
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 243 l->sourceCrop.left,
244 l->sourceCrop.top,
245 l->sourceCrop.right,
246 l->sourceCrop.bottom,
593 int w = WIDTH(layer->sourceCrop);
594 int h = HEIGHT(layer->sourceCrop);
604 int w = WIDTH(layer->sourceCrop);
605 int h = HEIGHT(layer->sourceCrop);
741 int w = WIDTH(layer->sourceCrop);
742 int h = HEIGHT(layer->sourceCrop);
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 160 l->sourceCrop.left,
161 l->sourceCrop.top,
162 l->sourceCrop.right,
163 l->sourceCrop.bottom,
247 return WIDTH(layer.displayFrame) != WIDTH(layer.sourceCrop) ||
248 HEIGHT(layer.displayFrame) != HEIGHT(layer.sourceCrop);
383 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop);
411 (!rot90or270 || layer.sourceCrop.top % 2 == 0) &&
412 (!rot90or270 || layer.sourceCrop.left % 2 == 0)
    [all...]

Completed in 620 milliseconds

1 2