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 50 of file drawutils.h.
uint8_t FFDrawColor::rgba[4] |
Definition at line 51 of file drawutils.h.
Referenced by reverse_color16(), and reverse_color8().
uint32_t FFDrawColor::u32[4] |
Definition at line 53 of file drawutils.h.
uint16_t FFDrawColor::u16[8] |
Definition at line 54 of file drawutils.h.
Referenced by ff_fill_rectangle(), and reverse_color16().
uint8_t FFDrawColor::u8[16] |
Definition at line 55 of file drawutils.h.
Referenced by config_out_props(), ff_fill_rectangle(), and reverse_color8().
union { ... } FFDrawColor::comp[MAX_PLANES] |
Referenced by config_out_props(), ff_fill_rectangle(), reverse_color16(), and reverse_color8().