|
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 279 of file isom.h.
Referenced by get_curr_st(), heif_add_stream(), mov_parse_heif_items(), mov_parse_tiles(), mov_read_iinf(), and read_image_iovl().
| char* HEIFItem::name |
Definition at line 280 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 281 of file isom.h.
Referenced by heif_add_stream(), mov_parse_heif_items(), mov_parse_tiles(), and mov_read_iloc().
| int64_t HEIFItem::extent_length |
Definition at line 282 of file isom.h.
Referenced by mov_parse_heif_items(), and mov_read_iloc().
| int64_t HEIFItem::extent_offset |
Definition at line 283 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_iloc(), read_image_grid(), and read_image_iovl().
| int HEIFItem::width |
Definition at line 284 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_ispe(), and read_image_grid().
| int HEIFItem::height |
Definition at line 285 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_ispe(), and read_image_grid().
| int HEIFItem::type |
Definition at line 286 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 287 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_iloc(), read_image_grid(), and read_image_iovl().
1.8.17