Searched refs:dstPitch (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 414 …int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, i… in i830_display_video() argument 724 overlay->OSTRIDE = dstPitch | (dstPitch << 16); in i830_display_video() 733 overlay->OSTRIDE = (dstPitch * 2) | (dstPitch << 16); in i830_display_video() 740 overlay->OSTRIDE = dstPitch; in i830_display_video() 1214 i830_display_video_sprite(pScrn, crtc, width, height, dstPitch, in I830PutImage()
|