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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp289 * @param aSrcBuf the source image as an array of bytes
293 uint8_t *aDestBuf, uint8_t *aSrcBuf)
298 T iter1(aWidth, aHeight, aSrcBuf);
361 * @param aSrcBuf the source image as an array of bytes
365 uint8_t *aDestBuf, uint8_t *aSrcBuf)
371 T iter(aWidth, aHeight, aSrcBuf);
292 colorConvWriteYUV420p(unsigned aWidth, unsigned aHeight, uint8_t *aDestBuf, uint8_t *aSrcBuf) argument
364 colorConvWriteRGB24(unsigned aWidth, unsigned aHeight, uint8_t *aDestBuf, uint8_t *aSrcBuf) argument

Completed in 52 milliseconds