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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp78 uint8_t *pu8RgbBuf; member in struct:VIDEORECSTREAM
489 pStrm->pu8RgbBuf = (uint8_t *)RTMemAllocZ(uWidth * uHeight * 4);
490 AssertReturn(pStrm->pu8RgbBuf, VERR_NO_MEMORY);
621 RTMemFree(pStrm->pu8RgbBuf);
622 pStrm->pu8RgbBuf = NULL;
771 pStrm->pu8RgbBuf))
779 pStrm->pu8RgbBuf))
787 pStrm->pu8RgbBuf))
930 memset(pStrm->pu8RgbBuf, 0, pStrm->uTargetWidth * pStrm->uTargetHeight * 4);
944 memcpy(pStrm->pu8RgbBuf
[all...]

Completed in 55 milliseconds