![]() |
GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
|
#include <gpac/isomedia.h>
Include dependency graph for isomedia_dev.h:
This graph shows which files directly or indirectly include this file:Macros | |
| #define | GF_ISOM_BOX |
| #define | GF_ISOM_FULL_BOX |
| #define | GF_ISOM_UUID_BOX |
| #define | ISOM_DECL_BOX_ALLOC(__TYPE, __4cc) |
| #define | gf_isom_full_box_init(__pre) |
| #define | GF_ISOM_DATAENTRY_FIELDS char *location; |
| #define | GF_ISOM_SAMPLE_ENTRY_FIELDS |
| #define | GF_ISOM_VISUAL_SAMPLE_ENTRY |
| #define | GF_ISOM_AUDIO_SAMPLE_ENTRY |
| #define | GF_ISOM_DATA_FILE 0x01 |
| #define | GF_ISOM_DATA_FILE_MAPPING 0x02 |
| #define | GF_ISOM_DATA_FILE_EXTERN 0x03 |
| #define | GF_ISOM_BASE_DATA_HANDLER |
| #define | GF_ISOM_MAC_TIME_OFFSET 2082844800 |
| #define | GF_ISOM_FORMAT_FRAG_FLAGS(pad, sync, deg) ( ( (pad) << 17) | ( ( !(sync) ) << 16) | (deg) ); |
| #define | GF_ISOM_GET_FRAG_PAD(flag) ( (flag) >> 17) & 0x7 |
| #define | GF_ISOM_GET_FRAG_SYNC(flag) ( ! ( ( (flag) >> 16) & 0x1)) |
| #define | GF_ISOM_GET_FRAG_DEG(flag) (flag) & 0x7FFF |
| #define | GF_ISOM_GET_FRAG_LEAD(flag) ( (flag) >> 26) & 0x3 |
| #define | GF_ISOM_GET_FRAG_DEPENDS(flag) ( (flag) >> 24) & 0x3 |
| #define | GF_ISOM_GET_FRAG_DEPENDED(flag) ( (flag) >> 22) & 0x3 |
| #define | GF_ISOM_GET_FRAG_REDUNDANT(flag) ( (flag) >> 20) & 0x3 |
| #define | GF_ISOM_GET_FRAG_DEPEND_FLAGS(lead, depends, depended, redundant) ( (lead<<26) | (depends<<24) | (depended<<22) | (redundant<<20) ) |
| #define | GF_ISOM_RESET_FRAG_DEPEND_FLAGS(flags) flags = flags & 0xFFFFF |
| #define | GF_ISMO_BASE_DTE_ENTRY u8 source; |
| #define | GF_ISOM_BASE_PACKET s32 relativeTransTime; |
| #define | ERROR_ON_DUPLICATED_BOX(__abox, __parent) |
Typedefs | |
| typedef struct __isma_format_box | GF_OMADRMAUFormatBox |
Enumerations | |
| enum | { GF_ISOM_BOX_TYPE_CO64 = ((( 'c' )<<24)|(( 'o' )<<16)|(( '6' )<<8)|( '4' )), GF_ISOM_BOX_TYPE_STCO = ((( 's' )<<24)|(( 't' )<<16)|(( 'c' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_CRHD = ((( 'c' )<<24)|(( 'r' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_CTTS = ((( 'c' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_CPRT = ((( 'c' )<<24)|(( 'p' )<<16)|(( 'r' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_CHPL = ((( 'c' )<<24)|(( 'h' )<<16)|(( 'p' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_URL = ((( 'u' )<<24)|(( 'r' )<<16)|(( 'l' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_URN = ((( 'u' )<<24)|(( 'r' )<<16)|(( 'n' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_DINF = ((( 'd' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_DREF = ((( 'd' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_STDP = ((( 's' )<<24)|(( 't' )<<16)|(( 'd' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_EDTS = ((( 'e' )<<24)|(( 'd' )<<16)|(( 't' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_ELST = ((( 'e' )<<24)|(( 'l' )<<16)|(( 's' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_UUID = ((( 'u' )<<24)|(( 'u' )<<16)|(( 'i' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_FREE = ((( 'f' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_HDLR = ((( 'h' )<<24)|(( 'd' )<<16)|(( 'l' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_GMHD = ((( 'g' )<<24)|(( 'm' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_HMHD = ((( 'h' )<<24)|(( 'm' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_HINT = ((( 'h' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_MDIA = ((( 'm' )<<24)|(( 'd' )<<16)|(( 'i' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_MDAT = ((( 'm' )<<24)|(( 'd' )<<16)|(( 'a' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_MDHD = ((( 'm' )<<24)|(( 'd' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_MINF = ((( 'm' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_MOOV = ((( 'm' )<<24)|(( 'o' )<<16)|(( 'o' )<<8)|( 'v' )), GF_ISOM_BOX_TYPE_MVHD = ((( 'm' )<<24)|(( 'v' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_STSD = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_STSZ = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 'z' )), GF_ISOM_BOX_TYPE_STZ2 = ((( 's' )<<24)|(( 't' )<<16)|(( 'z' )<<8)|( '2' )), GF_ISOM_BOX_TYPE_STBL = ((( 's' )<<24)|(( 't' )<<16)|(( 'b' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_STSC = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_STSH = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 'h' )), GF_ISOM_BOX_TYPE_SKIP = ((( 's' )<<24)|(( 'k' )<<16)|(( 'i' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_SMHD = ((( 's' )<<24)|(( 'm' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_STSS = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_STTS = ((( 's' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_TRAK = ((( 't' )<<24)|(( 'r' )<<16)|(( 'a' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_TKHD = ((( 't' )<<24)|(( 'k' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_TREF = ((( 't' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_UDTA = ((( 'u' )<<24)|(( 'd' )<<16)|(( 't' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_VMHD = ((( 'v' )<<24)|(( 'm' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_FTYP = ((( 'f' )<<24)|(( 't' )<<16)|(( 'y' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_PADB = ((( 'p' )<<24)|(( 'a' )<<16)|(( 'd' )<<8)|( 'b' )), GF_ISOM_BOX_TYPE_PDIN = ((( 'p' )<<24)|(( 'd' )<<16)|(( 'i' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_SDTP = ((( 's' )<<24)|(( 'd' )<<16)|(( 't' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_CSLG = ((( 'c' )<<24)|(( 's' )<<16)|(( 'l' )<<8)|( 'g' )), GF_ISOM_BOX_TYPE_SBGP = ((( 's' )<<24)|(( 'b' )<<16)|(( 'g' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_SGPD = ((( 's' )<<24)|(( 'g' )<<16)|(( 'p' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_SAIZ = ((( 's' )<<24)|(( 'a' )<<16)|(( 'i' )<<8)|( 'z' )), GF_ISOM_BOX_TYPE_SAIO = ((( 's' )<<24)|(( 'a' )<<16)|(( 'i' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_MFRA = ((( 'm' )<<24)|(( 'f' )<<16)|(( 'r' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_PSSH = ((( 'p' )<<24)|(( 's' )<<16)|(( 's' )<<8)|( 'h' )), GF_ISOM_BOX_TYPE_TENC = ((( 't' )<<24)|(( 'e' )<<16)|(( 'n' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_MVEX = ((( 'm' )<<24)|(( 'v' )<<16)|(( 'e' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_MEHD = ((( 'm' )<<24)|(( 'e' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_TREX = ((( 't' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_MOOF = ((( 'm' )<<24)|(( 'o' )<<16)|(( 'o' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_MFHD = ((( 'm' )<<24)|(( 'f' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_TRAF = ((( 't' )<<24)|(( 'r' )<<16)|(( 'a' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_TFHD = ((( 't' )<<24)|(( 'f' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_TRUN = ((( 't' )<<24)|(( 'r' )<<16)|(( 'u' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_DPND = ((( 'd' )<<24)|(( 'p' )<<16)|(( 'n' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_IODS = ((( 'i' )<<24)|(( 'o' )<<16)|(( 'd' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_ESDS = ((( 'e' )<<24)|(( 's' )<<16)|(( 'd' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_MPOD = ((( 'm' )<<24)|(( 'p' )<<16)|(( 'o' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_SYNC = ((( 's' )<<24)|(( 'y' )<<16)|(( 'n' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_IPIR = ((( 'i' )<<24)|(( 'p' )<<16)|(( 'i' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_SDHD = ((( 's' )<<24)|(( 'd' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_ODHD = ((( 'o' )<<24)|(( 'd' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_NMHD = ((( 'n' )<<24)|(( 'm' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_STHD = ((( 's' )<<24)|(( 't' )<<16)|(( 'h' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_MP4S = ((( 'm' )<<24)|(( 'p' )<<16)|(( '4' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_MP4A = ((( 'm' )<<24)|(( 'p' )<<16)|(( '4' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_MP4V = ((( 'm' )<<24)|(( 'p' )<<16)|(( '4' )<<8)|( 'v' )), GF_ISOM_BOX_TYPE_AVCC = ((( 'a' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_BTRT = ((( 'b' )<<24)|(( 't' )<<16)|(( 'r' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_M4DS = ((( 'm' )<<24)|(( '4' )<<16)|(( 'd' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_PASP = ((( 'p' )<<24)|(( 'a' )<<16)|(( 's' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_AVC1 = ((( 'a' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_AVC2 = ((( 'a' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '2' )), GF_ISOM_BOX_TYPE_AVC3 = ((( 'a' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_AVC4 = ((( 'a' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '4' )), GF_ISOM_BOX_TYPE_SVCC = ((( 's' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_SVC1 = ((( 's' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_HVCC = ((( 'h' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_HVC1 = ((( 'h' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_HEV1 = ((( 'h' )<<24)|(( 'e' )<<16)|(( 'v' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_HVC2 = ((( 'h' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( '2' )), GF_ISOM_BOX_TYPE_HEV2 = ((( 'h' )<<24)|(( 'e' )<<16)|(( 'v' )<<8)|( '2' )), GF_ISOM_BOX_TYPE_SHCC = ((( 's' )<<24)|(( 'h' )<<16)|(( 'c' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_SHC1 = ((( 's' )<<24)|(( 'h' )<<16)|(( 'c' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_SHV1 = ((( 's' )<<24)|(( 'h' )<<16)|(( 'v' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_LSRC = ((( 'l' )<<24)|(( 's' )<<16)|(( 'r' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_LSR1 = ((( 'l' )<<24)|(( 's' )<<16)|(( 'r' )<<8)|( '1' )), GF_ISOM_BOX_TYPE_DAMR = ((( 'd' )<<24)|(( 'a' )<<16)|(( 'm' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_D263 = ((( 'd' )<<24)|(( '2' )<<16)|(( '6' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_DEVC = ((( 'd' )<<24)|(( 'e' )<<16)|(( 'v' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_DQCP = ((( 'd' )<<24)|(( 'q' )<<16)|(( 'c' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_DSMV = ((( 'd' )<<24)|(( 's' )<<16)|(( 'm' )<<8)|( 'v' )), GF_ISOM_BOX_TYPE_TSEL = ((( 't' )<<24)|(( 's' )<<16)|(( 'e' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_STYP = ((( 's' )<<24)|(( 't' )<<16)|(( 'y' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_TFDT = ((( 't' )<<24)|(( 'f' )<<16)|(( 'd' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_SIDX = ((( 's' )<<24)|(( 'i' )<<16)|(( 'd' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_PCRB = ((( 'p' )<<24)|(( 'c' )<<16)|(( 'r' )<<8)|( 'b' )), GF_ISOM_BOX_TYPE_FTAB = ((( 'f' )<<24)|(( 't' )<<16)|(( 'a' )<<8)|( 'b' )), GF_ISOM_BOX_TYPE_TX3G = ((( 't' )<<24)|(( 'x' )<<16)|(( '3' )<<8)|( 'g' )), GF_ISOM_BOX_TYPE_STYL = ((( 's' )<<24)|(( 't' )<<16)|(( 'y' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_HLIT = ((( 'h' )<<24)|(( 'l' )<<16)|(( 'i' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_HCLR = ((( 'h' )<<24)|(( 'c' )<<16)|(( 'l' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_KROK = ((( 'k' )<<24)|(( 'r' )<<16)|(( 'o' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_DLAY = ((( 'd' )<<24)|(( 'l' )<<16)|(( 'a' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_HREF = ((( 'h' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_TBOX = ((( 't' )<<24)|(( 'b' )<<16)|(( 'o' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_BLNK = ((( 'b' )<<24)|(( 'l' )<<16)|(( 'n' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_TWRP = ((( 't' )<<24)|(( 'w' )<<16)|(( 'r' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_META = ((( 'm' )<<24)|(( 'e' )<<16)|(( 't' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_XML = ((( 'x' )<<24)|(( 'm' )<<16)|(( 'l' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_BXML = ((( 'b' )<<24)|(( 'x' )<<16)|(( 'm' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_ILOC = ((( 'i' )<<24)|(( 'l' )<<16)|(( 'o' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_PITM = ((( 'p' )<<24)|(( 'i' )<<16)|(( 't' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_IPRO = ((( 'i' )<<24)|(( 'p' )<<16)|(( 'r' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_INFE = ((( 'i' )<<24)|(( 'n' )<<16)|(( 'f' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_IINF = ((( 'i' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_ENCA = ((( 'e' )<<24)|(( 'n' )<<16)|(( 'c' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_ENCV = ((( 'e' )<<24)|(( 'n' )<<16)|(( 'c' )<<8)|( 'v' )), GF_ISOM_BOX_TYPE_ENCT = ((( 'e' )<<24)|(( 'n' )<<16)|(( 'c' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_ENCS = ((( 'e' )<<24)|(( 'n' )<<16)|(( 'c' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_SINF = ((( 's' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_FRMA = ((( 'f' )<<24)|(( 'r' )<<16)|(( 'm' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_SCHM = ((( 's' )<<24)|(( 'c' )<<16)|(( 'h' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_SCHI = ((( 's' )<<24)|(( 'c' )<<16)|(( 'h' )<<8)|( 'i' )), GF_ISOM_BOX_TYPE_METX = ((( 'm' )<<24)|(( 'e' )<<16)|(( 't' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_METT = ((( 'm' )<<24)|(( 'e' )<<16)|(( 't' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_IKMS = ((( 'i' )<<24)|(( 'K' )<<16)|(( 'M' )<<8)|( 'S' )), GF_ISOM_BOX_TYPE_ISFM = ((( 'i' )<<24)|(( 'S' )<<16)|(( 'F' )<<8)|( 'M' )), GF_ISOM_BOX_TYPE_RTP_STSD = ((( 'r' )<<24)|(( 't' )<<16)|(( 'p' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_HNTI = ((( 'h' )<<24)|(( 'n' )<<16)|(( 't' )<<8)|( 'i' )), GF_ISOM_BOX_TYPE_RTP = ((( 'r' )<<24)|(( 't' )<<16)|(( 'p' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_SDP = ((( 's' )<<24)|(( 'd' )<<16)|(( 'p' )<<8)|( ' ' )), GF_ISOM_BOX_TYPE_HINF = ((( 'h' )<<24)|(( 'i' )<<16)|(( 'n' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_NAME = ((( 'n' )<<24)|(( 'a' )<<16)|(( 'm' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_TRPY = ((( 't' )<<24)|(( 'r' )<<16)|(( 'p' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_NUMP = ((( 'n' )<<24)|(( 'u' )<<16)|(( 'm' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_TOTL = ((( 't' )<<24)|(( 'o' )<<16)|(( 't' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_NPCK = ((( 'n' )<<24)|(( 'p' )<<16)|(( 'c' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_TPYL = ((( 't' )<<24)|(( 'p' )<<16)|(( 'y' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_TPAY = ((( 't' )<<24)|(( 'p' )<<16)|(( 'a' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_MAXR = ((( 'm' )<<24)|(( 'a' )<<16)|(( 'x' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_DMED = ((( 'd' )<<24)|(( 'm' )<<16)|(( 'e' )<<8)|( 'd' )), GF_ISOM_BOX_TYPE_DIMM = ((( 'd' )<<24)|(( 'i' )<<16)|(( 'm' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_DREP = ((( 'd' )<<24)|(( 'r' )<<16)|(( 'e' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_TMIN = ((( 't' )<<24)|(( 'm' )<<16)|(( 'i' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_TMAX = ((( 't' )<<24)|(( 'm' )<<16)|(( 'a' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_PMAX = ((( 'p' )<<24)|(( 'm' )<<16)|(( 'a' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_DMAX = ((( 'd' )<<24)|(( 'm' )<<16)|(( 'a' )<<8)|( 'x' )), GF_ISOM_BOX_TYPE_PAYT = ((( 'p' )<<24)|(( 'a' )<<16)|(( 'y' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_RELY = ((( 'r' )<<24)|(( 'e' )<<16)|(( 'l' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_TIMS = ((( 't' )<<24)|(( 'i' )<<16)|(( 'm' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_TSRO = ((( 't' )<<24)|(( 's' )<<16)|(( 'r' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_SNRO = ((( 's' )<<24)|(( 'n' )<<16)|(( 'r' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_RTPO = ((( 'r' )<<24)|(( 't' )<<16)|(( 'p' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_REFT = ((( 'R' )<<24)|(( 'E' )<<16)|(( 'F' )<<8)|( 'T' )), GF_ISOM_BOX_TYPE_ABST = ((( 'a' )<<24)|(( 'b' )<<16)|(( 's' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_AFRA = ((( 'a' )<<24)|(( 'f' )<<16)|(( 'r' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_ASRT = ((( 'a' )<<24)|(( 's' )<<16)|(( 'r' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_AFRT = ((( 'a' )<<24)|(( 'f' )<<16)|(( 'r' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_ILST = ((( 'i' )<<24)|(( 'l' )<<16)|(( 's' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_0xA9NAM = ((( 0xA9 )<<24)|(( 'n' )<<16)|(( 'a' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_0xA9CMT = ((( 0xA9 )<<24)|(( 'c' )<<16)|(( 'm' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_0xA9DAY = ((( 0xA9 )<<24)|(( 'd' )<<16)|(( 'a' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_0xA9ART = ((( 0xA9 )<<24)|(( 'A' )<<16)|(( 'R' )<<8)|( 'T' )), GF_ISOM_BOX_TYPE_0xA9TRK = ((( 0xA9 )<<24)|(( 't' )<<16)|(( 'r' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_0xA9ALB = ((( 0xA9 )<<24)|(( 'a' )<<16)|(( 'l' )<<8)|( 'b' )), GF_ISOM_BOX_TYPE_0xA9COM = ((( 0xA9 )<<24)|(( 'c' )<<16)|(( 'o' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_0xA9WRT = ((( 0xA9 )<<24)|(( 'w' )<<16)|(( 'r' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_0xA9TOO = ((( 0xA9 )<<24)|(( 't' )<<16)|(( 'o' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_0xA9CPY = ((( 0xA9 )<<24)|(( 'c' )<<16)|(( 'p' )<<8)|( 'y' )), GF_ISOM_BOX_TYPE_0xA9DES = ((( 0xA9 )<<24)|(( 'd' )<<16)|(( 'e' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_0xA9GEN = ((( 0xA9 )<<24)|(( 'g' )<<16)|(( 'e' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_0xA9GRP = ((( 0xA9 )<<24)|(( 'g' )<<16)|(( 'r' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_0xA9ENC = ((( 0xA9 )<<24)|(( 'e' )<<16)|(( 'n' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_aART = ((( 'a' )<<24)|(( 'A' )<<16)|(( 'R' )<<8)|( 'T' )), GF_ISOM_BOX_TYPE_PGAP = ((( 'p' )<<24)|(( 'g' )<<16)|(( 'a' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_GNRE = ((( 'g' )<<24)|(( 'n' )<<16)|(( 'r' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_DISK = ((( 'd' )<<24)|(( 'i' )<<16)|(( 's' )<<8)|( 'k' )), GF_ISOM_BOX_TYPE_TRKN = ((( 't' )<<24)|(( 'r' )<<16)|(( 'k' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_TMPO = ((( 't' )<<24)|(( 'm' )<<16)|(( 'p' )<<8)|( 'o' )), GF_ISOM_BOX_TYPE_CPIL = ((( 'c' )<<24)|(( 'p' )<<16)|(( 'i' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_COVR = ((( 'c' )<<24)|(( 'o' )<<16)|(( 'v' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_iTunesSpecificInfo = ((( '-' )<<24)|(( '-' )<<16)|(( '-' )<<8)|( '-' )), GF_ISOM_BOX_TYPE_DATA = ((( 'd' )<<24)|(( 'a' )<<16)|(( 't' )<<8)|( 'a' )), GF_ISOM_HANDLER_TYPE_MDIR = ((( 'm' )<<24)|(( 'd' )<<16)|(( 'i' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_CHAP = ((( 'c' )<<24)|(( 'h' )<<16)|(( 'a' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_TEXT = ((( 't' )<<24)|(( 'e' )<<16)|(( 'x' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_OHDR = ((( 'o' )<<24)|(( 'h' )<<16)|(( 'd' )<<8)|( 'r' )), GF_ISOM_BOX_TYPE_GRPI = ((( 'g' )<<24)|(( 'r' )<<16)|(( 'p' )<<8)|( 'i' )), GF_ISOM_BOX_TYPE_MDRI = ((( 'm' )<<24)|(( 'd' )<<16)|(( 'r' )<<8)|( 'i' )), GF_ISOM_BOX_TYPE_ODTT = ((( 'o' )<<24)|(( 'd' )<<16)|(( 't' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_ODRB = ((( 'o' )<<24)|(( 'd' )<<16)|(( 'r' )<<8)|( 'b' )), GF_ISOM_BOX_TYPE_ODKM = ((( 'o' )<<24)|(( 'd' )<<16)|(( 'k' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_ODAF = ((( 'o' )<<24)|(( 'd' )<<16)|(( 'a' )<<8)|( 'f' )), GF_ISOM_BOX_TYPE_DIMS = ((( 'd' )<<24)|(( 'i' )<<16)|(( 'm' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_DIMC = ((( 'd' )<<24)|(( 'i' )<<16)|(( 'm' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_DIST = ((( 'd' )<<24)|(( 'i' )<<16)|(( 'S' )<<8)|( 'T' )), GF_ISOM_BOX_TYPE_AC3 = ((( 'a' )<<24)|(( 'c' )<<16)|(( '-' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_DAC3 = ((( 'd' )<<24)|(( 'a' )<<16)|(( 'c' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_EC3 = ((( 'e' )<<24)|(( 'c' )<<16)|(( '-' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_DEC3 = ((( 'd' )<<24)|(( 'e' )<<16)|(( 'c' )<<8)|( '3' )), GF_ISOM_BOX_TYPE_SUBS = ((( 's' )<<24)|(( 'u' )<<16)|(( 'b' )<<8)|( 's' )), GF_ISOM_BOX_TYPE_RVCC = ((( 'r' )<<24)|(( 'v' )<<16)|(( 'c' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_VTTC = ((( 'v' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_VTCU = ((( 'v' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 'c' )), GF_ISOM_BOX_TYPE_VTTE = ((( 'v' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_CTIM = ((( 'c' )<<24)|(( 't' )<<16)|(( 'i' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_IDEN = ((( 'i' )<<24)|(( 'd' )<<16)|(( 'e' )<<8)|( 'n' )), GF_ISOM_BOX_TYPE_STTG = ((( 's' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 'g' )), GF_ISOM_BOX_TYPE_PAYL = ((( 'p' )<<24)|(( 'a' )<<16)|(( 'y' )<<8)|( 'l' )), GF_ISOM_BOX_TYPE_WVTT = ((( 'w' )<<24)|(( 'v' )<<16)|(( 't' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_STPP = ((( 's' )<<24)|(( 't' )<<16)|(( 'p' )<<8)|( 'p' )), GF_ISOM_BOX_TYPE_SBTT = ((( 's' )<<24)|(( 'b' )<<16)|(( 't' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_STSE = ((( 's' )<<24)|(( 't' )<<16)|(( 's' )<<8)|( 'e' )), GF_ISOM_BOX_TYPE_STTC = ((( 's' )<<24)|(( 't' )<<16)|(( 't' )<<8)|( 'C' )), GF_ISOM_BOX_TYPE_PRFT = ((( 'p' )<<24)|(( 'r' )<<16)|(( 'f' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_GNRM = ((( 'g' )<<24)|(( 'n' )<<16)|(( 'r' )<<8)|( 'm' )), GF_ISOM_BOX_TYPE_GNRV = ((( 'g' )<<24)|(( 'n' )<<16)|(( 'r' )<<8)|( 'v' )), GF_ISOM_BOX_TYPE_GNRA = ((( 'g' )<<24)|(( 'n' )<<16)|(( 'r' )<<8)|( 'a' )), GF_ISOM_BOX_TYPE_STSF = ((( 'S' )<<24)|(( 'T' )<<16)|(( 'S' )<<8)|( 'F' )), GF_ISOM_BOX_TYPE_GHNT = ((( 'g' )<<24)|(( 'h' )<<16)|(( 'n' )<<8)|( 't' )), GF_ISOM_BOX_TYPE_VOID = ((( 'V' )<<24)|(( 'O' )<<16)|(( 'I' )<<8)|( 'D' )), GF_ISOM_BOX_UUID_PSSH = ((( 'P' )<<24)|(( 'S' )<<16)|(( 'S' )<<8)|( 'H' )), GF_ISOM_BOX_UUID_TENC = ((( 'T' )<<24)|(( 'E' )<<16)|(( 'N' )<<8)|( 'C' )), GF_ISOM_BOX_UUID_TFRF = ((( 'T' )<<24)|(( 'F' )<<16)|(( 'R' )<<8)|( 'F' )), GF_ISOM_BOX_UUID_TFXD = ((( 'T' )<<24)|(( 'F' )<<16)|(( 'X' )<<8)|( 'D' )) } |
| enum | { GF_ISOM_TRAF_BASE_OFFSET = 0x01, GF_ISOM_TRAF_SAMPLE_DESC = 0x02, GF_ISOM_TRAF_SAMPLE_DUR = 0x08, GF_ISOM_TRAF_SAMPLE_SIZE = 0x10, GF_ISOM_TRAF_SAMPLE_FLAGS = 0x20, GF_ISOM_TRAF_DUR_EMPTY = 0x10000, GF_ISOM_MOOF_BASE_OFFSET = 0x20000 } |
| enum | { GF_ISOM_TRUN_DATA_OFFSET = 0x01, GF_ISOM_TRUN_FIRST_FLAG = 0x04, GF_ISOM_TRUN_DURATION = 0x100, GF_ISOM_TRUN_SIZE = 0x200, GF_ISOM_TRUN_FLAGS = 0x400, GF_ISOM_TRUN_CTS_OFFSET = 0x800 } |
| enum | { GF_ISOM_DATA_MAP_READ = 1, GF_ISOM_DATA_MAP_WRITE = 2, GF_ISOM_DATA_MAP_EDIT = 3, GF_ISOM_DATA_MAP_READ_ONLY = 4, GF_ISOM_DATA_MAP_CAT = 5 } |
| enum | { GF_ISOM_FRAG_WRITE_READY = 0x01, GF_ISOM_FRAG_READ_DEBUG = 0x02 } |
| enum | { GF_ISMO_HINT_RTP = 1, GF_ISMO_MPEG2_TS = 2 } |
| struct GF_FullBox |
| struct GF_UUIDBox |
| struct GF_MediaDataBox |
| struct GF_UnknownBox |
| struct GF_UnknownUUIDBox |
| struct GF_MovieHeaderBox |
Collaboration diagram for GF_MovieHeaderBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| u64 | creationTime | |
| u64 | modificationTime | |
| u32 | timeScale | |
| u64 | duration | |
| u32 | nextTrackID | |
| u32 | preferredRate | |
| u16 | preferredVolume | |
| char | reserved[10] | |
| u32 | matrixA | |
| u32 | matrixB | |
| u32 | matrixU | |
| u32 | matrixC | |
| u32 | matrixD | |
| u32 | matrixV | |
| u32 | matrixW | |
| u32 | matrixX | |
| u32 | matrixY | |
| u32 | previewTime | |
| u32 | previewDuration | |
| u32 | posterTime | |
| u32 | selectionTime | |
| u32 | selectionDuration | |
| u32 | currentTime | |
| struct GF_ObjectDescriptorBox |
Collaboration diagram for GF_ObjectDescriptorBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| GF_Descriptor * | descriptor | |
| struct GF_EdtsEntry |
| struct GF_EditListBox |
| struct GF_EditBox |
Collaboration diagram for GF_EditBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_EditListBox * | editList | |
| struct GF_UserDataMap |
| struct GF_UserDataBox |
| struct GF_MovieBox |
Collaboration diagram for GF_MovieBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_MovieHeaderBox * | mvhd | |
| GF_ObjectDescriptorBox * | iods | |
| GF_UserDataBox * | udta | |
| struct __tag_mvex_box * | mvex | |
| struct __tag_meta_box * | meta | |
| GF_List * | trackList | |
| GF_ISOFile * | mov | |
| struct GF_TrackHeaderBox |
Collaboration diagram for GF_TrackHeaderBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| u64 | creationTime | |
| u64 | modificationTime | |
| u32 | trackID | |
| u32 | reserved1 | |
| u64 | duration | |
| u32 | reserved2[2] | |
| u16 | layer | |
| u16 | alternate_group | |
| u16 | volume | |
| u16 | reserved3 | |
| u32 | matrix[9] | |
| u32 | width | |
| u32 | height | |
| struct GF_TrackReferenceBox |
| struct GF_TrackBox |
Collaboration diagram for GF_TrackBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_UserDataBox * | udta | |
| GF_TrackHeaderBox * | Header | |
| struct __tag_media_box * | Media | |
| GF_EditBox * | editBox | |
| GF_TrackReferenceBox * | References | |
| struct __tag_meta_box * | meta | |
| GF_MovieBox * | moov | |
| u32 | padding_bytes | |
| char * | name | |
| Bool | is_unpacked | |
| u32 | originalFile | |
| u32 | originalID | |
| s32 | extractor_mode | |
| Bool | has_base_layer | |
| u64 | dts_at_seg_start | |
| u32 | sample_count_at_seg_start | |
| Bool | first_traf_merged | |
| Bool | present_in_scalable_segment | |
| struct GF_MediaHeaderBox |
| struct GF_HandlerBox |
| struct GF_MediaBox |
Collaboration diagram for GF_MediaBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_TrackBox * | mediaTrack | |
| GF_MediaHeaderBox * | mediaHeader | |
| GF_HandlerBox * | handler | |
| struct __tag_media_info_box * | information | |
| u64 | BytesMissing | |
| struct GF_VideoMediaHeaderBox |
| struct GF_SoundMediaHeaderBox |
| struct GF_HintMediaHeaderBox |
| struct GF_MPEGMediaHeaderBox |
| struct GF_SubtitleMediaHeaderBox |
| struct GF_ODMediaHeaderBox |
| struct GF_OCRMediaHeaderBox |
| struct GF_SceneMediaHeaderBox |
| struct GF_DataReferenceBox |
| struct GF_DataInformationBox |
Collaboration diagram for GF_DataInformationBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_DataReferenceBox * | dref | |
| struct GF_DataEntryBox |
| struct GF_DataEntryURLBox |
| struct GF_DataEntryURNBox |
| struct GF_SttsEntry |
| struct GF_TimeToSampleBox |
| struct GF_DttsEntry |
| struct GF_CompositionOffsetBox |
| struct GF_StsfEntry |
| struct GF_SampleFragmentBox |
Collaboration diagram for GF_SampleFragmentBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| GF_List * | entryList | |
| GF_StsfEntry * | w_currentEntry | |
| u32 | w_currentEntryIndex | |
| u32 | r_currentEntryIndex | |
| GF_StsfEntry * | r_currentEntry | |
| struct GF_SampleEntryBox |
| struct GF_GenericSampleEntryBox |
| struct GF_ESDBox |
| struct GF_MPEG4BitRateBox |
| struct GF_MPEG4ExtensionDescriptorsBox |
| struct GF_MPEGSampleEntryBox |
| struct GF_LASERConfigurationBox |
| struct GF_LASeRSampleEntryBox |
Collaboration diagram for GF_LASeRSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| GF_LASERConfigurationBox * | lsr_config | |
| GF_MPEG4BitRateBox * | bitrate | |
| GF_MPEG4ExtensionDescriptorsBox * | descr | |
| GF_SLConfig * | slc | |
| struct GF_PixelAspectRatioBox |
| struct GF_RVCConfigurationBox |
| struct GF_VisualSampleEntryBox |
Collaboration diagram for GF_VisualSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u32 | temporal_quality | |
| u32 | spatial_quality | |
| u16 | Width | |
| u16 | Height | |
| u32 | horiz_res | |
| u32 | vert_res | |
| u32 | entry_data_size | |
| u16 | frames_per_sample | |
| char | compressor_name[33] | |
| u16 | bit_depth | |
| s16 | color_table_index | |
| GF_PixelAspectRatioBox * | pasp | |
| GF_RVCConfigurationBox * | rvcc | |
| struct GF_AVCConfigurationBox |
Collaboration diagram for GF_AVCConfigurationBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_AVCConfig * | config | |
| struct GF_HEVCConfigurationBox |
Collaboration diagram for GF_HEVCConfigurationBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_HEVCConfig * | config | |
| struct GF_MPEGVisualSampleEntryBox |
Collaboration diagram for GF_MPEGVisualSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u32 | temporal_quality | |
| u32 | spatial_quality | |
| u16 | Width | |
| u16 | Height | |
| u32 | horiz_res | |
| u32 | vert_res | |
| u32 | entry_data_size | |
| u16 | frames_per_sample | |
| char | compressor_name[33] | |
| u16 | bit_depth | |
| s16 | color_table_index | |
| GF_PixelAspectRatioBox * | pasp | |
| GF_RVCConfigurationBox * | rvcc | |
| GF_ESDBox * | esd | |
| GF_SLConfig * | slc | |
| GF_AVCConfigurationBox * | avc_config | |
| GF_AVCConfigurationBox * | svc_config | |
| GF_HEVCConfigurationBox * | hevc_config | |
| GF_HEVCConfigurationBox * | shvc_config | |
| GF_MPEG4BitRateBox * | bitrate | |
| GF_MPEG4ExtensionDescriptorsBox * | descr | |
| GF_ESD * | emul_esd | |
| GF_UnknownUUIDBox * | ipod_ext | |
| struct GF_GenericVisualSampleEntryBox |
Collaboration diagram for GF_GenericVisualSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u32 | temporal_quality | |
| u32 | spatial_quality | |
| u16 | Width | |
| u16 | Height | |
| u32 | horiz_res | |
| u32 | vert_res | |
| u32 | entry_data_size | |
| u16 | frames_per_sample | |
| char | compressor_name[33] | |
| u16 | bit_depth | |
| s16 | color_table_index | |
| GF_PixelAspectRatioBox * | pasp | |
| GF_RVCConfigurationBox * | rvcc | |
| u32 | EntryType | |
| char * | data | |
| u32 | data_size | |
| struct GF_AudioSampleEntryBox |
Collaboration diagram for GF_AudioSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u16 | channel_count | |
| u16 | bitspersample | |
| u16 | compression_id | |
| u16 | packet_size | |
| u16 | samplerate_hi | |
| u16 | samplerate_lo | |
| u8 | extensions[36] | |
| struct GF_MPEGAudioSampleEntryBox |
Collaboration diagram for GF_MPEGAudioSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u16 | channel_count | |
| u16 | bitspersample | |
| u16 | compression_id | |
| u16 | packet_size | |
| u16 | samplerate_hi | |
| u16 | samplerate_lo | |
| u8 | extensions[36] | |
| GF_ESDBox * | esd | |
| GF_SLConfig * | slc | |
| struct GF_3GPPConfigBox |
Collaboration diagram for GF_3GPPConfigBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_3GPConfig | cfg | |
| struct GF_3GPPAudioSampleEntryBox |
Collaboration diagram for GF_3GPPAudioSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u16 | channel_count | |
| u16 | bitspersample | |
| u16 | compression_id | |
| u16 | packet_size | |
| u16 | samplerate_hi | |
| u16 | samplerate_lo | |
| u8 | extensions[36] | |
| GF_3GPPConfigBox * | info | |
| struct GF_3GPPVisualSampleEntryBox |
Collaboration diagram for GF_3GPPVisualSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u32 | temporal_quality | |
| u32 | spatial_quality | |
| u16 | Width | |
| u16 | Height | |
| u32 | horiz_res | |
| u32 | vert_res | |
| u32 | entry_data_size | |
| u16 | frames_per_sample | |
| char | compressor_name[33] | |
| u16 | bit_depth | |
| s16 | color_table_index | |
| GF_PixelAspectRatioBox * | pasp | |
| GF_RVCConfigurationBox * | rvcc | |
| GF_3GPPConfigBox * | info | |
| struct GF_GenericAudioSampleEntryBox |
Collaboration diagram for GF_GenericAudioSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u16 | channel_count | |
| u16 | bitspersample | |
| u16 | compression_id | |
| u16 | packet_size | |
| u16 | samplerate_hi | |
| u16 | samplerate_lo | |
| u8 | extensions[36] | |
| u32 | EntryType | |
| char * | data | |
| u32 | data_size | |
| struct GF_AC3ConfigBox |
Collaboration diagram for GF_AC3ConfigBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_AC3Config | cfg | |
| struct GF_AC3SampleEntryBox |
Collaboration diagram for GF_AC3SampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | version | |
| u16 | revision | |
| u32 | vendor | |
| u16 | channel_count | |
| u16 | bitspersample | |
| u16 | compression_id | |
| u16 | packet_size | |
| u16 | samplerate_hi | |
| u16 | samplerate_lo | |
| u8 | extensions[36] | |
| Bool | is_ec3 | |
| GF_AC3ConfigBox * | info | |
| struct GF_DIMSSceneConfigBox |
| struct GF_DIMSScriptTypesBox |
| struct GF_DIMSSampleEntryBox |
Collaboration diagram for GF_DIMSSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| GF_DIMSSceneConfigBox * | config | |
| GF_MPEG4BitRateBox * | bitrate | |
| GF_DIMSScriptTypesBox * | scripts | |
| struct GF_MetaDataSampleEntryBox |
Collaboration diagram for GF_MetaDataSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| char * | content_encoding | |
| char * | mime_type_or_namespace | |
| char * | xml_schema_loc | |
| GF_MPEG4BitRateBox * | bitrate | |
| struct GF_SampleDescriptionBox |
| struct GF_SampleSizeBox |
| struct GF_ChunkOffsetBox |
| struct GF_ChunkLargeOffsetBox |
| struct GF_StscEntry |
| struct GF_SampleToChunkBox |
| struct GF_SyncSampleBox |
| struct GF_StshEntry |
| struct GF_ShadowSyncBox |
| struct GF_DegradationPriorityBox |
| struct GF_PaddingBitsBox |
| struct GF_SampleDependencyTypeBox |
| struct GF_SubSampleEntry |
| struct GF_SubSampleInfoEntry |
| struct GF_SubSampleInformationBox |
| struct GF_CompositionToDecodeBox |
| struct GF_SampleAuxiliaryInfoSizeBox |
| struct GF_SampleAuxiliaryInfoOffsetBox |
| struct GF_SampleTableBox |
Collaboration diagram for GF_SampleTableBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_TimeToSampleBox * | TimeToSample | |
| GF_CompositionOffsetBox * | CompositionOffset | |
| GF_CompositionToDecodeBox * | CompositionToDecode | |
| GF_SyncSampleBox * | SyncSample | |
| GF_SampleDescriptionBox * | SampleDescription | |
| GF_SampleSizeBox * | SampleSize | |
| GF_SampleToChunkBox * | SampleToChunk | |
| GF_Box * | ChunkOffset | |
| GF_ShadowSyncBox * | ShadowSync | |
| GF_DegradationPriorityBox * | DegradationPriority | |
| GF_PaddingBitsBox * | PaddingBits | |
| GF_SampleDependencyTypeBox * | SampleDep | |
| GF_SampleFragmentBox * | Fragments | |
| GF_SubSampleInformationBox * | SubSamples | |
| GF_Box * | piff_psec | |
| GF_Box * | senc | |
| GF_List * | sampleGroups | |
| GF_List * | sampleGroupsDescription | |
| GF_List * | sai_sizes | |
| GF_List * | sai_offsets | |
| u32 | MaxSamplePerChunk | |
| u16 | groupID | |
| u16 | trackPriority | |
| u32 | currentEntryIndex | |
| Bool | no_sync_found | |
| struct GF_MediaInformationBox |
Collaboration diagram for GF_MediaInformationBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_DataInformationBox * | dataInformation | |
| GF_SampleTableBox * | sampleTable | |
| GF_Box * | InfoHeader | |
| struct __tag_data_map * | scalableDataHandler | |
| struct __tag_data_map * | dataHandler | |
| u32 | dataEntryIndex | |
| struct GF_FreeSpaceBox |
| struct GF_CopyrightBox |
| struct GF_ChapterEntry |
| struct GF_ChapterListBox |
| struct GF_TrackReferenceTypeBox |
| struct GF_FileTypeBox |
| struct GF_ProgressiveDownloadBox |
| struct GF_FontTableBox |
Collaboration diagram for GF_FontTableBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u32 | entry_count | |
| GF_FontRecord * | fonts | |
| struct GF_Tx3gSampleEntryBox |
Collaboration diagram for GF_Tx3gSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u32 | displayFlags | |
| s8 | horizontal_justification | |
| s8 | vertical_justification | |
| u32 | back_color | |
| GF_BoxRecord | default_box | |
| GF_StyleRecord | default_style | |
| GF_FontTableBox * | font_table | |
| struct GF_TextSampleEntryBox |
Collaboration diagram for GF_TextSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u32 | displayFlags | |
| u32 | textJustification | |
| char | background_color[6] | |
| char | foreground_color[6] | |
| GF_BoxRecord | default_box | |
| u16 | fontNumber | |
| u16 | fontFace | |
| char | reserved1[8] | |
| u8 | reserved2 | |
| u16 | reserved3 | |
| char * | textName | |
| struct GF_TextStyleBox |
Collaboration diagram for GF_TextStyleBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u32 | entry_count | |
| GF_StyleRecord * | styles | |
| struct GF_TextHighlightBox |
| struct GF_TextHighlightColorBox |
| struct KaraokeRecord |
| struct GF_TextKaraokeBox |
Collaboration diagram for GF_TextKaraokeBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u32 | highlight_starttime | |
| u16 | nb_entries | |
| KaraokeRecord * | records | |
| struct GF_TextScrollDelayBox |
| struct GF_TextHyperTextBox |
| struct GF_TextBoxBox |
Collaboration diagram for GF_TextBoxBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_BoxRecord | box | |
| struct GF_TextBlinkBox |
| struct GF_TextWrapBox |
| struct GF_TrackSelectionBox |
| struct GF_XMLBox |
| struct GF_BinaryXMLBox |
| struct GF_ItemExtentEntry |
| struct GF_ItemLocationEntry |
| struct GF_ItemLocationBox |
| struct GF_PrimaryItemBox |
| struct GF_ItemProtectionBox |
| struct GF_ItemInfoEntryBox |
| struct GF_ItemInfoBox |
| struct GF_OriginalFormatBox |
| struct GF_SchemeTypeBox |
| struct GF_ISMAKMSBox |
| struct GF_ISMASampleFormatBox |
| struct GF_SchemeInformationBox |
Collaboration diagram for GF_SchemeInformationBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_ISMAKMSBox * | ikms | |
| GF_ISMASampleFormatBox * | isfm | |
| struct __oma_kms_box * | okms | |
| struct __cenc_tenc_box * | tenc | |
| struct __piff_tenc_box * | piff_tenc | |
| struct GF_ProtectionInfoBox |
Collaboration diagram for GF_ProtectionInfoBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_OriginalFormatBox * | original_format | |
| GF_SchemeTypeBox * | scheme_type | |
| GF_SchemeInformationBox * | info | |
| struct GF_IPMPInfoBox |
| struct GF_IPMPControlBox |
Collaboration diagram for GF_IPMPControlBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| GF_IPMP_ToolList * | ipmp_tools | |
| GF_List * | descriptors | |
| struct GF_MetaBox |
Collaboration diagram for GF_MetaBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| GF_HandlerBox * | handler | |
| GF_PrimaryItemBox * | primary_resource | |
| GF_DataInformationBox * | file_locations | |
| GF_ItemLocationBox * | item_locations | |
| GF_ItemProtectionBox * | protections | |
| GF_ItemInfoBox * | item_infos | |
| GF_IPMPControlBox * | IPMP_control | |
| struct GF_MovieExtendsHeaderBox |
| struct GF_MovieExtendsBox |
Collaboration diagram for GF_MovieExtendsBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_List * | TrackExList | |
| GF_MovieExtendsHeaderBox * | mehd | |
| GF_ISOFile * | mov | |
| struct GF_TrackExtendsBox |
| struct GF_MovieFragmentHeaderBox |
| struct GF_MovieFragmentBox |
| struct GF_TrackFragmentHeaderBox |
| struct GF_TFBaseMediaDecodeTimeBox |
| struct GF_TrackFragmentBox |
Collaboration diagram for GF_TrackFragmentBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_TrackFragmentHeaderBox * | tfhd | |
| GF_List * | TrackRuns | |
| GF_TrackExtendsBox * | trex | |
| GF_SampleDependencyTypeBox * | sdtp | |
| GF_SubSampleInformationBox * | subs | |
| GF_List * | sampleGroups | |
| GF_List * | sampleGroupsDescription | |
| GF_List * | sai_sizes | |
| GF_List * | sai_offsets | |
| struct __piff_sample_enc_box * | piff_sample_encryption | |
| struct __sample_encryption_box * | sample_encryption | |
| u32 | DataCache | |
| GF_TFBaseMediaDecodeTimeBox * | tfdt | |
| u64 | moof_start_in_bs | |
| struct GF_TrackFragmentRunBox |
| struct GF_TrunEntry |
| struct GF_SegmentTypeBox |
| struct GF_HintSampleEntryBox |
Collaboration diagram for GF_HintSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| u16 | HintTrackVersion | |
| u16 | LastCompatibleVersion | |
| u32 | MaxPacketSize | |
| GF_List * | HintDataTable | |
| struct __tag_hint_sample * | hint_sample | |
| u32 | cur_sample | |
| u32 | pck_sn | |
| u32 | ts_offset | |
| u32 | ssrc | |
| GF_TrackReferenceTypeBox * | hint_ref | |
| struct GF_RTPBox |
| struct GF_SDPBox |
| struct GF_RTPOBox |
| struct GF_HintTrackInfoBox |
| struct GF_RelyHintBox |
| struct GF_TSHintEntryBox |
| struct GF_TimeOffHintEntryBox |
| struct GF_SeqOffHintEntryBox |
| struct GF_TRPYBox |
| struct GF_TOTLBox |
| struct GF_NUMPBox |
| struct GF_NPCKBox |
| struct GF_NTYLBox |
| struct GF_TPAYBox |
| struct GF_MAXRBox |
| struct GF_DMEDBox |
| struct GF_DIMMBox |
| struct GF_DREPBox |
| struct GF_TMINBox |
| struct GF_TMAXBox |
| struct GF_PMAXBox |
| struct GF_DMAXBox |
| struct GF_PAYTBox |
| struct GF_NameBox |
| struct GF_HintInfoBox |
| struct GF_DataBox |
| struct GF_ListItemBox |
Collaboration diagram for GF_ListItemBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| GF_DataBox * | data | |
| struct GF_ItemListBox |
| struct GF_OMADRMCommonHeaderBox |
| struct GF_OMADRMGroupIDBox |
| struct GF_OMADRMMutableInformationBox |
| struct GF_OMADRMTransactionTrackingBox |
| struct GF_OMADRMRightsObjectBox |
| struct GF_OMADRMKMSBox |
Collaboration diagram for GF_OMADRMKMSBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| GF_OMADRMCommonHeaderBox * | hdr | |
| GF_OMADRMAUFormatBox * | fmt | |
| struct GF_SIDXReference |
| struct GF_SegmentIndexBox |
| struct GF_PcrInfoBox |
| struct GF_GlobalAfraEntry |
| struct GF_AdobeFragRandomAccessBox |
Collaboration diagram for GF_AdobeFragRandomAccessBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| Bool | long_ids | |
| Bool | long_offsets | |
| Bool | global_entries | |
| u8 | reserved | |
| u32 | time_scale | |
| u32 | entry_count | |
| GF_List * | local_access_entries | |
| u32 | global_entry_count | |
| GF_List * | global_access_entries | |
| struct GF_AdobeBootstrapInfoBox |
Collaboration diagram for GF_AdobeBootstrapInfoBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | version | |
| u32 | flags | |
| u32 | bootstrapinfo_version | |
| u8 | profile | |
| Bool | live | |
| Bool | update | |
| u8 | reserved | |
| u32 | time_scale | |
| u64 | current_media_time | |
| u64 | smpte_time_code_offset | |
| char * | movie_identifier | |
| u8 | server_entry_count | |
| GF_List * | server_entry_table | |
| u8 | quality_entry_count | |
| GF_List * | quality_entry_table | |
| char * | drm_data | |
| char * | meta_data | |
| u8 | segment_run_table_count | |
| GF_List * | segment_run_table_entries | |
| u8 | fragment_run_table_count | |
| GF_List * | fragment_run_table_entries | |
| struct GF_AdobeSegmentRunEntry |
| struct GF_AdobeSegmentRunTableBox |
| struct GF_AdobeFragmentRunEntry |
| struct GF_AdobeFragmentRunTableBox |
| struct GF_SampleGroupEntry |
| struct GF_SampleGroupBox |
| struct GF_SampleGroupDescriptionBox |
| struct GF_DefaultSampleGroupDescriptionEntry |
| struct GF_VisualRandomAccessEntry |
| struct GF_RollRecoveryEntry |
| struct GF_CENCSampleEncryptionGroupEntry |
| struct GF_ProtectionSystemHeaderBox |
| struct GF_TrackEncryptionBox |
| struct GF_PIFFTrackEncryptionBox |
| struct GF_PIFFProtectionSystemHeaderBox |
| struct GF_PIFFSampleEncryptionBox |
Collaboration diagram for GF_PIFFSampleEncryptionBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u8 | version | |
| u32 | flags | |
| GF_List * | samp_aux_info | |
| GF_TrackFragmentBox * | traf | |
| GF_SampleAuxiliaryInfoSizeBox * | cenc_saiz | |
| GF_SampleAuxiliaryInfoOffsetBox * | cenc_saio | |
| u32 | AlgorithmID | |
| u8 | IV_size | |
| bin128 | KID | |
| struct GF_SampleEncryptionBox |
Collaboration diagram for GF_SampleEncryptionBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u8 | version | |
| u32 | flags | |
| GF_List * | samp_aux_info | |
| GF_TrackFragmentBox * | traf | |
| GF_SampleAuxiliaryInfoSizeBox * | cenc_saiz | |
| GF_SampleAuxiliaryInfoOffsetBox * | cenc_saio | |
| struct GF_ProducerReferenceTimeBox |
| struct GF_DataMap |
| struct GF_FileDataMap |
| struct GF_FileMappingDataMap |
| struct __tag_isom |
Collaboration diagram for GF_ISOFile:| Data Fields | ||
|---|---|---|
| GF_Err | LastError | |
| char * | fileName | |
| GF_DataMap * | movieFileMap | |
| char * | finalName | |
| GF_DataMap * | editFileMap | |
| u32 | interleavingTime | |
| u8 | openMode | |
| u8 | storageMode | |
| u8 | convert_streaming_text | |
| u8 | is_jp2 | |
| Bool | keep_utc | |
| GF_MovieBox * | moov | |
| GF_MediaDataBox * | mdat | |
| GF_FileTypeBox * | brand | |
| GF_ProgressiveDownloadBox * | pdin | |
| GF_MetaBox * | meta | |
| u32 | FragmentsFlags | |
| u32 | NextMoofNumber | |
| GF_MovieFragmentBox * | moof | |
| u64 | current_top_box_start | |
| u64 | segment_start | |
| GF_List * | moof_list | |
| Bool | use_segments | |
| Bool | moof_first | |
| Bool | append_segment | |
| Bool | styp_written | |
| GF_SegmentIndexBox * | root_sidx | |
| u64 | root_sidx_offset | |
| u32 | root_sidx_index | |
| Bool | is_index_segment | |
| GF_BitStream * | segment_bs | |
| Bool | single_moof_mode | |
| u32 | single_moof_state | |
| GF_ProducerReferenceTimeBox * | last_producer_ref_time | |
| GF_List * | TopBoxes | |
| s32 | es_id_default_sync | |
| struct GF_GenericDTE |
| struct GF_EmptyDTE |
| struct GF_ImmediateDTE |
| struct GF_SampleDTE |
| struct GF_StreamDescDTE |
| struct GF_HintDataCache |
Collaboration diagram for GF_HintDataCache:| Data Fields | ||
|---|---|---|
| GF_ISOSample * | samp | |
| GF_TrackBox * | trak | |
| u32 | sample_num | |
| struct GF_HintSample |
| struct GF_HintPacket |
| struct GF_RTPPacket |
| struct _3gpp_text_sample |
Collaboration diagram for GF_TextSample:| Data Fields | ||
|---|---|---|
| char * | text | |
| u32 | len | |
| GF_TextStyleBox * | styles | |
| GF_TextHighlightColorBox * | highlight_color | |
| GF_TextScrollDelayBox * | scroll_delay | |
| GF_TextBoxBox * | box | |
| GF_TextWrapBox * | wrap | |
| GF_List * | others | |
| GF_TextKaraokeBox * | cur_karaoke | |
| struct _generic_subtitle_sample |
| struct GF_StringBox |
| struct GF_WebVTTSampleEntryBox |
| struct GF_XMLSubtitleSampleEntryBox |
| struct GF_SimpleTextSampleEntryBox |
Collaboration diagram for GF_SimpleTextSampleEntryBox:| Data Fields | ||
|---|---|---|
| u32 | type | |
| u64 | size | |
| GF_List * | other_boxes | |
| u8 | uuid[16] | |
| u32 | internal_4cc | |
| u16 | dataReferenceIndex | |
| char | reserved[6] | |
| GF_List * | protections | |
| char * | content_encoding | |
| char * | mime_type | |
| GF_MPEG4BitRateBox * | bitrate | |
| GF_StringBox * | config | |
| #define GF_ISOM_BOX |
| #define GF_ISOM_FULL_BOX |
| #define GF_ISOM_UUID_BOX |
| #define ISOM_DECL_BOX_ALLOC | ( | __TYPE, | |
| __4cc | |||
| ) |
| #define gf_isom_full_box_init | ( | __pre | ) |
| #define GF_ISOM_DATAENTRY_FIELDS char *location; |
| #define GF_ISOM_SAMPLE_ENTRY_FIELDS |
| #define GF_ISOM_VISUAL_SAMPLE_ENTRY |
| #define GF_ISOM_AUDIO_SAMPLE_ENTRY |
| #define GF_ISOM_DATA_FILE 0x01 |
| #define GF_ISOM_DATA_FILE_MAPPING 0x02 |
| #define GF_ISOM_DATA_FILE_EXTERN 0x03 |
| #define GF_ISOM_BASE_DATA_HANDLER |
| #define GF_ISOM_MAC_TIME_OFFSET 2082844800 |
| #define GF_ISOM_FORMAT_FRAG_FLAGS | ( | pad, | |
| sync, | |||
| deg | |||
| ) | ( ( (pad) << 17) | ( ( !(sync) ) << 16) | (deg) ); |
| #define GF_ISOM_GET_FRAG_PAD | ( | flag | ) | ( (flag) >> 17) & 0x7 |
| #define GF_ISOM_GET_FRAG_SYNC | ( | flag | ) | ( ! ( ( (flag) >> 16) & 0x1)) |
| #define GF_ISOM_GET_FRAG_DEG | ( | flag | ) | (flag) & 0x7FFF |
| #define GF_ISOM_GET_FRAG_LEAD | ( | flag | ) | ( (flag) >> 26) & 0x3 |
| #define GF_ISOM_GET_FRAG_DEPENDS | ( | flag | ) | ( (flag) >> 24) & 0x3 |
| #define GF_ISOM_GET_FRAG_DEPENDED | ( | flag | ) | ( (flag) >> 22) & 0x3 |
| #define GF_ISOM_GET_FRAG_REDUNDANT | ( | flag | ) | ( (flag) >> 20) & 0x3 |
| #define GF_ISOM_GET_FRAG_DEPEND_FLAGS | ( | lead, | |
| depends, | |||
| depended, | |||
| redundant | |||
| ) | ( (lead<<26) | (depends<<24) | (depended<<22) | (redundant<<20) ) |
| #define GF_ISOM_RESET_FRAG_DEPEND_FLAGS | ( | flags | ) | flags = flags & 0xFFFFF |
| #define GF_ISMO_BASE_DTE_ENTRY u8 source; |
| #define GF_ISOM_BASE_PACKET s32 relativeTransTime; |
| #define ERROR_ON_DUPLICATED_BOX | ( | __abox, | |
| __parent | |||
| ) |
| typedef struct __isma_format_box GF_OMADRMAUFormatBox |
| anonymous enum |
| anonymous enum |
| anonymous enum |
| anonymous enum |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_box_del | ( | GF_Box * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_read_box_list | ( | GF_Box * | s, |
| GF_BitStream * | bs, | ||
| GF_Err(*)(GF_Box *par, GF_Box *b) | add_box | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_read_box_list_ex | ( | GF_Box * | parent, |
| GF_BitStream * | bs, | ||
| GF_Err(*)(GF_Box *par, GF_Box *b) | add_box, | ||
| u32 | parent_type | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the call graph for this function:
Here is the call graph for this function:| void gf_isom_box_array_del | ( | GF_List * | other_boxes | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_sample_entry_init | ( | GF_SampleEntryBox * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_sample_entry_predestroy | ( | GF_SampleEntryBox * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err LSR_UpdateESD | ( | GF_LASeRSampleEntryBox * | lsr, |
| GF_ESD * | esd | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_video_sample_entry_init | ( | GF_VisualSampleEntryBox * | ent | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_video_sample_entry_read | ( | GF_VisualSampleEntryBox * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_video_sample_entry_write | ( | GF_VisualSampleEntryBox * | ent, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_video_sample_entry_size | ( | GF_VisualSampleEntryBox * | ent | ) |
Here is the caller graph for this function:| Bool gf_isom_is_nalu_based_entry | ( | GF_MediaBox * | mdia, |
| GF_SampleEntryBox * | _entry | ||
| ) |
Here is the caller graph for this function:| GF_Err gf_isom_nalu_sample_rewrite | ( | GF_MediaBox * | mdia, |
| GF_ISOSample * | sample, | ||
| u32 | sampleNumber, | ||
| GF_MPEGVisualSampleEntryBox * | entry | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_audio_sample_entry_init | ( | GF_AudioSampleEntryBox * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_audio_sample_entry_read | ( | GF_AudioSampleEntryBox * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_audio_sample_entry_write | ( | GF_AudioSampleEntryBox * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_audio_sample_entry_size | ( | GF_AudioSampleEntryBox * | ptr | ) |
Here is the caller graph for this function:| u32 gf_isom_sample_get_subsample_entry | ( | GF_ISOFile * | movie, |
| u32 | track, | ||
| u32 | sampleNumber, | ||
| GF_SubSampleInfoEntry ** | sub_sample | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_add_subsample_info | ( | GF_SubSampleInformationBox * | sub_samples, |
| u32 | sampleNumber, | ||
| u32 | subSampleSize, | ||
| u8 | priority, | ||
| u32 | reserved, | ||
| Bool | discardable | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_PIFFSampleEncryptionBox* gf_isom_create_piff_psec_box | ( | u8 | version, |
| u32 | flags, | ||
| u32 | AlgorithmID, | ||
| u8 | IV_size, | ||
| bin128 | KID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_SampleEncryptionBox* gf_isom_create_samp_enc_box | ( | u8 | version, |
| u32 | flags | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_datamap_new | ( | const char * | location, |
| const char * | parentPath, | ||
| u8 | mode, | ||
| GF_DataMap ** | outDataMap | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_datamap_del | ( | GF_DataMap * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_datamap_open | ( | GF_MediaBox * | minf, |
| u32 | dataRefIndex, | ||
| u8 | Edit | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_datamap_close | ( | GF_MediaInformationBox * | minf | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_datamap_get_data | ( | GF_DataMap * | map, |
| char * | buffer, | ||
| u32 | bufferLength, | ||
| u64 | Offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_DataMap* gf_isom_fdm_new | ( | const char * | sPath, |
| u8 | mode | ||
| ) |
we open the file in READ/WRITE mode, in case
we open the file in CAT mode, in case
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_fdm_del | ( | GF_FileDataMap * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_fdm_get_data | ( | GF_FileDataMap * | ptr, |
| char * | buffer, | ||
| u32 | bufferLength, | ||
| u64 | fileOffset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_DataMap* gf_isom_fdm_new_temp | ( | const char * | sTempPath | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_DataMap* gf_isom_fmo_new | ( | const char * | sPath, |
| u8 | mode | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_fmo_del | ( | GF_FileMappingDataMap * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_fmo_get_data | ( | GF_FileMappingDataMap * | ptr, |
| char * | buffer, | ||
| u32 | bufferLength, | ||
| u64 | fileOffset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u64 gf_isom_datamap_get_offset | ( | GF_DataMap * | map | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_datamap_add_data | ( | GF_DataMap * | ptr, |
| char * | data, | ||
| u32 | dataSize | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_datamap_flush | ( | GF_DataMap * | map | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TrackExtendsBox* GetTrex | ( | GF_MovieBox * | moov, |
| u32 | TrackID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u64 gf_isom_get_mp4time | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_set_last_error | ( | GF_ISOFile * | the_file, |
| GF_Err | error | ||
| ) |
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_ISOFile* gf_isom_new_movie | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TrackBox* gf_isom_get_track_from_file | ( | GF_ISOFile * | the_file, |
| u32 | trackNumber | ||
| ) |
Here is the call graph for this function:| GF_TrackBox* gf_isom_get_track | ( | GF_MovieBox * | moov, |
| u32 | trackNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TrackBox* gf_isom_get_track_from_id | ( | GF_MovieBox * | moov, |
| u32 | trackID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TrackBox* gf_isom_get_track_from_original_id | ( | GF_MovieBox * | moov, |
| u32 | originalID, | ||
| u32 | originalFile | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_get_tracknum_from_id | ( | GF_MovieBox * | moov, |
| u32 | trackID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_ISOFile* gf_isom_open_file | ( | const char * | fileName, |
| u32 | OpenMode, | ||
| const char * | tmp_dir | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_delete_movie | ( | GF_ISOFile * | mov | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err GetESD | ( | GF_MovieBox * | moov, |
| u32 | trackID, | ||
| u32 | StreamDescIndex, | ||
| GF_ESD ** | outESD | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err GetESDForTime | ( | GF_MovieBox * | moov, |
| u32 | trackID, | ||
| u64 | CTS, | ||
| GF_ESD ** | outESD | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_GetSampleDesc | ( | GF_MediaBox * | mdia, |
| u32 | SampleDescIndex, | ||
| GF_SampleEntryBox ** | out_entry, | ||
| u32 * | dataRefIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_GetSampleDescIndex | ( | GF_MediaBox * | mdia, |
| u64 | DTS, | ||
| u32 * | sampleDescIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_GetESD | ( | GF_MediaBox * | mdia, |
| u32 | sampleDescIndex, | ||
| GF_ESD ** | esd, | ||
| Bool | true_desc_only | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Track_FindRef | ( | GF_TrackBox * | trak, |
| u32 | ReferenceType, | ||
| GF_TrackReferenceTypeBox ** | dpnd | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err GetMediaTime | ( | GF_TrackBox * | trak, |
| Bool | force_non_empty, | ||
| u64 | movieTime, | ||
| u64 * | MediaTime, | ||
| s64 * | SegmentStartTime, | ||
| s64 * | MediaOffset, | ||
| u8 * | useEdit, | ||
| u64 * | next_edit_start_plus_one | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_GetSample | ( | GF_MediaBox * | mdia, |
| u32 | sampleNumber, | ||
| GF_ISOSample ** | samp, | ||
| u32 * | sampleDescriptionIndex, | ||
| Bool | no_data, | ||
| u64 * | out_offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_CheckDataEntry | ( | GF_MediaBox * | mdia, |
| u32 | dataEntryIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_FindSyncSample | ( | GF_SampleTableBox * | stbl, |
| u32 | searchFromTime, | ||
| u32 * | sampleNumber, | ||
| u8 | mode | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_RewriteODFrame | ( | GF_MediaBox * | mdia, |
| GF_ISOSample * | sample | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_FindDataRef | ( | GF_DataReferenceBox * | dref, |
| char * | URLname, | ||
| char * | URNname, | ||
| u32 * | dataRefIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Bool Media_IsSelfContained | ( | GF_MediaBox * | mdia, |
| u32 | StreamDescIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TrackBox* GetTrackbyID | ( | GF_MovieBox * | moov, |
| u32 | TrackID | ||
| ) |
Here is the call graph for this function:| GF_Err findEntryForTime | ( | GF_SampleTableBox * | stbl, |
| u64 | DTS, | ||
| u8 | useCTS, | ||
| u32 * | sampleNumber, | ||
| u32 * | prevSampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetSampleSize | ( | GF_SampleSizeBox * | stsz, |
| u32 | SampleNumber, | ||
| u32 * | Size | ||
| ) |
Here is the caller graph for this function:| GF_Err stbl_GetSampleCTS | ( | GF_CompositionOffsetBox * | ctts, |
| u32 | SampleNumber, | ||
| s32 * | CTSoffset | ||
| ) |
Here is the caller graph for this function:| GF_Err stbl_GetSampleDTS | ( | GF_TimeToSampleBox * | stts, |
| u32 | SampleNumber, | ||
| u64 * | DTS | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetSampleDTS_and_Duration | ( | GF_TimeToSampleBox * | stts, |
| u32 | SampleNumber, | ||
| u64 * | DTS, | ||
| u32 * | duration | ||
| ) |
Here is the caller graph for this function:| GF_Err stbl_GetSampleRAP | ( | GF_SyncSampleBox * | stss, |
| u32 | SampleNumber, | ||
| u8 * | IsRAP, | ||
| u32 * | prevRAP, | ||
| u32 * | nextRAP | ||
| ) |
Here is the caller graph for this function:| GF_Err stbl_SearchSAPs | ( | GF_SampleTableBox * | stbl, |
| u32 | SampleNumber, | ||
| u8 * | IsRAP, | ||
| u32 * | prevRAP, | ||
| u32 * | nextRAP | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetSampleInfos | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u64 * | offset, | ||
| u32 * | chunkNumber, | ||
| u32 * | descIndex, | ||
| u8 * | isEdited | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetSampleShadow | ( | GF_ShadowSyncBox * | stsh, |
| u32 * | sampleNumber, | ||
| u32 * | syncNum | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetPaddingBits | ( | GF_PaddingBitsBox * | padb, |
| u32 | SampleNumber, | ||
| u8 * | PadBits | ||
| ) |
Here is the caller graph for this function:| u32 stbl_GetSampleFragmentCount | ( | GF_SampleFragmentBox * | stsf, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 stbl_GetSampleFragmentSize | ( | GF_SampleFragmentBox * | stsf, |
| u32 | sampleNumber, | ||
| u32 | FragmentIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_GetSampleDepType | ( | GF_SampleDependencyTypeBox * | stbl, |
| u32 | SampleNumber, | ||
| u32 * | dependsOn, | ||
| u32 * | dependedOn, | ||
| u32 * | redundant | ||
| ) |
Here is the caller graph for this function:| GF_Err stbl_UnpackOffsets | ( | GF_SampleTableBox * | stbl | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err SetTrackDuration | ( | GF_TrackBox * | trak | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_SetDuration | ( | GF_TrackBox * | trak | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_get_ttxt_esd | ( | GF_MediaBox * | mdia, |
| GF_ESD ** | out_esd | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_rewrite_text_sample | ( | GF_ISOSample * | samp, |
| u32 | sampleDescriptionIndex, | ||
| u32 | sample_dur | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_UserDataMap* udta_getEntry | ( | GF_UserDataBox * | ptr, |
| u32 | box_type, | ||
| bin128 * | uuid | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err FlushCaptureMode | ( | GF_ISOFile * | movie | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_ISOFile* gf_isom_create_movie | ( | const char * | fileName, |
| u32 | OpenMode, | ||
| const char * | tmp_dir | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_insert_moov | ( | GF_ISOFile * | file | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err WriteToFile | ( | GF_ISOFile * | movie | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Track_SetStreamDescriptor | ( | GF_TrackBox * | trak, |
| u32 | StreamDescriptionIndex, | ||
| u32 | DataReferenceIndex, | ||
| GF_ESD * | esd, | ||
| u32 * | outStreamIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u8 RequestTrack | ( | GF_MovieBox * | moov, |
| u32 | TrackID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err NewMedia | ( | GF_MediaBox ** | mdia, |
| u32 | MediaType, | ||
| u32 | TimeScale | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_ParseODFrame | ( | GF_MediaBox * | mdia, |
| GF_ISOSample * | sample, | ||
| GF_ISOSample ** | od_samp | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_AddSample | ( | GF_MediaBox * | mdia, |
| u64 | data_offset, | ||
| GF_ISOSample * | sample, | ||
| u32 | StreamDescIndex, | ||
| u32 | syncShadowNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_CreateDataRef | ( | GF_DataReferenceBox * | dref, |
| char * | URLname, | ||
| char * | URNname, | ||
| u32 * | dataRefIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_UpdateSample | ( | GF_MediaBox * | mdia, |
| u32 | sampleNumber, | ||
| GF_ISOSample * | sample, | ||
| Bool | data_only | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err Media_UpdateSampleReference | ( | GF_MediaBox * | mdia, |
| u32 | sampleNumber, | ||
| GF_ISOSample * | sample, | ||
| u64 | data_offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddDTS | ( | GF_SampleTableBox * | stbl, |
| u64 | DTS, | ||
| u32 * | sampleNumber, | ||
| u32 | LastAUDefDuration | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddCTS | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u32 | CTSoffset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddSize | ( | GF_SampleSizeBox * | stsz, |
| u32 | sampleNumber, | ||
| u32 | size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddRAP | ( | GF_SyncSampleBox * | stss, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddShadow | ( | GF_ShadowSyncBox * | stsh, |
| u32 | sampleNumber, | ||
| u32 | shadowNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddChunkOffset | ( | GF_MediaBox * | mdia, |
| u32 | sampleNumber, | ||
| u32 | StreamDescIndex, | ||
| u64 | offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddSampleFragment | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u16 | size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetChunkOffset | ( | GF_MediaBox * | mdia, |
| u32 | sampleNumber, | ||
| u64 | offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetSampleCTS | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u32 | offset | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetSampleSize | ( | GF_SampleSizeBox * | stsz, |
| u32 | SampleNumber, | ||
| u32 | size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetSampleRAP | ( | GF_SyncSampleBox * | stss, |
| u32 | SampleNumber, | ||
| u8 | isRAP | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetSyncShadow | ( | GF_ShadowSyncBox * | stsh, |
| u32 | sampleNumber, | ||
| u32 | syncSample | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetPaddingBits | ( | GF_SampleTableBox * | stbl, |
| u32 | SampleNumber, | ||
| u8 | bits | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SampleSizeAppend | ( | GF_SampleSizeBox * | stsz, |
| u32 | data_size | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetChunkAndOffset | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u32 | StreamDescIndex, | ||
| GF_SampleToChunkBox * | the_stsc, | ||
| GF_Box ** | the_stco, | ||
| u64 | data_offset, | ||
| u8 | forceNewChunk | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_EdtsEntry* CreateEditEntry | ( | u64 | EditDuration, |
| u64 | MediaTime, | ||
| u8 | EditMode | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_SetRedundant | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddRedundant | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveDTS | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber, | ||
| u32 | LastAUDefDuration | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveCTS | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveSize | ( | GF_SampleSizeBox * | stsz, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveChunk | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveRAP | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveShadow | ( | GF_ShadowSyncBox * | stsh, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemovePaddingBits | ( | GF_SampleTableBox * | stbl, |
| u32 | SampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveSampleFragments | ( | GF_SampleTableBox * | stbl, |
| u32 | sampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_RemoveRedundant | ( | GF_SampleTableBox * | stbl, |
| u32 | SampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_add_sample_group_entry | ( | GF_List * | sampleGroups, |
| u32 | sample_number, | ||
| u32 | grouping_type, | ||
| u32 | sampleGroupDescriptionIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_close_fragments | ( | GF_ISOFile * | movie | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err GetNextMediaTime | ( | GF_TrackBox * | trak, |
| u64 | movieTime, | ||
| u64 * | OutMovieTime | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err GetPrevMediaTime | ( | GF_TrackBox * | trak, |
| u64 | movieTime, | ||
| u64 * | OutMovieTime | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Bool IsHintTrack | ( | GF_TrackBox * | trak | ) |
Here is the caller graph for this function:| Bool CheckHintFormat | ( | GF_TrackBox * | trak, |
| u32 | HintType | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 GetHintFormat | ( | GF_TrackBox * | trak | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_ItemListBox* gf_ismo_locate_box | ( | GF_List * | list, |
| u32 | boxType, | ||
| bin128 | UUID | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stsd_AddBox | ( | GF_SampleDescriptionBox * | ptr, |
| GF_Box * | a | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err hnti_AddBox | ( | GF_HintTrackInfoBox * | hnti, |
| GF_Box * | a | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err udta_AddBox | ( | GF_UserDataBox * | ptr, |
| GF_Box * | a | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err stbl_AddBox | ( | GF_SampleTableBox * | ptr, |
| GF_Box * | a | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err AVC_HEVC_UpdateESD | ( | GF_MPEGVisualSampleEntryBox * | avc, |
| GF_ESD * | esd | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void AVC_RewriteESDescriptor | ( | GF_MPEGVisualSampleEntryBox * | avc | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void HEVC_RewriteESDescriptor | ( | GF_MPEGVisualSampleEntryBox * | avc | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err reftype_AddRefTrack | ( | GF_TrackReferenceTypeBox * | ref, |
| u32 | trackID, | ||
| u16 * | outRefIndex | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_XMLBox* gf_isom_get_meta_xml | ( | GF_ISOFile * | file, |
| Bool | root_meta, | ||
| u32 | track_num, | ||
| Bool * | is_binary | ||
| ) |
Here is the call graph for this function:| void gf_isom_cenc_set_saiz_saio | ( | GF_SampleEncryptionBox * | senc, |
| GF_SampleTableBox * | stbl, | ||
| GF_TrackFragmentBox * | traf, | ||
| u32 | len | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_cenc_merge_saiz_saio | ( | GF_SampleEncryptionBox * | senc, |
| GF_SampleTableBox * | stbl, | ||
| u32 | offset, | ||
| u32 | len | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| Bool gf_isom_cenc_has_saiz_saio | ( | GF_SampleTableBox * | stbl, |
| GF_TrackFragmentBox * | traf | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_GenericDTE* NewDTE | ( | u8 | type | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void DelDTE | ( | GF_GenericDTE * | dte | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err ReadDTE | ( | GF_GenericDTE * | dte, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err WriteDTE | ( | GF_GenericDTE * | dte, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err OffsetDTE | ( | GF_GenericDTE * | dte, |
| u32 | offset, | ||
| u32 | HintSampleNumber | ||
| ) |
Here is the caller graph for this function:| GF_HintSample* gf_isom_hint_sample_new | ( | u32 | ProtocolType | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_hint_sample_del | ( | GF_HintSample * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_sample_read | ( | GF_HintSample * | ptr, |
| GF_BitStream * | bs, | ||
| u32 | sampleSize | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_sample_write | ( | GF_HintSample * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_hint_sample_size | ( | GF_HintSample * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_HintPacket* gf_isom_hint_pck_new | ( | u8 | HintType | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_hint_pck_del | ( | u8 | HintType, |
| GF_HintPacket * | ptr | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_pck_read | ( | u8 | HintType, |
| GF_HintPacket * | ptr, | ||
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_pck_write | ( | u8 | HintType, |
| GF_HintPacket * | ptr, | ||
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_hint_pck_size | ( | u8 | HintType, |
| GF_HintPacket * | ptr | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_pck_offset | ( | u8 | HintType, |
| GF_HintPacket * | ptr, | ||
| u32 | offset, | ||
| u32 | HintSampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_pck_add_dte | ( | u8 | HintType, |
| GF_HintPacket * | ptr, | ||
| GF_GenericDTE * | dte, | ||
| u8 | AtBegin | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_hint_pck_length | ( | u8 | HintType, |
| GF_HintPacket * | ptr | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_RTPPacket* gf_isom_hint_rtp_new | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gf_isom_hint_rtp_del | ( | GF_RTPPacket * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_rtp_read | ( | GF_RTPPacket * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_rtp_write | ( | GF_RTPPacket * | ptr, |
| GF_BitStream * | bs | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_hint_rtp_size | ( | GF_RTPPacket * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_hint_rtp_offset | ( | GF_RTPPacket * | ptr, |
| u32 | offset, | ||
| u32 | HintSampleNumber | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| u32 gf_isom_hint_rtp_length | ( | GF_RTPPacket * | ptr | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TextSample* gf_isom_parse_texte_sample | ( | GF_BitStream * | bs | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_TextSample* gf_isom_parse_texte_sample_from_data | ( | char * | data, |
| u32 | dataLength | ||
| ) |
Here is the call graph for this function:| GF_GenericSubtitleSample* gf_isom_parse_generic_subtitle_sample | ( | GF_BitStream * | bs | ) |
| GF_GenericSubtitleSample* gf_isom_parse_generic_subtitle_sample_from_data | ( | char * | data, |
| u32 | dataLength | ||
| ) |
| GF_Box* reftype_New | ( | ) |
Here is the caller graph for this function:| GF_Box* free_New | ( | ) |
Here is the caller graph for this function:| GF_Box* mdat_New | ( | ) |
Here is the caller graph for this function:| GF_Box* moov_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mvhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* mdhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* vmhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* smhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* hmhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* nmhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stbl_New | ( | ) |
Here is the caller graph for this function:| GF_Box* dinf_New | ( | ) |
Here is the caller graph for this function:| GF_Box* url_New | ( | ) |
Here is the caller graph for this function:| GF_Box* urn_New | ( | ) |
Here is the caller graph for this function:| GF_Box* cprt_New | ( | ) |
Here is the caller graph for this function:| GF_Box* chpl_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* hdlr_New | ( | ) |
Here is the caller graph for this function:| GF_Box* iods_New | ( | ) |
Here is the caller graph for this function:| GF_Box* trak_New | ( | ) |
Here is the caller graph for this function:| GF_Box* mp4s_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mp4a_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* edts_New | ( | ) |
Here is the caller graph for this function:| GF_Box* udta_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* dref_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stsd_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* stts_New | ( | ) |
Here is the caller graph for this function:| GF_Box* ctts_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stsh_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* elst_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* stsc_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stsz_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stco_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stss_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stdp_New | ( | ) |
Here is the caller graph for this function:| GF_Box* sdtp_New | ( | ) |
Here is the caller graph for this function:| GF_Box* co64_New | ( | ) |
Here is the caller graph for this function:| GF_Box* esds_New | ( | ) |
Here is the caller graph for this function:| GF_Box* minf_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tkhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tref_New | ( | ) |
Here is the caller graph for this function:| GF_Box* mdia_New | ( | ) |
Here is the caller graph for this function:| GF_Box* defa_New | ( | ) |
Here is the caller graph for this function:| GF_Box* uuid_New | ( | ) |
Here is the caller graph for this function:| GF_Box* void_New | ( | ) |
Here is the caller graph for this function:| GF_Box* stsf_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* gnrm_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* gnrv_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* gnra_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* pdin_New | ( | ) |
Here is the caller graph for this function:| void reftype_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void free_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mdat_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void moov_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mvhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mdhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void vmhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void smhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hmhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void nmhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stbl_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dinf_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void url_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void urn_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void chpl_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void cprt_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hdlr_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void iods_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void trak_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mp4s_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mp4v_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mp4a_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void edts_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void udta_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dref_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stsd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stts_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void ctts_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stsh_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void elst_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stsc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stsz_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stco_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stss_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stdp_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void sdtp_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void co64_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void esds_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void minf_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tkhd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tref_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mdia_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void defa_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void uuid_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void void_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stsf_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gnrm_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gnrv_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gnra_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void pdin_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* hinf_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* trpy_New | ( | ) |
Here is the caller graph for this function:| GF_Box* totl_New | ( | ) |
Here is the caller graph for this function:| GF_Box* nump_New | ( | ) |
Here is the caller graph for this function:| GF_Box* npck_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tpyl_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tpay_New | ( | ) |
Here is the caller graph for this function:| GF_Box* maxr_New | ( | ) |
Here is the caller graph for this function:| GF_Box* dmed_New | ( | ) |
Here is the caller graph for this function:| GF_Box* dimm_New | ( | ) |
Here is the caller graph for this function:| GF_Box* drep_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tmin_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tmax_New | ( | ) |
Here is the caller graph for this function:| GF_Box* pmax_New | ( | ) |
Here is the caller graph for this function:| GF_Box* dmax_New | ( | ) |
Here is the caller graph for this function:| GF_Box* payt_New | ( | ) |
Here is the caller graph for this function:| GF_Box* name_New | ( | ) |
Here is the caller graph for this function:| GF_Box* rely_New | ( | ) |
Here is the caller graph for this function:| GF_Box* snro_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tims_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tsro_New | ( | ) |
Here is the caller graph for this function:| GF_Box* ghnt_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* hnti_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* sdp_New | ( | ) |
Here is the caller graph for this function:| GF_Box* rtpo_New | ( | ) |
Here is the caller graph for this function:| void hinf_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void trpy_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void totl_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void nump_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void npck_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tpyl_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tpay_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void maxr_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dmed_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dimm_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void drep_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tmin_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tmax_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void pmax_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dmax_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void payt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void name_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void rely_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void snro_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tims_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tsro_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void ghnt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hnti_del | ( | GF_Box * | a | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void sdp_del | ( | GF_Box * | a | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void rtpo_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* ftyp_New | ( | ) |
Here is the caller graph for this function:| void ftyp_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* padb_New | ( | ) |
Here is the caller graph for this function:| void padb_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void gppa_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gppv_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void gppc_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mvex_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* trex_New | ( | ) |
Here is the caller graph for this function:| GF_Box* moof_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mfhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* traf_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* tfhd_New | ( | ) |
Here is the caller graph for this function:| GF_Box* trun_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* styp_New | ( | ) |
| void mvex_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void trex_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void moof_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void mfhd_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void traf_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tfhd_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void trun_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void styp_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mehd_New | ( | ) |
Here is the caller graph for this function:| void mehd_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* avcc_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void avcc_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* m4ds_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void m4ds_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* btrt_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void btrt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* ftab_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tx3g_New | ( | ) |
Here is the caller graph for this function:| GF_Box* text_New | ( | ) |
Here is the caller graph for this function:| GF_Box* styl_New | ( | ) |
Here is the caller graph for this function:| GF_Box* hlit_New | ( | ) |
Here is the caller graph for this function:| GF_Box* hclr_New | ( | ) |
Here is the caller graph for this function:| GF_Box* krok_New | ( | ) |
Here is the caller graph for this function:| GF_Box* dlay_New | ( | ) |
Here is the caller graph for this function:| GF_Box* href_New | ( | ) |
Here is the caller graph for this function:| GF_Box* tbox_New | ( | ) |
Here is the caller graph for this function:| GF_Box* blnk_New | ( | ) |
Here is the caller graph for this function:| GF_Box* twrp_New | ( | ) |
Here is the caller graph for this function:| void ftab_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tx3g_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void text_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void styl_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hlit_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hclr_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void krok_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void dlay_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void href_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void tbox_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void blnk_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void twrp_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* vtcu_New | ( | ) |
Here is the caller graph for this function:| GF_Box* vtte_New | ( | ) |
Here is the caller graph for this function:| GF_Box* wvtt_New | ( | ) |
Here is the caller graph for this function:| void boxstring_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void vtcu_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void vtte_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void wvtt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_isom_update_webvtt_description | ( | GF_ISOFile * | movie, |
| u32 | trackNumber, | ||
| u32 | descriptionIndex, | ||
| const char * | config | ||
| ) |
Here is the caller graph for this function:| GF_ISOSample* gf_isom_webvtt_to_sample | ( | void * | samp | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* meta_New | ( | ) |
Here is the caller graph for this function:| GF_Box* xml_New | ( | ) |
Here is the caller graph for this function:| GF_Box* bxml_New | ( | ) |
Here is the caller graph for this function:| GF_Box* iloc_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* pitm_New | ( | ) |
Here is the caller graph for this function:| GF_Box* ipro_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* infe_New | ( | ) |
Here is the caller graph for this function:| GF_Box* iinf_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* sinf_New | ( | ) |
Here is the caller graph for this function:| GF_Box* frma_New | ( | ) |
Here is the caller graph for this function:| GF_Box* schm_New | ( | ) |
Here is the caller graph for this function:| GF_Box* schi_New | ( | ) |
Here is the caller graph for this function:| GF_Box* enca_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* encs_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void meta_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void xml_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void bxml_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void iloc_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void pitm_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void ipro_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void infe_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void iinf_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void sinf_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void frma_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void schm_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void schi_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* iKMS_New | ( | ) |
ISMACryp functions
Here is the caller graph for this function:| GF_Box* iSFM_New | ( | ) |
Here is the caller graph for this function:| void iKMS_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void iSFM_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void abst_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* abst_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void afra_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* afra_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void asrt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* asrt_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void afrt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* afrt_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void ilst_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void ListItem_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void data_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* ilst_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* data_New | ( | ) |
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err gf_box_dump | ( | void * | ptr, |
| FILE * | trace | ||
| ) |
Here is the caller graph for this function:| GF_Err gb_box_array_dump | ( | GF_List * | list, |
| FILE * | trace | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_MetaBox* gf_isom_apple_get_meta_extensions | ( | GF_ISOFile * | mov | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_MetaBox* gf_isom_apple_create_meta_extensions | ( | GF_ISOFile * | mov | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* ohdr_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void ohdr_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* grpi_New | ( | ) |
Here is the caller graph for this function:| void grpi_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* mdri_New | ( | ) |
Here is the caller graph for this function:| void mdri_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* odtt_New | ( | ) |
Here is the caller graph for this function:| void odtt_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* odrb_New | ( | ) |
Here is the caller graph for this function:| void odrb_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* odkm_New | ( | ) |
Here is the caller graph for this function:| void odkm_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* pasp_New | ( | ) |
Here is the caller graph for this function:| void pasp_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void metx_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* stse_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stse_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* stpp_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void stpp_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* tsel_New | ( | ) |
Here is the caller graph for this function:| void tsel_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* dimC_New | ( | ) |
Here is the caller graph for this function:| void dimC_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* dims_New | ( | ) |
Here is the caller graph for this function:| void dims_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* diST_New | ( | ) |
Here is the caller graph for this function:| void diST_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void ac3_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void dac3_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* lsrc_New | ( | ) |
Here is the caller graph for this function:| void lsrc_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* lsr1_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void lsr1_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* sidx_New | ( | ) |
Here is the caller graph for this function:| void sidx_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* pcrb_New | ( | ) |
Here is the caller graph for this function:| void pcrb_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* subs_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void subs_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* tfdt_New | ( | ) |
Here is the caller graph for this function:| void tfdt_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* rvcc_New | ( | ) |
Here is the caller graph for this function:| void rvcc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* sbgp_New | ( | ) |
Here is the caller graph for this function:| void sbgp_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* sgpd_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void sgpd_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* saiz_New | ( | ) |
Here is the caller graph for this function:| void saiz_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* saio_New | ( | ) |
Here is the caller graph for this function:| void saio_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* pssh_New | ( | ) |
Here is the caller graph for this function:| void pssh_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* tenc_New | ( | ) |
Here is the caller graph for this function:| void tenc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* piff_tenc_New | ( | ) |
Here is the caller graph for this function:| void piff_tenc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* piff_psec_New | ( | ) |
Here is the caller graph for this function:| void piff_psec_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* piff_pssh_New | ( | ) |
Here is the caller graph for this function:| void piff_pssh_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* senc_New | ( | ) |
Here is the caller graph for this function:| void senc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* cslg_New | ( | ) |
Here is the caller graph for this function:| void cslg_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* hvcc_New | ( | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void hvcc_del | ( | GF_Box * | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void prft_del | ( | GF_Box * | s | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Box* prft_New | ( | ) |
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function: