Data Fields | |
| const char * | name |
| uint8_t | nb_channels |
| uint8_t | color_type |
| uint8_t | pixel_type |
| uint8_t | is_alpha: 1 |
| uint8_t | x_chroma_shift |
| uint8_t | y_chroma_shift |
| uint8_t | depth |
Definition at line 54 of file imgconvert.c.
| const char* PixFmtInfo::name |
| uint8_t PixFmtInfo::nb_channels |
Definition at line 56 of file imgconvert.c.
Referenced by avg_bits_per_pixel(), avpicture_layout(), and img_copy().
| uint8_t PixFmtInfo::color_type |
Definition at line 57 of file imgconvert.c.
Referenced by avcodec_get_pix_fmt_loss(), img_convert(), and is_yuv_planar().
| uint8_t PixFmtInfo::pixel_type |
Definition at line 58 of file imgconvert.c.
Referenced by avcodec_get_pix_fmt_loss(), avg_bits_per_pixel(), avpicture_layout(), img_copy(), and is_yuv_planar().
| uint8_t PixFmtInfo::is_alpha |
Definition at line 59 of file imgconvert.c.
Referenced by avcodec_get_pix_fmt_loss(), img_convert(), and img_get_alpha_info().
| uint8_t PixFmtInfo::x_chroma_shift |
Definition at line 60 of file imgconvert.c.
Referenced by avcodec_get_chroma_sub_sample(), avcodec_get_pix_fmt_loss(), avg_bits_per_pixel(), avpicture_fill(), avpicture_layout(), img_convert(), and img_copy().
| uint8_t PixFmtInfo::y_chroma_shift |
Definition at line 61 of file imgconvert.c.
Referenced by avcodec_get_chroma_sub_sample(), avcodec_get_pix_fmt_loss(), avg_bits_per_pixel(), avpicture_fill(), avpicture_layout(), img_convert(), and img_copy().
| uint8_t PixFmtInfo::depth |
Definition at line 62 of file imgconvert.c.
Referenced by avcodec_get_pix_fmt_loss(), avg_bits_per_pixel(), avpicture_layout(), and img_copy().
1.5.5