MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getProcessedBitmap

Method getProcessedBitmap

Engine/source/gfx/video/videoCapture.cpp:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266GBitmap* VideoEncoder::getProcessedBitmap()
267{
268 GBitmap* bitmap = NULL;
269 if (mProcessedBitmaps.tryPopFront(bitmap))
270 return bitmap;
271 return NULL;
272}
273
274void VideoEncoder::pushProcessedBitmap( GBitmap* bitmap )
275{

Callers 1

Calls 1

tryPopFrontMethod · 0.45

Tested by

no test coverage detected