#include <video_sdl_api.h>
#include <gr_sync_block.h>
#include <string>
#include <SDL.h>
Go to the source code of this file.
Macros |
#define | vid_fourcc(a, b, c, d) (((unsigned)(a)<<0) | ((unsigned)(b)<<8) | ((unsigned)(c)<<16) | ((unsigned)(d)<<24)) |
#define | IMGFMT_YV12 vid_fourcc('Y','V','1','2') /* 12 YVU 4:2:0 */ |
Macro Definition Documentation
#define IMGFMT_YV12 vid_fourcc('Y','V','1','2') /* 12 YVU 4:2:0 */ |
#define vid_fourcc |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d |
|
) |
| (((unsigned)(a)<<0) | ((unsigned)(b)<<8) | ((unsigned)(c)<<16) | ((unsigned)(d)<<24)) |
Function Documentation