Home | History | Annotate | Download | only in src

Lines Matching defs:bsize

1151                                     uint32 bsize = iVideoWidth * iVideoHeight * 3 / 2;
1160 AddChunk(aData, bsize, videoChunkID);
1162 iAVIChunkSize += bsize + 4 + 4;
2311 uint32 fsize, bsize;
2313 bsize = width * height * 3; // frame buffer size
2323 iAVIMainHeader.dwSuggestedBufferSize = bsize;
2343 iAVIStreamHeader.dwSuggestedBufferSize = bsize;
2360 bi_hdr.biSizeImage = bsize;