Searched refs:rtp_timestamps_ (Results 1 – 2 of 2) sorted by relevance
107 rtp_timestamps_.size() * samples_per_10ms_frame); in EncodeInternal()108 rtp_timestamps_.push_back(rtp_timestamp); in EncodeInternal()112 if (rtp_timestamps_.size() < frames_to_encode) { in EncodeInternal()164 rtp_timestamps_.erase(rtp_timestamps_.begin(), in EncodeInternal()165 rtp_timestamps_.begin() + frames_to_encode); in EncodeInternal()172 rtp_timestamps_.clear(); in Reset()230 info.encoded_timestamp = rtp_timestamps_.front(); in EncodePassive()245 speech_encoder_->Encode(rtp_timestamps_.front(), in EncodeActive()
85 std::vector<uint32_t> rtp_timestamps_; variable