![]() |
Lumiera 0.pre.04
»edit your freedom«
|
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) |
| using Trip = std::array<byte,3> |
Definition at line 35 of file dummy-image-generator.cpp.
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:| 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: