#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 184 of file ivi_common.h.
uint8_t IVIPicConfig::chroma_bands |
Definition at line 192 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 188 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 187 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 191 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 186 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 185 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 190 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 189 of file ivi_common.h.
Referenced by decode_gop_header(), decode_init(), and ivi_pic_config_cmp().