Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/android/
Dpsb_output_android.c101 output->screen_width = 800; in psb_android_output_init()
112 output->screen_width = vinfo.xres; in psb_android_output_init()
208 unsigned short _scr_x = output->screen_width;
257 ((destx + destw) <= output->screen_width) &&
527 …output->destw = ((output->destx + destw) > output->screen_width) ? (output->screen_width - output-… in psb_PutSurface()
Dpsb_output_android.h34 unsigned short screen_width; member
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c689 static void rgz_gen_blitregions(blit_hregion_t *hregion, int screen_width) in rgz_gen_blitregions() argument
708 offsets[noffsets++] = min(right, screen_width); in rgz_gen_blitregions()
915 int screen_width = p->data.hwc.dstgeom->width; in rgz_in_hwc() local
953 hregions[i].rect.right = dispw > screen_width ? screen_width : dispw; in rgz_in_hwc()
966 rgz_gen_blitregions(&hregions[i], screen_width); in rgz_in_hwc()