OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNackList
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack_unittest.cc
67
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
70
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
84
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
93
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
120
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
129
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
139
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
167
std::vector<uint16_t> nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
184
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs);
198
nack_list = nack->
GetNackList
(kShortRoundTripTimeMs)
[
all
...]
nack.h
88
std::vector<uint16_t>
GetNackList
(int64_t round_trip_time_ms) const;
95
// This test need to access the private method
GetNackList
().
138
NackList
GetNackList
() const;
nack.cc
180
Nack::NackList Nack::
GetNackList
() const {
219
std::vector<uint16_t> Nack::
GetNackList
(int64_t round_trip_time_ms) const {
neteq_impl.h
194
std::vector<uint16_t>
GetNackList
(int64_t round_trip_time_ms) const override;
neteq_impl.cc
434
std::vector<uint16_t> NetEqImpl::
GetNackList
(int64_t round_trip_time_ms) const {
440
return nack_->
GetNackList
(round_trip_time_ms);
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h
271
std::vector<uint16_t>
GetNackList
(int64_t round_trip_time_ms) const;
audio_coding_module_impl.h
183
std::vector<uint16_t>
GetNackList
(int64_t round_trip_time_ms) const override;
acm_receiver.cc
496
std::vector<uint16_t> AcmReceiver::
GetNackList
(
498
return neteq_->
GetNackList
(round_trip_time_ms);
audio_coding_module_impl.cc
813
std::vector<uint16_t> AudioCodingModuleImpl::
GetNackList
(
815
return receiver_.
GetNackList
(round_trip_time_ms);
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
737
virtual std::vector<uint16_t>
GetNackList
(
/external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h
297
virtual std::vector<uint16_t>
GetNackList
(
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc
[
all
...]
jitter_buffer.h
201
std::vector<uint16_t>
GetNackList
(bool* request_key_frame);
receiver.cc
224
return jitter_buffer_.
GetNackList
(request_key_frame);
jitter_buffer.cc
795
// If NACKs are enabled, keyframes are triggered by |
GetNackList
|.
811
// If NACKs are enabled, keyframes are triggered by |
GetNackList
|.
[
all
...]
/external/webrtc/webrtc/voice_engine/
channel.cc
498
std::vector<uint16_t> nack_list = audio_coding_->
GetNackList
(
[
all
...]
Completed in 1069 milliseconds