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

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

Completed in 309 milliseconds