Searched defs:PIX_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp127 enum { PIX_SIZE = 4 }; enumerator in enum:ColorConvBGRA32Iter::__anon16511
133 mSize = aWidth * aHeight * PIX_SIZE;
146 if (mPos + PIX_SIZE <= mSize)
151 mPos += PIX_SIZE;
163 mPos += PIX_SIZE * aPixels;
181 enum { PIX_SIZE = 3 }; enumerator in enum:ColorConvBGR24Iter::__anon16512
186 mSize = aWidth * aHeight * PIX_SIZE;
199 if (mPos + PIX_SIZE <= mSize)
204 mPos += PIX_SIZE;
216 mPos += PIX_SIZE * aPixel
234 enum { PIX_SIZE = 2 }; enumerator in enum:ColorConvBGR565Iter::__anon16513
367 enum { PIX_SIZE = 3 }; enumerator in enum:__anon16514
[all...]

Completed in 52 milliseconds