FFmpeg
|
Go to the source code of this file.
Macros | |
#define | RAS_MAGIC 0x59a66a95 |
#define | RMT_NONE 0 |
#define | RMT_EQUAL_RGB 1 |
#define | RMT_RAW 2 |
the data layout of this map type is unknown | |
#define | RT_OLD 0 |
#define | RT_STANDARD 1 |
#define | RT_BYTE_ENCODED 2 |
#define | RLE_TRIGGER 0x80 |
#define | RT_FORMAT_RGB 3 |
#define | RT_FORMAT_TIFF 4 |
#define | RT_FORMAT_IFF 5 |
#define | RT_EXPERIMENTAL 0xffff |
#define RAS_MAGIC 0x59a66a95 |
Definition at line 25 of file sunrast.h.
Referenced by sunrast_decode_frame(), and sunrast_image_write_header().
#define RMT_NONE 0 |
Definition at line 27 of file sunrast.h.
Referenced by sunrast_encode_init().
#define RMT_EQUAL_RGB 1 |
Definition at line 28 of file sunrast.h.
Referenced by sunrast_encode_init().
#define RMT_RAW 2 |
the data layout of this map type is unknown
Definition at line 29 of file sunrast.h.
Referenced by sunrast_decode_frame().
#define RT_STANDARD 1 |
Definition at line 34 of file sunrast.h.
Referenced by sunrast_encode_init().
#define RT_BYTE_ENCODED 2 |
Definition at line 38 of file sunrast.h.
Referenced by sunrast_decode_frame(), sunrast_encode_frame(), sunrast_encode_init(), and sunrast_image_write_image().
#define RLE_TRIGGER 0x80 |
Definition at line 39 of file sunrast.h.
Referenced by sunrast_decode_frame(), and sunrast_image_write_image().
#define RT_FORMAT_RGB 3 |
Definition at line 43 of file sunrast.h.
Referenced by sunrast_decode_frame().
#define RT_FORMAT_TIFF 4 |
Definition at line 48 of file sunrast.h.
Referenced by sunrast_decode_frame().
#define RT_FORMAT_IFF 5 |
Definition at line 49 of file sunrast.h.
Referenced by sunrast_decode_frame().
#define RT_EXPERIMENTAL 0xffff |
Definition at line 54 of file sunrast.h.
Referenced by sunrast_decode_frame().