Lines Matching defs:bytesize
3372 int bytesize
3382 int size = ((bytesize + depth - 1) / depth);
3425 if(area->size >= bytesize) return (unsigned int)(area->offset);
3431 if(!(area = exaOffscreenAlloc(pScreen, bytesize, 8, TRUE, SiSDestroyArea, (pointer)handle))) {
3433 "Xv: Failed to allocate %d bytes of video memory\n", bytesize);
4209 int totalSize, bytesize=0, h, w, wb, srcPitch;
4231 bytesize = srcPitch * height;
4232 totalSize = (bytesize * 3) >> 1;
4240 bytesize = 0;
4279 uvbased = pSiS->FbBase + pPriv->bufAddr[index][pPriv->currentBuf[index]] + bytesize;
4286 vbases = buf + bytesize;
4287 ubases = buf + bytesize*5/4;
4290 ubases = buf + bytesize;
4291 vbases = buf + bytesize*5/4;
4320 SiSMemCopyToVideoRam(pSiS, ybased, ybases, bytesize);
4483 MyPacket.P12_UVSrcAddr = pPriv->bufAddr[index][pPriv->currentBuf[index]] + bytesize + offsetuv + FBOFFSET;