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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1820 int32_t SrcYBase, SrcUBase, SrcVBase, SrcYPitch, SrcUVPitch; local in function:SMI_DisplayVideo0501_CSC
1831 SrcYPitch = pitch;
1854 SrcUVPitch = SrcYPitch / 2;
1855 SrcVBase = SrcYBase + SrcYPitch * height;
1861 SrcUVPitch = SrcYPitch / 2;
1862 SrcUBase = SrcYBase + SrcYPitch * height;
1871 SrcUVPitch = SrcYPitch;
1878 WRITE_DPR(pSmi, 0xE4, ((SrcYPitch >> 4) << 16) | (SrcUVPitch >> 4));

Completed in 5 milliseconds