![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Implementation of a generator for dummy video frames for a mockup. More...
Go to the source code of this file.
Implementation of a generator for dummy video frames for a mockup.
Definition in file dummy-image-generator.cpp.
Namespaces | |
| namespace | steam |
| Steam-Layer implementation namespace root. | |
| namespace | steam::node |
| namespace | steam::node::anonymous_namespace{dummy-image-generator.cpp} |
Typedefs | |
| using | Trip = std::array< byte, 3 > |
Functions | |
| Trip | rgb_to_yuv (Trip const &rgb) |
| slightly simplified conversion from RGB components to Y'CbCr with Rec.601 (MPEG style) | |
| void | rgb_buffer_to_yuy2 (byte *in, byte *out, uint cntPix) |