HomeSort by relevance Sort by last modified time
    Searched full:packet_index (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/net/
probe_message.proto 40 optional uint32 packet_index = 4; // Packet index in each batch.
network_stats.cc 407 uint32 packet_index = probe_packet.packet_index(); local
408 if (packet_index >= packet_rtt_.size())
410 packets_received_mask_.set(packet_index);
435 packet_rtt_[packet_index] = (rtt >= min_rtt) ? rtt : min_rtt;
    [all...]
  /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/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...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
openjpeg.h 905 opj_packet_info_t *packet_index; member in struct:opj_tile_index
    [all...]
j2k.c     [all...]

Completed in 749 milliseconds