#include <ivi_common.h>
Data Fields | |
uint16_t | pic_width |
uint16_t | pic_height |
uint16_t | chroma_width |
uint16_t | chroma_height |
uint16_t | tile_width |
uint16_t | tile_height |
uint8_t | luma_bands |
uint8_t | chroma_bands |
Definition at line 173 of file ivi_common.h.
uint8_t IVIPicConfig::chroma_bands |
Definition at line 181 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), ff_ivi_init_planes(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::chroma_height |
Definition at line 177 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::chroma_width |
Definition at line 176 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), and ivi_pic_config_cmp().
uint8_t IVIPicConfig::luma_bands |
Definition at line 180 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), ff_ivi_init_planes(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::pic_height |
Definition at line 175 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), ff_ivi_init_planes(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::pic_width |
Definition at line 174 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), ff_ivi_init_planes(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::tile_height |
Definition at line 179 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), and ivi_pic_config_cmp().
uint16_t IVIPicConfig::tile_width |
Definition at line 178 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), and ivi_pic_config_cmp().