/hardware/qcom/display/msm8998/sdm/libs/utils/ |
H A D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); 44 return ((rect1.left == rect2.left) && 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", 52 prefix, roi.left, roi.top, roi.right, roi.bottom); 56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x); 69 res.left = std::max(rect1.left, rect2.left); [all...] |
/hardware/qcom/display/sdm845/sdm/libs/utils/ |
H A D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); 44 return ((rect1.left == rect2.left) && 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", 52 prefix, roi.left, roi.top, roi.right, roi.bottom); 56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x); 69 res.left = std::max(rect1.left, rect2.left); [all...] |
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
H A D | rect.cpp | 40 return ((rect.bottom > rect.top) && (rect.right > rect.left)); 44 return ((rect1.left == rect2.left) && 51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f", 52 prefix, roi.left, roi.top, roi.right, roi.bottom); 56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x); 69 res.left = std::max(rect1.left, rect2.left); [all...] |
/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | types.h | 42 bool operator()(const StreamSpec& left, const StreamSpec& right) const { argument 44 return left.format < right.format || 45 (left.format == right.format && 46 (left.width < right.width || 47 (left.width == right.width && left.height < right.height)));
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
H A D | tilerenderer.cpp | 36 int left, int top, 46 if (!left && !right && !top && !bottom) { 47 left = 0; 53 if (!left && !right && !top && !bottom) { 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; 35 startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom) argument
|
H A D | tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/hardware/qcom/display/msm8084/libqdutils/ |
H A D | cb_utils.cpp | 34 irect.left = min(rect1.left, rect2.left); 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 60 Rect tmpRect(displayFrame.left,displayFrame.top, 72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/hardware/qcom/display/msm8226/libqdutils/ |
H A D | cb_utils.cpp | 34 irect.left = min(rect1.left, rect2.left); 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 60 Rect tmpRect(displayFrame.left,displayFrame.top, 72 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 86 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 87 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/hardware/qcom/display/msm8994/libqdutils/ |
H A D | cb_utils.cpp | 34 irect.left = min(rect1.left, rect2.left); 49 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 61 Rect tmpRect(displayFrame.left,displayFrame.top, 74 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 88 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 89 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/hardware/qcom/display/msm8909/libqdutils/ |
H A D | cb_utils.cpp | 34 irect.left = min(rect1.left, rect2.left); 43 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom}; 65 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 68 if ((dirtyRect.right - dirtyRect.left > 0) && 71 Rect tmpRect(dirtyRect.left,dirtyRect.top,dirtyRect.right, 86 Rect tmpRect(displayFrame.left,displayFrame.top, 99 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 113 hwc_rect_t tmpWormRect = {r.left, [all...] |
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/ |
H A D | ts_makeup_data.h | 33 long left; member in struct:__tag_tsrect
|
/hardware/qcom/gps/msm8998/core/ |
H A D | LocAdapterBase.h | 44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { argument 45 return left.id < right.id || (left.id == right.id && left.client < right.client); 47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { argument 48 return left.id == right.id && left.client == right.client; 50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { argument 51 return left.id != right.id || left [all...] |
/hardware/qcom/gps/sdm845/core/ |
H A D | LocAdapterBase.h | 44 inline bool operator <(LocationSessionKey const& left, LocationSessionKey const& right) { argument 45 return left.id < right.id || (left.id == right.id && left.client < right.client); 47 inline bool operator ==(LocationSessionKey const& left, LocationSessionKey const& right) { argument 48 return left.id == right.id && left.client == right.client; 50 inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const& right) { argument 51 return left.id != right.id || left [all...] |
/hardware/intel/img/psb_video/src/android/ |
H A D | psb_gralloc.h | 40 int left, int top, int width, int height, void** vaddr);
|
/hardware/interfaces/tests/pointer/1.0/default/lib/ |
H A D | PointerHelper.cpp | 14 g.edges[0].left = &g.nodes[0]; 23 if(g.edges[0].left != &g.nodes[0]) return false; 37 os << g.edges[i].left << " -> " << g.edges[i].right << ", ";
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_utils.cpp | 373 int x = rect.left, y = rect.top; 374 int w = rect.right - rect.left; 427 rect.left = x; 429 rect.right = w + rect.left; 457 rect.left = x; 459 rect.right = srcWidth + rect.left; 485 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, 487 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_utils.cpp | 236 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0; 388 int x = rect.left, y = rect.top; 389 int w = rect.right - rect.left; 442 rect.left = x; 444 rect.right = w + rect.left; 472 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, 474 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, 487 xPos = rect.left; [all...] |
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3CropRegionMapper.cpp | 120 * @crop_left : x coordinate of top left corner of rectangle 121 * @crop_top : y coordinate of top left corner of rectangle 151 * @crop_left : x coordinate of top left corner of rectangle 152 * @crop_top : y coordinate of top left corner of rectangle 173 LOGD("before bounding left %d, top %d, width %d, height %d", 177 LOGD("after bounding left %d, top %d, width %d, height %d", 187 * @left : x coordinate of top left corner of rectangle 188 * @top : y coordinate of top left corner of rectangle 196 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_ argument [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_fbupdate.cpp | 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, 99 sourceCrop.right - sourceCrop.left, 109 ovutils::Dim dpos(displayFrame.left, 111 displayFrame.right - displayFrame.left, 174 //Request left RGB pipe 220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top, 221 (sourceCrop.right - sourceCrop.left) / 2, 224 sourceCrop.left + (sourceCrop.right - sourceCrop.left) / 2, 226 (sourceCrop.right - sourceCrop.left) / [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
H A D | HwcLayer.cpp | 34 x.left == y.left && 47 x.left == y.left && 286 mPlane->setPosition(layer->displayFrame.left, 288 layer->displayFrame.right - layer->displayFrame.left, 290 mPlane->setSourceCrop(layer->sourceCropf.left, 292 layer->sourceCropf.right - layer->sourceCropf.left, 393 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
H A D | HwcLayer.cpp | 33 x.left == y.left && 46 x.left == y.left && 244 mPlane->setPosition(layer->displayFrame.left, 246 layer->displayFrame.right - layer->displayFrame.left, 248 mPlane->setSourceCrop(layer->sourceCropf.left, 250 layer->sourceCropf.right - layer->sourceCropf.left, 331 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
H A D | layer_stack.h | 204 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect 211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } 214 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom; 256 //!< top-left corner of the screen.
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
H A D | layer_stack.h | 266 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect 273 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } 276 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom; 318 //!< top-left corner of the screen.
|
/hardware/qcom/display/sdm845/sdm/include/core/ |
H A D | layer_stack.h | 267 float left = 0.0f; //!< Left-most pixel coordinate. member in struct:sdm::LayerRect 274 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } 277 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom; 319 //!< top-left corner of the screen.
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.cpp | 136 ctx->mViewFrame[dpy].left = 0; 340 ctx->mViewFrame[HWC_DISPLAY_PRIMARY].left = 0; 549 int x = rect.left, y = rect.top; 550 int w = rect.right - rect.left; 603 rect.left = x; 605 rect.right = w + rect.left; 633 Dim inPos(inRect.left, inRect.top, inRect.right - inRect.left, 635 Dim outPos(outRect.left, outRect.top, outRect.right - outRect.left, [all...] |