FFmpeg
|
#include <drawutils.h>
Data Fields | |
uint8_t | rgba [4] |
union { | |
uint32_t u32 [4] | |
uint16_t u16 [8] | |
uint8_t u8 [16] | |
} | comp [MAX_PLANES] |
Definition at line 49 of file drawutils.h.
uint8_t FFDrawColor::rgba[4] |
Definition at line 50 of file drawutils.h.
uint32_t FFDrawColor::u32[4] |
Definition at line 52 of file drawutils.h.
uint16_t FFDrawColor::u16[8] |
Definition at line 53 of file drawutils.h.
Referenced by ff_fill_rectangle().
uint8_t FFDrawColor::u8[16] |
Definition at line 54 of file drawutils.h.
Referenced by config_out_props(), and ff_fill_rectangle().
union { ... } FFDrawColor::comp[MAX_PLANES] |
Referenced by config_out_props(), and ff_fill_rectangle().