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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp301 unsigned cPixels = aWidth * aHeight; local
303 unsigned offU = cPixels;
304 unsigned offV = cPixels + cPixels / 4;
372 unsigned cPixels = aWidth * aHeight; local
373 for (unsigned i = 0; i < cPixels && rc; ++i)
H A DDisplayImpl.cpp2119 size_t cPixels = aWidth * aHeight; local
2120 while (cPixels--)
2128 size_t cPixels = aWidth * aHeight; local
2129 while (cPixels--)

Completed in 97 milliseconds