FFmpeg
|
#include <isom.h>
Data Fields | |
AVStream * | st |
char * | name |
int | item_id |
int64_t | extent_length |
int64_t | extent_offset |
int | width |
int | height |
int | type |
int | is_idat_relative |
AVStream* HEIFItem::st |
Definition at line 273 of file isom.h.
Referenced by get_curr_st(), heif_add_stream(), mov_parse_tiles(), mov_read_header(), mov_read_iinf(), and read_image_iovl().
char* HEIFItem::name |
Definition at line 274 of file isom.h.
Referenced by heif_add_stream(), mov_parse_tiles(), mov_read_close(), and mov_read_iinf().
int HEIFItem::item_id |
Definition at line 275 of file isom.h.
Referenced by heif_add_stream(), mov_parse_tiles(), and mov_read_header().
int64_t HEIFItem::extent_length |
Definition at line 276 of file isom.h.
Referenced by mov_read_header().
int64_t HEIFItem::extent_offset |
Definition at line 277 of file isom.h.
Referenced by mov_read_header(), read_image_grid(), and read_image_iovl().
int HEIFItem::width |
Definition at line 278 of file isom.h.
Referenced by mov_read_header(), and read_image_grid().
int HEIFItem::height |
Definition at line 279 of file isom.h.
Referenced by mov_read_header(), and read_image_grid().
int HEIFItem::type |
Definition at line 280 of file isom.h.
Referenced by heif_add_stream(), mov_parse_tiles(), and mov_read_iref_dimg().
int HEIFItem::is_idat_relative |
Definition at line 281 of file isom.h.
Referenced by mov_read_header(), read_image_grid(), and read_image_iovl().