Searched refs:top (Results 1 - 25 of 223) sorted by relevance

123456789

/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
45 (rect1.top == rect2.top) &&
51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f",
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
58 rect->top = ROUND_UP_ALIGN_UP(rect->top, align_y);
70 res.top = std::max(rect1.top, rect2.top);
[all...]
/hardware/qcom/gps/msm8909/utils/
H A DLocHeap.cpp54 static LocHeapNode* pop(LocHeapNode*& top);
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
104 // mData of tree top ranks lower than that of the incoming node,
127 // the tree. It recursively swaps with the higher ranked top of the
130 // swapped all the way down from the top. The pinter to the tree and
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { argument
135 // we know the top has the highest ranking at this point, else
136 // the tree is broken. This top will be popped out. But we need
138 // to replace the current top. This then will need to be done
140 // current top nod
170 remove(LocHeapNode*& top, LocRankable& data) argument
238 LocRankable* top = NULL; local
[all...]
/hardware/qcom/gps/msm8996/utils/
H A DLocHeap.cpp54 static LocHeapNode* pop(LocHeapNode*& top);
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
104 // mData of tree top ranks lower than that of the incoming node,
127 // the tree. It recursively swaps with the higher ranked top of the
130 // swapped all the way down from the top. The pinter to the tree and
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { argument
135 // we know the top has the highest ranking at this point, else
136 // the tree is broken. This top will be popped out. But we need
138 // to replace the current top. This then will need to be done
140 // current top nod
170 remove(LocHeapNode*& top, LocRankable& data) argument
238 LocRankable* top = NULL; local
[all...]
/hardware/qcom/gps/msm8998/utils/
H A DLocHeap.cpp54 static LocHeapNode* pop(LocHeapNode*& top);
59 static LocHeapNode* remove(LocHeapNode*& top, LocRankable& data);
104 // mData of tree top ranks lower than that of the incoming node,
127 // the tree. It recursively swaps with the higher ranked top of the
130 // swapped all the way down from the top. The pinter to the tree and
134 LocHeapNode* LocHeapNode::pop(LocHeapNode*& top) { argument
135 // we know the top has the highest ranking at this point, else
136 // the tree is broken. This top will be popped out. But we need
138 // to replace the current top. This then will need to be done
140 // current top nod
170 remove(LocHeapNode*& top, LocRankable& data) argument
238 LocRankable* top = NULL; local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
45 (rect1.top == rect2.top) &&
51 DLOGV_IF(debug_tag, "%s: left = %.0f, top = %.0f, right = %.0f, bottom = %.0f",
52 prefix, roi.left, roi.top, roi.right, roi.bottom);
58 rect->top = ROUND_UP_ALIGN_UP(rect->top, align_y);
70 res.top = std::max(rect1.top, rect2.top);
[all...]
/hardware/qcom/display/msm8960/libtilerenderer/
H A Dtilerenderer.cpp36 int left, int top,
46 if (!left && !right && !top && !bottom) {
48 top = 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 Dtilerenderer.h32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
/hardware/qcom/display/msm8084/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top;
/hardware/qcom/display/msm8226/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
59 Rect tmpRect(displayFrame.left,displayFrame.top,
71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
87 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top;
/hardware/qcom/display/msm8994/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
60 Rect tmpRect(displayFrame.left,displayFrame.top,
73 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
87 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom};
89 int dst_h = clearWormholeRect.bottom - clearWormholeRect.top;
/hardware/qcom/display/msm8909/libqdutils/
H A Dcb_utils.cpp34 irect.top = min(rect1.top, rect2.top);
42 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom};
64 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom);
68 (dirtyRect.bottom - dirtyRect.top > 0)) {
70 Rect tmpRect(dirtyRect.left,dirtyRect.top,dirtyRect.right,
85 Rect tmpRect(displayFrame.left,displayFrame.top,
98 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right,
112 hwc_rect_t tmpWormRect = {r.left,r.top,
[all...]
/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_data.h34 long top; member in struct:__tag_tsrect
/hardware/qcom/camera/msm8998/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_data.h34 long top; member in struct:__tag_tsrect
/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp120 size_t &top,
136 top = ( mTop + vRange / 2 ) * vScale;
139 areaHeight -= top;
148 status_t CameraArea::checkArea(ssize_t top, argument
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
165 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
166 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
190 if ( top >
118 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
210 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp122 size_t &top,
138 top = ( mTop + vRange / 2 ) * vScale;
141 areaHeight -= top;
150 status_t CameraArea::checkArea(ssize_t top, argument
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
167 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
192 if ( top >
120 transfrom(size_t width, size_t height, size_t &top, size_t &left, size_t &areaWidth, size_t &areaHeight) argument
212 ssize_t top, left, bottom, right, weight; local
[all...]
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.h40 int left, int top, int width, int height, void** vaddr);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp120 * @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_t& top, argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3CropRegionMapper.cpp120 * @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_t& top, argument
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top,
100 sourceCrop.bottom - sourceCrop.top);
110 displayFrame.top,
112 displayFrame.bottom - displayFrame.top);
220 ovutils::Dim dcropL(sourceCrop.left, sourceCrop.top,
222 sourceCrop.bottom - sourceCrop.top);
225 sourceCrop.top,
227 sourceCrop.bottom - sourceCrop.top);
238 //For FB left, top will always be 0
241 displayFrame.top,
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayer.cpp32 return (x.top == y.top &&
45 return (x.top == y.top &&
287 layer->displayFrame.top,
289 layer->displayFrame.bottom - layer->displayFrame.top);
291 layer->sourceCropf.top,
293 layer->sourceCropf.bottom - layer->sourceCropf.top);
393 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayer.cpp31 return (x.top == y.top &&
44 return (x.top == y.top &&
245 layer->displayFrame.top,
247 layer->displayFrame.bottom - layer->displayFrame.top);
249 layer->sourceCropf.top,
251 layer->sourceCropf.bottom - layer->sourceCropf.top);
331 mPriority = (mSourceCropf.right - mSourceCropf.left) * (mSourceCropf.bottom - mSourceCropf.top);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h205 float top = 0.0f; //!< Top-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 Dlayer_stack.h235 float top = 0.0f; //!< Top-most pixel coordinate. member in struct:sdm::LayerRect
241 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
244 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
286 //!< top-left corner of the screen.
/hardware/ti/omap4-aah/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
31 srcWidth * (srcHeight - srcRect.top / 2);
34 int dstHeight = srcRect.bottom - srcRect.top + 1;
100 encoderRect->top = 0;
/hardware/ti/omap4xxx/libI420colorconvert/
H A DColorConvert.cpp29 srcWidth * srcRect.top + srcRect.left;
31 srcWidth * (srcHeight - srcRect.top / 2);
34 int dstHeight = srcRect.bottom - srcRect.top + 1;
100 encoderRect->top = 0;

Completed in 392 milliseconds

123456789