Searched refs:timestamp_increase (Results 1 – 2 of 2) sorted by relevance
83 uint32_t timestamp_increase = current_header->timestamp - in UpdateLastReceivedPacket() local89 timestamp_increase = 0; in UpdateLastReceivedPacket()93 buffered_audio_ms_ += timestamp_increase * 1000 / sample_rate_hz; in UpdateLastReceivedPacket()106 timestamp_step_ = timestamp_increase; in UpdateLastReceivedPacket()125 timestamp_step_ = timestamp_increase / (packet_gap + 1); in UpdateLastReceivedPacket()
90 uint32_t timestamp_increase = in UpdateSamplesPerPacket() local95 samples_per_packet_ = timestamp_increase / sequence_num_increase; in UpdateSamplesPerPacket()214 uint32_t timestamp_increase = timestamp - timestamp_last_decoded_rtp_; in TimeToPlay() local215 return timestamp_increase / sample_rate_khz_; in TimeToPlay()