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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1020 CARD32 vid_pitch, vid_address; local in function:SMI_PutVideo
1078 vid_pitch = (vid_w * 2 + 7) & ~7;
1157 vid_pitch /= 2;
1162 vid_pitch /= 4;
1167 vid_pitch /= 4;
1188 size = vid_pitch * height;
1189 DEBUG("SMI_AllocateMemory: vid_pitch=%d height=%d size=%d\n",
1190 vid_pitch, height, size);
1227 vid_address = (pPort->area->box.y1 * fbPitch) + ((y1 >> 16) * vid_pitch);*/
1256 WRITE_VPR(pSmi, 0x20, (vid_pitch /
[all...]

Completed in 5 milliseconds