OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtp_timestamps_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc
107
rtp_timestamps_
.size() * samples_per_10ms_frame);
108
rtp_timestamps_
.push_back(rtp_timestamp);
112
if (
rtp_timestamps_
.size() < frames_to_encode) {
164
rtp_timestamps_
.erase(
rtp_timestamps_
.begin(),
165
rtp_timestamps_
.begin() + frames_to_encode);
172
rtp_timestamps_
.clear();
230
info.encoded_timestamp =
rtp_timestamps_
.front();
245
speech_encoder_->Encode(
rtp_timestamps_
.front(),
audio_encoder_cng.h
85
std::vector<uint32_t>
rtp_timestamps_
;
member in class:webrtc::final
Completed in 79 milliseconds