|
FFmpeg
|
#include <isom.h>
Data Fields | |
| AVStream * | st |
| HEIFItemRef * | iref_list |
| int | nb_iref_list |
| char * | name |
| int | item_id |
| int64_t | extent_length |
| int64_t | extent_offset |
| int | width |
| int | height |
| int | rotation |
| int | hflip |
| int | vflip |
| int | type |
| int | is_idat_relative |
| uint8_t * | icc_profile |
| size_t | icc_profile_size |
| AVStream* HEIFItem::st |
Definition at line 295 of file isom.h.
Referenced by get_curr_st(), heif_add_stream(), mov_parse_heif_items(), and mov_parse_tiles().
| HEIFItemRef* HEIFItem::iref_list |
Definition at line 296 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), mov_read_close(), and mov_read_iref_cdsc().
| int HEIFItem::nb_iref_list |
Definition at line 297 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), and mov_read_iref_cdsc().
| char* HEIFItem::name |
Definition at line 298 of file isom.h.
Referenced by heif_add_stream(), mov_parse_tiles(), mov_read_close(), mov_read_iinf(), and mov_read_infe().
| int HEIFItem::item_id |
Definition at line 299 of file isom.h.
Referenced by heif_add_stream(), mov_parse_heif_items(), mov_parse_tiles(), mov_read_iloc(), and mov_read_infe().
| int64_t HEIFItem::extent_length |
Definition at line 300 of file isom.h.
Referenced by mov_parse_heif_items(), and mov_read_iloc().
| int64_t HEIFItem::extent_offset |
Definition at line 301 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 302 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_clap(), mov_read_ispe(), and read_image_grid().
| int HEIFItem::height |
Definition at line 303 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_clap(), mov_read_ispe(), and read_image_grid().
| int HEIFItem::rotation |
Definition at line 304 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), mov_read_irot(), and set_display_matrix_from_item().
| int HEIFItem::hflip |
Definition at line 305 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), mov_read_imir(), and set_display_matrix_from_item().
| int HEIFItem::vflip |
Definition at line 306 of file isom.h.
Referenced by mov_parse_heif_items(), mov_parse_tiles(), mov_read_imir(), and set_display_matrix_from_item().
| int HEIFItem::type |
Definition at line 307 of file isom.h.
Referenced by heif_add_stream(), mov_parse_tiles(), mov_read_infe(), and mov_read_iref_dimg().
| int HEIFItem::is_idat_relative |
Definition at line 308 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_iloc(), read_image_grid(), and read_image_iovl().
| uint8_t* HEIFItem::icc_profile |
Definition at line 309 of file isom.h.
Referenced by mov_read_close(), mov_read_colr(), and set_icc_profile_from_item().
| size_t HEIFItem::icc_profile_size |
Definition at line 310 of file isom.h.
Referenced by mov_parse_tiles(), mov_read_colr(), and set_icc_profile_from_item().
1.8.17