Searched refs:SrcUBase (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
1856 SrcUBase = SrcVBase + SrcUVPitch * height / 2;
1862 SrcUBase = SrcYBase + SrcYPitch * height;
1863 SrcVBase = SrcUBase + SrcUVPitch * height / 2;
1870 SrcUBase = SrcVBase = SrcYBase;
1880 WRITE_DPR(pSmi, 0xD8, SrcUBase);

Completed in 4 milliseconds