Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
dummy-image-generator.cpp File Reference

Implementation of a generator for dummy video frames for a mockup. More...

Go to the source code of this file.

Description

Implementation of a generator for dummy video frames for a mockup.

Todo:
obsolete since 2010, can be removed once we have a real player in the UI

Definition in file dummy-image-generator.cpp.

#include "steam/engine/worker/dummy-image-generator.hpp"
#include <algorithm>

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)