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

/hardware/qcom/display/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/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/libhardware/include/hardware/
H A Dhwcomposer.h52 int top; member in struct:hwc_rect
151 /* area of the source to consider, the origin is the top-left corner of
157 * top-left corner of the screen.
162 * top-left corner of the screen.
276 * This is the top-level structure passed to the prepare and set calls to
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp548 int left, int top, int right, int bottom) {
555 android_native_rect_t crop = { left, top, right, bottom };
547 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/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h489 uint32_t top; member in struct:vdec_framesize
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h529 uint32_t top; member in struct:vdec_framesize
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h133 CameraArea(ssize_t top, argument
137 size_t weight) : mTop(top),
145 size_t &top,
172 static status_t checkArea(ssize_t top,
362 ssize_t top; member in struct:android::CameraHalEvent::FaceData_t
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h109 top, bottom, interlaced
113 V4L2_FIELD_TOP = 2, /* top field only */
117 buffer, top-bottom order */
118 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
121 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
122 first and the top field is
124 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
229 __s32 top; member in struct:v4l2_rect
1112 /* field 'status' - VCR and set-top box */

Completed in 395 milliseconds