HomeSort by relevance Sort by last modified time
    Searched defs:kMaxMediaPackets (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 34 static const unsigned int kMaxMediaPackets = 48u;
forward_error_correction.cc 40 kMaxFecPackets = ForwardErrorCorrection::kMaxMediaPackets
86 : generated_fec_packets_(kMaxMediaPackets),
122 if (num_media_packets > kMaxMediaPackets) {
124 << " media packets per frame. Max is " << kMaxMediaPackets;
786 while (recovered_packet_list->size() > kMaxMediaPackets) {
792 assert(recovered_packet_list->size() <= kMaxMediaPackets);
804 if (recovered_packet_list->size() == kMaxMediaPackets) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 102 const uint16_t kMaxMediaPackets[] = {kMaxNumberMediaPackets,
105 ASSERT_EQ(12, kMaxMediaPackets[1]) << "Max media packets for bursty mode not "
150 const uint32_t packetMaskMax = kMaxMediaPackets[mask_type_idx];
test_packet_masks_metrics.cc 60 const uint16_t kMaxMediaPackets[] = {kMaxNumberMediaPackets, 12};
738 const int packet_mask_max = kMaxMediaPackets[fec_mask_type];
    [all...]

Completed in 52 milliseconds