Searched defs:top (Results 1 - 25 of 48) sorted by relevance

12

/hardware/qcom/camera/QCamera2/HAL/tsMakeuplib/include/
H A Dts_makeup_data.h34 long top; member in struct:__tag_tsrect
/hardware/intel/img/psb_video/src/android/
H A Dpsb_gralloc.cpp56 int usage, int left, int top, int width, int height,
70 left, top, width, height,
55 gralloc_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/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
/hardware/libhardware/tests/hwc/
H A Dtest-arrows.c78 int top = h / 4; local
83 vtx[1] = top;
92 vtx[9] = top;
94 vtx[11] = top;
/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/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/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/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp105 int left, int top, int width, int height, void** vaddr) {
117 left, top, width, height, vaddr);
104 gfx_lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void** vaddr) argument
/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h63 float top; member in struct:hwc_frect
70 int top; member in struct:hwc_rect
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h219 float top = 0.0f; //!< Top-most pixel coordinate. member in struct:sdm::LayerRect
225 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
228 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
270 //!< top-left corner of the screen.
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.h221 int left, top, right, bottom; member in struct:blit_rect
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp556 int left, int top, int right, int bottom) {
563 android_native_rect_t crop = { left, top, right, bottom };
555 set_crop(const camera2_stream_ops_t* w, int left, int top, int right, int bottom) argument
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp587 size_t top, left, width, height, weight; local
696 size_t top, left, width, height, weight; local
1546 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c1032 int top, left, npixels; local
1168 top = (y1) & ~1;
1181 top += ((src_h + 0xf) & ~0xf) - src_h;
1184 top += ((src_h + 0xf) & ~0xf) - src_h;
1186 pPriv->YBuf0offset = pre_add + gtt_ofs + top * pitch2 + left;
1188 pPriv->UBuf0offset = pre_add + gtt_ofs + (pitch2 * height) + top * (pitch2 / 2) + left;
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsm_vidc.h79 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsm_vidc.h51 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_vidc.h82 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_vidc.h63 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_vidc.h79 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_vidc.h51 unsigned int top; member in struct:msm_vidc_input_crop_payload
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMX3A.cpp781 size_t top, left, width, height, weight; local
890 size_t top, left, width, height, weight; local
1755 CAMHAL_LOGDB("Metering area %d : top = %d left = %d width = %d height = %d prio = %d",
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp90 static unsigned int calcOffset(int format, unsigned int width, unsigned int top, unsigned int left) argument
108 return top * width + left * bpp;
662 offset = calcOffset((int) graphic_buffer->getPixelFormat(), info.width, crop.top, crop.left);
681 "\tRect: top[%d] left[%d] right[%d] bottom[%d] width[%d] height[%d] offset[%d] stride[%d]\n",
683 crop.top, crop.left, crop.right, crop.bottom,
726 unsigned int top = bottom - rect_y; local
729 Rect updatedCrop(left, top, right, bottom);
734 "left=%u, top=%u, right=%u, bottom=%u. "
737 left, top, right, bottom);
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top;
[all...]
/hardware/qcom/display/msm8996/sdm/include/private/
H A Dhw_info_types.h187 int top_align = 0; // ROI top alignment restriction
267 int extension; // Number of pixels extension in left, right, top and bottom directions for all
271 int overfetch; // Number of pixels need to be overfetched in left, right, top and bottom
274 int repeat; // Number of pixels need to be repeated in left, right, top and bottom directions
284 HWPixelExtension top; member in struct:sdm::HWPlane

Completed in 1064 milliseconds

12