|
VLC 4.0.0-dev
|
Chroma related information. More...
#include <vlc_fourcc.h>
Data Fields | ||
| vlc_fourcc_t | fcc | |
| enum vlc_chroma_subtype | subtype | |
| unsigned | plane_count | |
| struct { | ||
| vlc_rational_t w | ||
| vlc_rational_t h | ||
| } | p [4] | |
| unsigned | pixel_size | |
| unsigned | pixel_bits | |
| float | color_bits | |
Chroma related information.
| float vlc_chroma_description_t::color_bits |
Referenced by CompareDescs(), and GetChromaBits().
| vlc_fourcc_t vlc_chroma_description_t::fcc |
| vlc_rational_t vlc_chroma_description_t::h |
Referenced by decoder_UpdateVideoOutput(), GetChromaBits(), picture_Setup(), and vlc_fourcc_GetChromaBPP().
| struct { ... } vlc_chroma_description_t::p[4] |
Referenced by decoder_UpdateVideoOutput(), GetChromaBits(), picture_Setup(), and vlc_fourcc_GetChromaBPP().
| unsigned vlc_chroma_description_t::pixel_bits |
Referenced by GetChromaBits(), and vlc_fourcc_GetChromaBPP().
| unsigned vlc_chroma_description_t::pixel_size |
Referenced by picture_Setup().
| unsigned vlc_chroma_description_t::plane_count |
Referenced by CompareDescs(), decoder_UpdateVideoOutput(), GetChromaBits(), picture_Setup(), and vlc_fourcc_GetChromaBPP().
| enum vlc_chroma_subtype vlc_chroma_description_t::subtype |
Referenced by bfs_Run(), CompareDescs(), GetChromaBits(), and vlc_chroma_description_IsYUV().
| vlc_rational_t vlc_chroma_description_t::w |
Referenced by decoder_UpdateVideoOutput(), GetChromaBits(), picture_Setup(), and vlc_fourcc_GetChromaBPP().