Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c200 int mux_rate, increment; in GetTimecode() local
209 increment = data_len * TIMECODE_CLOCK / mux_rate - 1; in GetTimecode()
210 if (increment<=0) increment = 1; in GetTimecode()
211 ctx->timestamp += increment; in GetTimecode()