Searched defs:bottom (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/libtilerenderer/
H A Dtilerenderer.cpp37 int right, int bottom) {
46 if (!left && !right && !top && !bottom) {
50 bottom = height;
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.cpp152 ssize_t bottom,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
172 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) {
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
192 if ( top >= bottom ) {
193 CAMHAL_LOGEA("Camera area top larger than bottom");
212 ssize_t top, left, bottom, right, weight; local
273 CAMHAL_LOGEA("Parsing of the bottom are
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h54 int bottom; member in struct:hwc_rect
/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/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_dec.h491 uint32_t bottom; member in struct:vdec_framesize
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h531 uint32_t bottom; member in struct:vdec_framesize
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h135 ssize_t bottom,
139 mBottom(bottom),
174 ssize_t bottom,
364 ssize_t bottom; member in struct:android::CameraHalEvent::FaceData_t
133 CameraArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, size_t weight) argument

Completed in 192 milliseconds