/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 13 ATTRIBUTE Acct-Input-Packets 47 integer 14 ATTRIBUTE Acct-Output-Packets 48 integer
|
dictionary | 82 ATTRIBUTE Acct-Input-Packets 47 integer 83 ATTRIBUTE Acct-Output-Packets 48 integer
|
dictionary.ascend | 86 ATTRIBUTE Ascend-Pre-Input-Packets 192 integer 87 ATTRIBUTE Ascend-Pre-Output-Packets 193 integer
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
packet_sender.h | 48 void SetSenderTimestamps(Packets* in_out); 74 void RunFor(int64_t time_ms, Packets* in_out) override; 91 Packets* generated); 110 void RunFor(int64_t time_ms, Packets* in_out) override; 127 void QueuePackets(Packets* batch, int64_t end_of_batch_time_us); 130 Packets queue_; 131 Packets pacer_queue_; 145 void RunFor(int64_t time_ms, Packets* in_out) override; 170 void SendPackets(Packets* in_out); 174 Packets GeneratePackets(size_t num_packets) [all...] |
bwe_test.h | 38 void RunFor(int64_t time_ms, int64_t time_now_ms, Packets* in_out); 41 void FindPacketsToProcess(const FlowIds& flow_ids, Packets* in, Packets* out); 42 void QueuePackets(Packets* batch, int64_t end_of_batch_time_us); 45 Packets queue_; 56 void Run(int64_t run_for_ms, int64_t now_ms, Packets* packets); 135 void FindPacketsToProcess(const FlowIds& flow_ids, Packets* in, 136 Packets* out); 143 Packets packets_ [all...] |
packet_sender.cc | 53 std::list<FeedbackPacket*> GetFeedbackPackets(Packets* in_out, 97 void VideoSender::RunFor(int64_t time_ms, Packets* in_out) { 106 Packets* packets) { 121 Packets generated; 124 packets->merge(generated, DereferencingComparator<Packet>); 176 void PacedVideoSender::RunFor(int64_t time_ms, Packets* in_out) { 178 // Run process periodically to allow the packets to be paced out. 207 Packets generated_packets; 260 void PacedVideoSender::QueuePackets(Packets* batch [all...] |
bwe_test_framework_unittest.cc | 25 static bool IsSequenceNumberSorted(const Packets& packets) { 26 PacketsConstIt last_it = packets.begin(); 27 for (PacketsConstIt it = last_it; it != packets.end(); ++it) { 40 Packets packets; local 41 // Insert some packets in order... 42 EXPECT_TRUE(IsTimeSorted(packets)); 44 packets.push_back(new MediaPacket(100, 0)); 45 EXPECT_TRUE(IsTimeSorted(packets)); 65 Packets packets; local 158 Packets packets; local 219 Packets packets; local 233 Packets packets; local 285 Packets packets; local 383 Packets packets; local 439 Packets packets; local 507 Packets packets; local 599 Packets packets; local 656 Packets packets; local 783 Packets packets; local 928 Packets packets; local 967 Packets packets; local 982 Packets packets; local 1007 Packets packets; local [all...] |
packet_receiver.h | 42 void RunFor(int64_t time_ms, Packets* in_out) override;
|
bwe_test_framework.h | 178 bool IsTimeSorted(const Packets& packets); 207 // Run simulation for |time_ms| milliseconds, consuming packets from, and 208 // producing packets into in_out. The outgoing packet list must be sorted on 210 virtual void RunFor(int64_t time_ms, Packets* in_out) = 0; 247 virtual void RunFor(int64_t time_ms, Packets* in_out); 267 virtual void RunFor(int64_t time_ms, Packets* in_out); 283 virtual void RunFor(int64_t time_ms, Packets* in_out); 299 virtual void RunFor(int64_t time_ms, Packets* in_out); 312 // Reorders two consecutive packets with a probability of reorder_percent [all...] |
packet_receiver.cc | 78 void PacketReceiver::RunFor(int64_t time_ms, Packets* in_out) { 79 Packets feedback; 115 // Insert feedback packets to be sent back to the sender.
|
bwe_test_framework.cc | 176 bool IsTimeSorted(const Packets& packets) { 177 PacketsConstIt last_it = packets.begin(); 178 for (PacketsConstIt it = last_it; it != packets.end(); ++it) { 292 void RateCounterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { 323 void LossFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { 357 void DelayFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { 402 void JitterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { 456 void ReorderFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { 503 void ChokeFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) [all...] |
bwe_test.cc | 49 Packets* in_out) { 50 Packets to_process; 61 Packets* in, 62 Packets* out) { 64 for (Packets::iterator it = in->begin(); it != in->end();) { 69 Packets::iterator next = it; 79 void PacketProcessorRunner::QueuePackets(Packets* batch, 85 Packets::iterator it = queue_.begin(); 91 Packets to_transfer; 150 // Ownership of the created packets is handed over to the caller [all...] |
bwe.h | 48 // Holds only essential information about packets to be saved for 69 // Used for keeping the latest arrived packets while avoiding duplicates. 122 virtual void OnPacketsSent(const Packets& packets) = 0; 146 // Computes packet loss during an entire simulation, up to 4 billion packets. 155 // Deals with packets sent more than once. 166 // Packet loss for packets stored in the LinkedSet, up to 1000 packets.
|
packet.h | 198 typedef std::list<Packet*> Packets;
|
bwe.cc | 66 void OnPacketsSent(const Packets& packets) override {} 129 // Preserve 10% latest packets and update packet loss based on the oldest 152 // This function considers at most kSetCapacity = 1000 packets. 174 // Go through a fixed time window of most recent packets received and 175 // counts packets missing to obtain the packet loss ratio. If an unordered 177 // E.g.: for a timewindow covering 5 packets of the following arrival sequence
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
remb.h | 36 void OnPacketsSent(const Packets& packets) override {}
|
send_side.h | 30 void OnPacketsSent(const Packets& packets) override;
|
nada.h | 72 void OnPacketsSent(const Packets& packets) override {}
|
send_side.cc | 91 void FullBweSender::OnPacketsSent(const Packets& packets) { 92 for (Packet* packet : packets) {
|
/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/ |
main.js | 52 // Send Packets Lost
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 13 of Vorbis audio packets. 30 A meta-headerless Ogg file encapsulates the Vorbis I packets 83 The second and third vorbis packets (comment and setup 99 Packets are placed into ogg pages in order until the end of stream. 107 Vorbis packets may span page boundaries. 156 the overlap-add span of the first two audio packets.
|
01-introduction.tex | 53 raw, unformatted 'packets'. The decoder then accepts these raw 54 packets in sequence, decodes them, synthesizes audio frames from 56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no 57 minimum size, maximum size, or fixed/expected size. Packets 64 Vorbis packets are thus intended to be used with a transport mechanism 117 encoder that produces packets that are correctly decoded by the 266 three header packets; all are required, in-order, by this 268 belonging to the Vorbis stream. In Vorbis I, all packets after the 269 three initial headers are audio packets. 271 The header packets are, in order, the identificatio [all...] |
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 20 %% Filter out RTCP packets. 21 % These appear as RTP packets having payload types 72 through 76. 23 fprintf('Removing %i RTCP packets\n', length(SeqNo) - sum(ix)); 41 fprintf('%i: %s (%d packets, pt: %i', i, uSSRC{i}, ... 79 fprintf('Packets: %i\n', length(SeqNo)); 83 fprintf('Duplicated packets: %i\n', length(find(diff(SortSeqNo) == 0))); 85 fprintf('Reordered packets: %i\n', length(reorderIx)); 136 delayOrdered(reorderIx) = nan; % Set reordered packets to NaN. 137 delayReordered = delay(reorderIx); % Pick the reordered packets. 162 % findReorderedPackets returns the index to all packets that are considere [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 150 1 to 512 packets in size and by default we max a bunch to contain no 314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch} 366 \item[Field 2] The second field contains the total number of packets 369 \item[Field 3] The next field shows the number of packets eligible for
|
/external/iproute2/doc/ |
ip-cref.tex | 413 i.e.\ packets send through it are encapsulated and sent via the ``master'' 422 mode i.e.\ all packets sent to it are immediately discarded. 424 in packets. 430 packets for transmission and it may inject into the kernel packets received 434 hosts. All packets sent through it will be returned 435 and nothing but bounced packets can be received. 437 \item \verb|BROADCAST| --- the device has the facility to send packets 441 attached to each end. All packets sent to this link will reach the peer 442 and all packets received by us came from this single peer [all...] |