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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp139 * @param aRed where to store the red value
143 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
148 *aRed = mBuf[mPos + 2];
192 * @param aRed where to store the red value
196 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
201 *aRed = mBuf[mPos + 2];
245 * @param aRed where to store the red value
249 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
256 *aRed = (uFull >> 8) & ~7;

Completed in 42 milliseconds