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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 335 hwc_rect_t cropL = sourceCrop;
338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
340 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
451 hwc_rect_t cropL = fbUpdatingRect;
496 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2;
497 cropR.left = cropL.right;
505 cropL, cropL, NULL /*metadata*/, destL) < 0) {
hwc_utils.cpp 738 hwc_rect_t cropL, dstL, cropR, dstR;
744 cropL = sourceCrop;
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
757 sanitizeSourceCrop(cropL, cropR, hnd);
762 src_width_l = cropL.right - cropL.left;
763 src_height_l = cropL.bottom - cropL.top;
    [all...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 248 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 341 hwc_rect_t cropL = sourceCrop;
344 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
346 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
457 hwc_rect_t cropL = fbUpdatingRect;
500 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2;
501 cropR.left = cropL.right;
509 cropL, cropL, NULL /*metadata*/, destL) < 0) {
hwc_utils.cpp 725 hwc_rect_t cropL, dstL, cropR, dstR;
731 cropL = sourceCrop;
735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
744 sanitizeSourceCrop(cropL, cropR, hnd);
749 src_width_l = cropL.right - cropL.left;
750 src_height_l = cropL.bottom - cropL.top;
    [all...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 272 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 358 hwc_rect_t cropL = sourceCrop;
361 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
363 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
497 hwc_rect_t cropL = sourceCrop;
549 cropL.right = (sourceCrop.right + sourceCrop.left) / 2;
550 cropR.left = cropL.right;
560 cropL, dstL, NULL /*metadata*/, destL) < 0) {
hwc_utils.cpp     [all...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 322 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,

Completed in 680 milliseconds