FFmpeg
|
Data Fields | |
int | bits_per_pixel |
int | red_offset |
int | green_offset |
int | blue_offset |
int | alpha_offset |
enum AVPixelFormat | pixfmt |
Definition at line 31 of file fbdev_common.c.
int rgb_pixfmt_map_entry::bits_per_pixel |
Definition at line 32 of file fbdev_common.c.
Referenced by ff_get_pixfmt_from_fb_varinfo().
int rgb_pixfmt_map_entry::red_offset |
Definition at line 33 of file fbdev_common.c.
Referenced by ff_get_pixfmt_from_fb_varinfo().
int rgb_pixfmt_map_entry::green_offset |
Definition at line 33 of file fbdev_common.c.
Referenced by ff_get_pixfmt_from_fb_varinfo().
int rgb_pixfmt_map_entry::blue_offset |
Definition at line 33 of file fbdev_common.c.
Referenced by ff_get_pixfmt_from_fb_varinfo().
int rgb_pixfmt_map_entry::alpha_offset |
Definition at line 33 of file fbdev_common.c.
enum AVPixelFormat rgb_pixfmt_map_entry::pixfmt |
Definition at line 34 of file fbdev_common.c.
Referenced by ff_get_pixfmt_from_fb_varinfo().