OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_number_of_packets_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc
41
:
max_number_of_packets_
(max_number_of_packets) {}
68
if (buffer_.size() >=
max_number_of_packets_
) {
297
*max_num_packets = static_cast<int>(
max_number_of_packets_
);
packet_buffer.h
149
size_t
max_number_of_packets_
;
member in class:webrtc::PacketBuffer
Completed in 1693 milliseconds