OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc
188
int
packet_index
= opt->NumPackets() - 1;
local
190
assert(
packet_index
>= 0);
192
config_vector[i] =
packet_index
;
193
if (temp_node->packet_start()) --
packet_index
;
/external/chromium_org/chrome/browser/net/
network_stats.cc
408
uint32
packet_index
= probe_packet.
packet_index
();
local
409
if (
packet_index
>= packet_rtt_.size())
411
packets_received_mask_.set(
packet_index
);
436
packet_rtt_[
packet_index
] = (rtt >= min_rtt) ? rtt : min_rtt;
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info_unittest.cc
83
int
packet_index
= fragmentation_.fragmentationOffset[partition_id] +
local
85
if (
packet_index
+ packet_buffer_size() > frame_buffer_size())
87
VerifyPacket(frame_buffer_ +
packet_index
, start_value + i);
108
int
packet_index
= (offset + i) * packet_buffer_size();
local
109
VerifyPacket(frame_buffer_ +
packet_index
, start_value + i);
[
all
...]
Completed in 43 milliseconds