svvitch
digital signage player
|
Go to the source code of this file.
Defines | |
#define | WRITE_CLIPPED_BYTE(D, S) { int v = S; if (v < 0) v = 0; if (v > 255) v = 255; (D)=(BYTE)v; } |
#define WRITE_CLIPPED_BYTE | ( | D, | |
S | |||
) | { int v = S; if (v < 0) v = 0; if (v > 255) v = 255; (D)=(BYTE)v; } |
Definition at line 5 of file DSVideoRenderer.cpp.