Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 51 of file dummy-image-generator.hpp.
Public Member Functions | |
DummyImageGenerator (uint fps) | |
LumieraDisplayFrame | current () |
just re-return a pointer to the current frame without generating any new image data | |
LumieraDisplayFrame | next () |
generate the next frame and occupy the alternate buffer. More... | |
Private Attributes | |
unsigned char | buf_ [320 *240 *3] |
working buffer for next frame | |
uint | current_ |
uint | fps_ |
uint | frame_ |
unsigned char | outFrame_A_ [320 *240 *4] |
output frame 1 | |
unsigned char | outFrame_B_ [320 *240 *4] |
output frame 2 | |
LumieraDisplayFrame next | ( | ) |
generate the next frame and occupy the alternate buffer.
Definition at line 99 of file dummy-image-generator.cpp.