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

/hardware/intel/img/psb_video/src/android/
H A Dpsb_output_android.h35 unsigned short screen_height; member in struct:_psb_android_output_s
H A Dpsb_output_android.c102 output->screen_height = 480;
113 output->screen_height = vinfo.yres;
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 - output->desty) : desth;
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c664 static int rgz_hwc_layer_sortbyy(rgz_layer_t *ra, int rsz, int *out, int *width, int screen_height) argument
675 out[outsz++] = min(bottom, screen_height);
916 int screen_height = p->data.hwc.dstgeom->height; local
932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height);

Completed in 86 milliseconds