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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp141 * @param aBlue where to store the blue value
143 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
150 *aBlue = mBuf[mPos ];
194 * @param aBlue where to store the blue value
196 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
203 *aBlue = mBuf[mPos ];
247 * @param aBlue where to store the blue value
249 bool getRGB(unsigned *aRed, unsigned *aGreen, unsigned *aBlue) argument
258 *aBlue = (uFull << 3) & ~7 & 0xff;

Completed in 44 milliseconds