FFmpeg
Data Fields
HEIFItem Struct Reference

#include <isom.h>

Data Fields

AVStreamst
 
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
 

Detailed Description

Definition at line 278 of file isom.h.

Field Documentation

◆ st

AVStream* HEIFItem::st

◆ name

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().

◆ item_id

int HEIFItem::item_id

Definition at line 281 of file isom.h.

Referenced by heif_add_stream(), mov_parse_heif_items(), and mov_parse_tiles().

◆ extent_length

int64_t HEIFItem::extent_length

Definition at line 282 of file isom.h.

Referenced by mov_parse_heif_items().

◆ extent_offset

int64_t HEIFItem::extent_offset

Definition at line 283 of file isom.h.

Referenced by mov_parse_heif_items(), read_image_grid(), and read_image_iovl().

◆ width

int HEIFItem::width

Definition at line 284 of file isom.h.

Referenced by mov_parse_heif_items(), mov_read_clap(), mov_read_ispe(), and read_image_grid().

◆ height

int HEIFItem::height

Definition at line 285 of file isom.h.

Referenced by mov_parse_heif_items(), mov_read_clap(), mov_read_ispe(), and read_image_grid().

◆ rotation

int HEIFItem::rotation

◆ hflip

int HEIFItem::hflip

◆ vflip

int HEIFItem::vflip

◆ type

int HEIFItem::type

Definition at line 289 of file isom.h.

Referenced by heif_add_stream(), mov_parse_tiles(), and mov_read_iref_dimg().

◆ is_idat_relative

int HEIFItem::is_idat_relative

Definition at line 290 of file isom.h.

Referenced by mov_parse_heif_items(), read_image_grid(), and read_image_iovl().

◆ icc_profile

uint8_t* HEIFItem::icc_profile

Definition at line 291 of file isom.h.

Referenced by mov_read_close(), mov_read_colr(), and set_icc_profile_from_item().

◆ icc_profile_size

size_t HEIFItem::icc_profile_size

Definition at line 292 of file isom.h.

Referenced by mov_read_colr(), read_image_grid(), read_image_iovl(), and set_icc_profile_from_item().


The documentation for this struct was generated from the following file: