|
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 | 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 290 of file isom.h.
Referenced by get_curr_st(), heif_add_stream(), mov_parse_heif_items(), and mov_parse_tiles().
| char* HEIFItem::name |
Definition at line 291 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 292 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 293 of file isom.h.
Referenced by mov_parse_heif_items(), and mov_read_iloc().
| int64_t HEIFItem::extent_offset |
Definition at line 294 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 295 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 296 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 297 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_irot(), read_image_grid(), read_image_iovl(), and set_display_matrix_from_item().
| int HEIFItem::hflip |
Definition at line 298 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_imir(), read_image_grid(), read_image_iovl(), and set_display_matrix_from_item().
| int HEIFItem::vflip |
Definition at line 299 of file isom.h.
Referenced by mov_parse_heif_items(), mov_read_imir(), read_image_grid(), read_image_iovl(), and set_display_matrix_from_item().
| int HEIFItem::type |
Definition at line 300 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 301 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 302 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 303 of file isom.h.
Referenced by mov_read_colr(), read_image_grid(), read_image_iovl(), and set_icc_profile_from_item().
1.8.17