Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
steam::node::anonymous_namespace{dummy-image-generator.cpp} Namespace Reference

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)
 

Typedef Documentation

◆ Trip

using Trip = std::array<byte,3>

Definition at line 35 of file dummy-image-generator.cpp.

Function Documentation

◆ rgb_to_yuv()

Trip rgb_to_yuv ( Trip const &  rgb)
inline

slightly simplified conversion from RGB components to Y'CbCr with Rec.601 (MPEG style)

Definition at line 39 of file dummy-image-generator.cpp.

References rgb_to_yuv().

Referenced by rgb_buffer_to_yuy2(), and rgb_to_yuv().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rgb_buffer_to_yuy2()

void rgb_buffer_to_yuy2 ( byte *  in,
byte *  out,
uint  cntPix 
)

Definition at line 54 of file dummy-image-generator.cpp.

References rgb_buffer_to_yuy2(), and rgb_to_yuv().

Referenced by rgb_buffer_to_yuy2().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: