Searched refs:increment (Results 1 – 1 of 1) sorted by relevance
200 int mux_rate, increment; in GetTimecode() local209 increment = data_len * TIMECODE_CLOCK / mux_rate - 1; in GetTimecode()210 if (increment<=0) increment = 1; in GetTimecode()211 ctx->timestamp += increment; in GetTimecode()