Home
last modified time | relevance | path

Searched refs:screen_height (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c102 output->screen_height = 480; in psb_android_output_init()
113 output->screen_height = vinfo.yres; in psb_android_output_init()
209 unsigned short _scr_y = output->screen_height;
258 ((desty + desth) <= output->screen_height) &&
528 …output->desth = ((output->desty + desth) > output->screen_height) ? (output->screen_height - outpu… in psb_PutSurface()
Dpsb_output_android.h35 unsigned short screen_height; member
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c664 static int rgz_hwc_layer_sortbyy(rgz_layer_t *ra, int rsz, int *out, int *width, int screen_height) in rgz_hwc_layer_sortbyy() argument
675 out[outsz++] = min(bottom, screen_height); in rgz_hwc_layer_sortbyy()
916 int screen_height = p->data.hwc.dstgeom->height; in rgz_in_hwc() local
932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height); in rgz_in_hwc()