/hardware/qcom/display/msm8084/libqdutils/ |
D | cb_utils.cpp | 36 irect.bottom = max(rect1.bottom, rect2.bottom); in getUnion() 48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion() 60 displayFrame.right,displayFrame.bottom); in getuiClearRegion() 72 displayFrame.bottom); in getuiClearRegion() 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; in getuiClearRegion() 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion()
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | cb_utils.cpp | 36 irect.bottom = max(rect1.bottom, rect2.bottom); in getUnion() 48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); in getuiClearRegion() 60 displayFrame.right,displayFrame.bottom); in getuiClearRegion() 72 displayFrame.bottom); in getuiClearRegion() 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; in getuiClearRegion() 87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top; in getuiClearRegion()
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
D | tilerenderer.cpp | 37 int right, int bottom) { in startTileRendering() argument 46 if (!left && !right && !top && !bottom) { in startTileRendering() 50 bottom = height; in startTileRendering() 53 if (!left && !right && !top && !bottom) { in startTileRendering() 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; in startTileRendering()
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 152 ssize_t bottom, in checkArea() argument 158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea() 172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) { in checkArea() 173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom ); in checkArea() 192 if ( top >= bottom ) { in checkArea() 212 ssize_t top, left, bottom, right, weight; in parseAreas() local 279 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas() 300 ret = checkArea(top, left, bottom, right, weight); in parseAreas() 305 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas() 309 ( int ) bottom, in parseAreas()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHalUtilClasses.cpp | 150 ssize_t bottom, in checkArea() argument 156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea() 170 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) { in checkArea() 171 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom ); in checkArea() 190 if ( top >= bottom ) { in checkArea() 210 ssize_t top, left, bottom, right, weight; in parseAreas() local 277 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas() 298 ret = checkArea(top, left, bottom, right, weight); in parseAreas() 303 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas() 307 ( int ) bottom, in parseAreas()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 240 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].bottom = in initContext() 390 int h = rect.bottom - rect.top; in getActionSafePosition() 445 rect.bottom = h + rect.top; in getActionSafePosition() 473 inRect.bottom - inRect.top); in getAspectRatioPosition() 475 outRect.bottom - outRect.top); in getAspectRatioPosition() 490 height = float(rect.bottom - rect.top); in getAspectRatioPosition() 521 float tempHeight = float(r.bottom - r.top); in getAspectRatioPosition() 560 outRect.bottom = outPos.y + outPos.h; in getAspectRatioPosition() 610 displayFrame.bottom = dstHeight; in calcExtDisplayPosition() 632 displayFrame.bottom = int(hRatio*(float)displayFrame.bottom); in calcExtDisplayPosition() [all …]
|
D | hwc_copybit.cpp | 61 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 235 finalH += ALIGN((overlap.bottom - overlap.top), 32); in prepareOverlap() 236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) { in prepareOverlap() 239 (finalH - ALIGN((overlap.bottom - overlap.top), 32)) * 4; in prepareOverlap() 242 (ALIGN((overlap.bottom - overlap.top), 32))); in prepareOverlap() 247 ptorInfo->displayFrame[i].bottom = ptorInfo->displayFrame[i].top + in prepareOverlap() 248 (overlap.bottom - overlap.top); in prepareOverlap() 322 src_w = sourceCrop.bottom - sourceCrop.top; in prepare() 324 src_h = sourceCrop.bottom - sourceCrop.top; in prepare() 327 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() [all …]
|
D | hwc_qclient.cpp | 151 outParcel->writeInt32(ctx->dpyAttr[dpy].mDstRect.bottom); in getDisplayVisibleRegion() 156 outParcel->writeInt32(ctx->mViewFrame[dpy].bottom); in getDisplayVisibleRegion() 205 ctx->mViewFrame[dpy].bottom = inParcel->readInt32(); in setViewFrame() 209 ctx->mViewFrame[dpy].right, ctx->mViewFrame[dpy].bottom); in setViewFrame()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 375 int h = rect.bottom - rect.top; in getActionSafePosition() 430 rect.bottom = h + rect.top; in getActionSafePosition() 460 rect.bottom = srcHeight + rect.top; in getAspectRatioPosition() 486 inRect.bottom - inRect.top); in getAspectRatioPosition() 488 outRect.bottom - outRect.top); in getAspectRatioPosition() 503 height = float(rect.bottom - rect.top); in getAspectRatioPosition() 534 float tempHeight = float(r.bottom - r.top); in getAspectRatioPosition() 573 outRect.bottom = outPos.y + outPos.h; in getAspectRatioPosition() 623 displayFrame.bottom = dstHeight; in calcExtDisplayPosition() 645 displayFrame.bottom = int(hRatio*(float)displayFrame.bottom); in calcExtDisplayPosition() [all …]
|
D | hwc_copybit.cpp | 61 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 184 src_w = sourceCrop.bottom - sourceCrop.top; in prepare() 186 src_h = sourceCrop.bottom - sourceCrop.top; in prepare() 189 dst_h = layer->displayFrame.bottom - layer->displayFrame.top; in prepare() 252 rect.bottom}; in clear() 425 sourceCrop.bottom}; in drawLayerUsingCopybit() 431 displayFrame.bottom}; in drawLayerUsingCopybit() 444 int32_t screen_h = displayFrame.bottom - displayFrame.top; in drawLayerUsingCopybit() 446 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; in drawLayerUsingCopybit() 628 displayFrame.right, displayFrame.bottom}; in fillColorUsingCopybit() [all …]
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayer.cpp | 32 x.bottom == y.bottom && in operator ==() 45 x.bottom == y.bottom && in operator ==() 247 layer->displayFrame.bottom - layer->displayFrame.top); in update() 251 layer->sourceCropf.bottom - layer->sourceCropf.top); in update() 331 … mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top); in setupAttributes()
|
D | HwcLayerList.cpp | 168 int srcH = (int)src.bottom - (int)src.top; in checkRgbOverlaySupported() 170 int dstH = dest.bottom - dest.top; in checkRgbOverlaySupported() 231 int srcH = (int)src.bottom - (int)src.top; in checkCursorSupported() 233 int dstH = dest.bottom - dest.top; in checkCursorSupported() 720 bRect->top >= aRect->bottom || in hasIntersection() 721 bRect->bottom <= aRect->top) in hasIntersection() 1035 l.sourceCropf.left, l.sourceCropf.top, l.sourceCropf.right, l.sourceCropf.bottom, in dump() 1036 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom, in dump()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.cpp | 312 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 314 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 511 int& crop_b = crop.bottom; in calculate_crop_rects() 513 int crop_h = crop.bottom - crop.top; in calculate_crop_rects() 518 int& dst_b = dst.bottom; in calculate_crop_rects() 520 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() 525 const int& sci_b = scissor.bottom; in calculate_crop_rects() 568 nwr.bottom = list->hwLayers[0].displayFrame.bottom; in getNonWormholeRegion() 575 nwr.bottom = max(nwr.bottom, displayFrame.bottom); in getNonWormholeRegion() 582 nwr.bottom = min(nwr.bottom, fbDisplayFrame.bottom); in getNonWormholeRegion() [all …]
|
D | hwc_fbupdate.cpp | 77 displayFrame.bottom - displayFrame.top, in configure() 121 sourceCrop.bottom - sourceCrop.top); in configure() 137 displayFrame.bottom - displayFrame.top); in configure() 201 displayFrame.bottom - displayFrame.top, in configure() 268 sourceCrop.bottom - sourceCrop.top); in configure() 274 sourceCrop.bottom - sourceCrop.top); in configure() 287 const int height = displayFrame.bottom - displayFrame.top; in configure()
|
D | hwc_copybit.cpp | 58 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 179 ((layer->displayFrame.bottom - layer->displayFrame.top) % 16 || in prepare() 230 rect.bottom}; in clear() 349 sourceCrop.bottom}; in drawLayerUsingCopybit() 355 displayFrame.bottom}; in drawLayerUsingCopybit() 368 int32_t screen_h = displayFrame.bottom - displayFrame.top; in drawLayerUsingCopybit() 370 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; in drawLayerUsingCopybit() 545 height = displayFrame.bottom - displayFrame.top; in getLayerResolution()
|
D | hwc_utils.h | 161 cropI.bottom = int(floorf(cropF.bottom)); in integerizeSourceCrop() 169 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop() 329 height = displayFrame.bottom - displayFrame.top; in getLayerResolution()
|
/hardware/ti/omap4-aah/hwc/ |
D | rgz_2d.c | 65 #define HEIGHT(rect) ((rect).bottom - (rect).top) 131 r->left, r->top, r->right - r->left, r->bottom - r->top, color, 1.0f); in svgout_rect() 143 return !r->left && !r->top && !r->right && !r->bottom; in empty_rect() 163 static int get_layer_ops(blit_hregion_t *hregion, int subregion, int *bottom) in get_layer_ops() argument 167 *bottom = -1; in get_layer_ops() 171 *bottom = l; in get_layer_ops() 193 return ((a->bottom > 0) && (a->top < disph) && in svgout_intersects_display() 246 l->sourceCrop.bottom, in dump_layer() 250 l->displayFrame.bottom); in dump_layer() 312 res_rect->bottom = layer->displayFrame.bottom; in rgz_get_displayframe_rect() [all …]
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 368 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling() 371 src_h = sourceCrop.bottom - sourceCrop.top; in needsScaling() 557 int& crop_b = crop.bottom; in calculate_crop_rects() 559 int crop_h = crop.bottom - crop.top; in calculate_crop_rects() 564 int& dst_b = dst.bottom; in calculate_crop_rects() 566 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() 571 const int& sci_b = scissor.bottom; in calculate_crop_rects() 614 nwr.bottom = list->hwLayers[0].displayFrame.bottom; in getNonWormholeRegion() 621 nwr.bottom = max(nwr.bottom, displayFrame.bottom); in getNonWormholeRegion() 628 nwr.bottom = min(nwr.bottom, fbDisplayFrame.bottom); in getNonWormholeRegion() [all …]
|
D | hwc_fbupdate.cpp | 100 sourceCrop.bottom - sourceCrop.top); in configure() 112 displayFrame.bottom - displayFrame.top); in configure() 222 sourceCrop.bottom - sourceCrop.top); in configure() 227 sourceCrop.bottom - sourceCrop.top); in configure() 243 displayFrame.bottom - displayFrame.top); in configure() 248 displayFrame.bottom - displayFrame.top); in configure()
|
D | hwc_copybit.cpp | 57 rect->b = me->mRegion.rects[me->r.current].bottom; in iterate() 210 rect.bottom}; in clear() 326 sourceCrop.bottom}; in drawLayerUsingCopybit() 332 displayFrame.bottom}; in drawLayerUsingCopybit() 345 int32_t screen_h = displayFrame.bottom - displayFrame.top; in drawLayerUsingCopybit() 347 int32_t src_crop_height = sourceCrop.bottom -sourceCrop.top; in drawLayerUsingCopybit() 492 height = displayFrame.bottom - displayFrame.top; in getLayerResolution()
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 80 int bottom = (h / 4) * 3; in prepare() local 85 vtx[3] = bottom; in prepare() 87 vtx[5] = bottom; in prepare() 90 vtx[7] = bottom; in prepare()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_short_fdct4x4_armv6.asm | 147 lsl r8, r2, #16 ; prepare bottom halfword for scaling 149 lsl r9, r3, #16 ; prepare bottom halfword for scaling 151 pkhtb r4, r2, r8, asr #20 ; pack and scale bottom halfword 152 pkhtb r5, r3, r9, asr #20 ; pack and scale bottom halfword 201 lsl r8, r2, #16 ; prepare bottom halfword for scaling 203 lsl r9, r3, #16 ; prepare bottom halfword for scaling 205 pkhtb r4, r2, r8, asr #20 ; pack and scale bottom halfword 206 pkhtb r5, r3, r9, asr #20 ; pack and scale bottom halfword
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 63 l->sourceCrop.bottom, in dump_layer() 67 l->displayFrame.bottom); in dump_layer()
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
D | ColorConvert.cpp | 34 int dstHeight = srcRect.bottom - srcRect.top + 1; in convertDecoderOutputToI420() 102 encoderRect->bottom = actualHeight - 1; in getEncoderInputBufferInfo()
|
/hardware/ti/omap4-aah/libI420colorconvert/ |
D | ColorConvert.cpp | 34 int dstHeight = srcRect.bottom - srcRect.top + 1; in convertDecoderOutputToI420() 102 encoderRect->bottom = actualHeight - 1; in getEncoderInputBufferInfo()
|