Searched refs:undefined_64_ver (Results 1 – 4 of 4) sorted by relevance
73 file->undefined_64_ver = 1; in isom_check_compatibility()196 file->undefined_64_ver = file->qt_compatible || file->itunes_movie; in isom_check_compatibility()
94 if( (LSMASH_IS_EXISTING_BOX( tkhd->file ) && !tkhd->file->undefined_64_ver) in isom_write_tkhd()176 if( !file->undefined_64_ver ) in isom_write_elst()237 if( (LSMASH_IS_EXISTING_BOX( mdhd->file ) && !mdhd->file->undefined_64_ver) in isom_write_mdhd()1101 if( (LSMASH_IS_EXISTING_BOX( mvhd->file ) && !mvhd->file->undefined_64_ver) in isom_write_mvhd()
130 if( !elst->file->undefined_64_ver in isom_add_elst_entry()788 if( mdhd->duration > UINT32_MAX && !file->undefined_64_ver ) in isom_update_mdhd_duration()811 if( mvhd->duration > UINT32_MAX && !mvhd->file->undefined_64_ver ) in isom_update_mvhd_duration()851 if( tkhd->duration > UINT32_MAX && !file->undefined_64_ver ) in isom_update_tkhd_duration()
1957 …uint8_t undefined_64_ver; /* If set to 1, 64-bit version fields, e.g. duration, are unde… member