Home
last modified time | relevance | path

Searched refs:LSMASH_TIMESTAMP_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dfragment.c90 return cache->fragment->largest_cts != LSMASH_TIMESTAMP_UNDEFINED in isom_fragment_get_implicit_segment_duration()
674 if( subsegment->smallest_cts != LSMASH_TIMESTAMP_UNDEFINED in isom_make_segment_index_entry()
687 TSAP = LSMASH_TIMESTAMP_UNDEFINED; in isom_make_segment_index_entry()
688 TDEC = LSMASH_TIMESTAMP_UNDEFINED; in isom_make_segment_index_entry()
689 TEPT = LSMASH_TIMESTAMP_UNDEFINED; in isom_make_segment_index_entry()
690 TPTF = LSMASH_TIMESTAMP_UNDEFINED; in isom_make_segment_index_entry()
782 if( TSAP != LSMASH_TIMESTAMP_UNDEFINED in isom_make_segment_index_entry()
783 && TDEC != LSMASH_TIMESTAMP_UNDEFINED in isom_make_segment_index_entry()
784 && TEPT != LSMASH_TIMESTAMP_UNDEFINED ) in isom_make_segment_index_entry()
786 if( TPTF != LSMASH_TIMESTAMP_UNDEFINED ) in isom_make_segment_index_entry()
[all …]
H A Dbox.c1290 fragment->largest_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
1291 fragment->subsegment.largest_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
1292 fragment->subsegment.smallest_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
1293 fragment->subsegment.first_sample_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
1294 fragment->subsegment.first_ed_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
1295 fragment->subsegment.first_rp_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_add_trak()
H A Disom.c674 uint64_t min_cts = LSMASH_TIMESTAMP_UNDEFINED; in isom_update_mdhd_duration()
744 if( min_cts != LSMASH_TIMESTAMP_UNDEFINED ) in isom_update_mdhd_duration()
767 && min_cts != LSMASH_TIMESTAMP_UNDEFINED in isom_update_mdhd_duration()
3014 = cache->fragment->largest_cts != LSMASH_TIMESTAMP_UNDEFINED in isom_update_cache_timestamp()
3024 int non_output_sample = (cts == LSMASH_TIMESTAMP_UNDEFINED); in isom_add_timestamp()
3561 if( sample->cts != LSMASH_TIMESTAMP_UNDEFINED in isom_group_roll_recovery()
3562 && group->rp_cts != LSMASH_TIMESTAMP_UNDEFINED in isom_group_roll_recovery()
3720 …audio->samplesPerPacket == 0 || sample_duration == 0 || sample->cts == LSMASH_TIMESTAMP_UNDEFINED ) in isom_update_sample_tables()
3898 else if( sample->length < frame_size || sample->cts == LSMASH_TIMESTAMP_UNDEFINED ) in isom_append_sample_by_type()
4030 || sample->dts == LSMASH_TIMESTAMP_UNDEFINED ) in lsmash_append_sample()
H A Dbox.h2409 return LSMASH_TIMESTAMP_UNDEFINED; in isom_make_cts()
2424 return LSMASH_TIMESTAMP_UNDEFINED; in isom_make_cts_adjust()
H A Dtimeline.c1621 if( rap_cts != LSMASH_TIMESTAMP_UNDEFINED && rap_cts > cts ) in lsmash_get_closest_random_accessible_point_detail_from_media_timeline()
1952 if( ts[i].cts != LSMASH_TIMESTAMP_UNDEFINED ) in lsmash_set_media_timestamps()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h1544 #define LSMASH_TIMESTAMP_UNDEFINED UINT64_MAX macro