/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 153 ssize_t right, in checkArea() argument 158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea() 182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) { in checkArea() 183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right ); in checkArea() 187 if ( left >= right ) { in checkArea() 212 ssize_t top, left, bottom, right, weight; in parseAreas() local 268 right = 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() 310 ( int ) right, in parseAreas()
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
D | tilerenderer.cpp | 37 int right, int bottom) { in startTileRendering() argument 46 if (!left && !right && !top && !bottom) { in startTileRendering() 49 right = width; 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()
|
D | tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/hardware/qcom/display/msm8x26/libtilerenderer/ |
D | tilerenderer.cpp | 37 int right, int bottom) { in startTileRendering() argument 46 if (!left && !right && !top && !bottom) { in startTileRendering() 49 right = width; 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()
|
D | tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.cpp | 311 dst_w = displayFrame.right - displayFrame.left; in needsScaling() 313 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 510 int& crop_r = crop.right; in calculate_crop_rects() 512 int crop_w = crop.right - crop.left; in calculate_crop_rects() 517 int& dst_r = dst.right; in calculate_crop_rects() 519 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() 524 const int& sci_r = scissor.right; in calculate_crop_rects() 567 nwr.right = list->hwLayers[0].displayFrame.right; in getNonWormholeRegion() 574 nwr.right = max(nwr.right, displayFrame.right); in getNonWormholeRegion() 581 nwr.right = min(nwr.right, fbDisplayFrame.right); in getNonWormholeRegion() [all …]
|
D | hwc_fbupdate.cpp | 76 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left, in configure() 120 sourceCrop.right - sourceCrop.left, in configure() 136 displayFrame.right - displayFrame.left, in configure() 200 getBufferSizeAndDimensions(displayFrame.right - displayFrame.left, in configure() 262 (sourceCrop.right - sourceCrop.left) * lSplitRatio; in configure() 273 (sourceCrop.right - sourceCrop.left) - lCropWidth, in configure() 286 const int rWidth = (displayFrame.right - lSplit); in configure()
|
D | hwc_copybit.cpp | 56 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 179 (layer->displayFrame.right - layer->displayFrame.left) % 16)) in prepare() 228 rect.right, in clear() 347 sourceCrop.right, in drawLayerUsingCopybit() 353 displayFrame.right, in drawLayerUsingCopybit() 366 int32_t screen_w = displayFrame.right - displayFrame.left; in drawLayerUsingCopybit() 368 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; in drawLayerUsingCopybit() 543 width = displayFrame.right - displayFrame.left; in getLayerResolution()
|
D | hwc_utils.h | 160 cropI.right = int(floorf(cropF.right)); in integerizeSourceCrop() 168 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop() 328 width = displayFrame.right - displayFrame.left; in getLayerResolution()
|
D | hwc_mdpcomp.cpp | 273 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) { in isValidDimension() 278 int crop_w = crop.right - crop.left; in isValidDimension() 280 int dst_w = dst.right - dst.left; in isValidDimension() 568 batchPixelCount += (crop.right - crop.left) * in loadBasedComp() 1116 } else if(mixer == Overlay::MIXER_RIGHT && dst.right > lSplit) { in pipesNeeded() 1162 if(dst.right > lSplit) { in acquireMDPPipes()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 367 dst_w = displayFrame.right - displayFrame.left; in needsScaling() 370 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 549 int& crop_r = crop.right; in calculate_crop_rects() 551 int crop_w = crop.right - crop.left; in calculate_crop_rects() 556 int& dst_r = dst.right; in calculate_crop_rects() 558 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() 563 const int& sci_r = scissor.right; in calculate_crop_rects() 606 nwr.right = list->hwLayers[0].displayFrame.right; in getNonWormholeRegion() 613 nwr.right = max(nwr.right, displayFrame.right); in getNonWormholeRegion() 620 nwr.right = min(nwr.right, fbDisplayFrame.right); in getNonWormholeRegion() [all …]
|
D | hwc_fbupdate.cpp | 99 sourceCrop.right - sourceCrop.left, in configure() 111 displayFrame.right - displayFrame.left, in configure() 221 (sourceCrop.right - sourceCrop.left) / 2, in configure() 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, in configure() 226 (sourceCrop.right - sourceCrop.left) / 2, in configure() 242 (displayFrame.right - displayFrame.left) / 2, in configure() 247 (displayFrame.right - displayFrame.left) / 2, in configure()
|
D | hwc_copybit.cpp | 55 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 208 rect.right, in clear() 324 sourceCrop.right, in drawLayerUsingCopybit() 330 displayFrame.right, in drawLayerUsingCopybit() 343 int32_t screen_w = displayFrame.right - displayFrame.left; in drawLayerUsingCopybit() 345 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; in drawLayerUsingCopybit() 490 width = displayFrame.right - displayFrame.left; in getLayerResolution()
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
D | hwc_utils.cpp | 328 dst_w = displayFrame.right - displayFrame.left; in needsScaling() 331 src_w = sourceCrop.right - sourceCrop.left; in needsScaling() 509 int& crop_r = crop.right; in calculate_crop_rects() 511 int crop_w = crop.right - crop.left; in calculate_crop_rects() 516 int& dst_r = dst.right; in calculate_crop_rects() 518 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() 523 const int& sci_r = scissor.right; in calculate_crop_rects() 566 nwr.right = list->hwLayers[0].displayFrame.right; in getNonWormholeRegion() 573 nwr.right = max(nwr.right, displayFrame.right); in getNonWormholeRegion() 580 nwr.right = min(nwr.right, fbDisplayFrame.right); in getNonWormholeRegion() [all …]
|
D | hwc_fbupdate.cpp | 99 sourceCrop.right - sourceCrop.left, in configure() 111 displayFrame.right - displayFrame.left, in configure() 221 (sourceCrop.right - sourceCrop.left) / 2, in configure() 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, in configure() 226 (sourceCrop.right - sourceCrop.left) / 2, in configure() 242 (displayFrame.right - displayFrame.left) / 2, in configure() 247 (displayFrame.right - displayFrame.left) / 2, in configure()
|
D | hwc_copybit.cpp | 55 rect->r = me->mRegion.rects[me->r.current].right; in iterate() 208 rect.right, in clear() 324 sourceCrop.right, in drawLayerUsingCopybit() 330 displayFrame.right, in drawLayerUsingCopybit() 343 int32_t screen_w = displayFrame.right - displayFrame.left; in drawLayerUsingCopybit() 345 int32_t src_crop_width = sourceCrop.right - sourceCrop.left; in drawLayerUsingCopybit() 490 width = displayFrame.right - displayFrame.left; in getLayerResolution()
|
/hardware/qcom/display/msm8974/libqdutils/ |
D | mdp_version.h | 84 int right() { return mRight; } in right() function 105 int getRightSplit() { return mSplit.right(); } in getRightSplit()
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 79 int right = (w / 4) * 3; in prepare() local 86 vtx[4] = right; in prepare() 89 vtx[6] = right; in prepare() 91 vtx[8] = right; in prepare()
|
D | cnativewindow.c | 155 int right = buf->width; in set_layer() local 167 dl->sourceCrop.right = right; in set_layer() 171 dl->displayFrame.right = right; in set_layer()
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 62 l->sourceCrop.right, in dump_layer() 66 l->displayFrame.right, in dump_layer()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 53 int right; member 60 float right; member
|
D | camera.h | 81 int left, int top, int right, int bottom);
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
D | ColorConvert.cpp | 33 int dstWidth = srcRect.right - srcRect.left + 1; in convertDecoderOutputToI420() 101 encoderRect->right = actualWidth - 1; in getEncoderInputBufferInfo()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 162 l->sourceCrop.right, in dump_layer() 166 l->displayFrame.right, in dump_layer() 197 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; } in WIDTH() 229 crop->right = crop->left + w_orig; in align_crop_and_center() 358 (layer.displayFrame.right % pixel_alignment) == 0; in is_x_aligned() 768 layer.displayFrame.right < 0 || in exynos5_is_offscreen() 782 int right = min(layer.displayFrame.right, pdev->xres); in exynos5_visible_width() local 784 return (right - left) * bpp / 8; in exynos5_visible_width() 831 return !(r1.left > r2.right || in intersect() 832 r1.right < r2.left || in intersect() [all …]
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamOutALSA.cpp | 71 status_t AudioStreamOutALSA::setVolume(float left, float right) in setVolume() argument 77 volume = (left + right) / 2; in setVolume()
|