Home
last modified time | relevance | path

Searched refs:last_PTS (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dinits.c36 pointer->last_PTS.msb = 0; in empty_video_struc()
37 pointer->last_PTS.lsb = 0; in empty_video_struc()
38 pointer->last_PTS.reference_ext = 0; in empty_video_struc()
39 pointer->last_PTS.negative = 0; in empty_video_struc()
H A Dinptstrm.c815 if (!comp_timecode(&access_unit.PTS, &video_info->last_PTS)) in get_info_video()
816 copy_timecode(&access_unit.PTS, &video_info->last_PTS); in get_info_video()
900 …sprintf(tmpStr, " Total time (seconds) : %u",(unsigned int)(get_timecode(&video_info->last_PTS)… in output_info_video()
H A Dmplex.h235 struct timecode_struc last_PTS; member
H A Dmultplex.c1206 if (start_time > get_timecode(&video_info->last_PTS) / 27000) in outputstream()
1209 (unsigned int)(get_timecode(&video_info->last_PTS) / CLOCKS)); in outputstream()