Home
last modified time | relevance | path

Searched refs:min_time (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c203 if (ts->waited_datasize<=0 || ts->min_time<=ctx->timestamp+TIMECODE_AHEAD) in GetTimecode()
206 …mux_rate = ts->waited_datasize * TIMECODE_CLOCK / (int)(ts->min_time - (ctx->timestamp+TIMECODE_AH… in GetTimecode()
622 ctx->min_time = 0; in tsmux_open()
714 ts->min_time = min_ts; in tsmux_write_packet()
H A DTsMuxer.h127 MFE_S64 min_time; // min PTS of all streams member