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

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c523 unsigned bufSize, yBufSize; local in function:ViaXvMCCreateSurface
602 yBufSize = stride(ctx->width) * ctx->height;
604 memset(buf, 0, yBufSize);
605 memset(buf + yBufSize, 0x80, yBufSize >> 1);

Completed in 3 milliseconds