Searched refs:substreams (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/video/ |
D | send_statistics_proxy_unittest.cc | 53 EXPECT_EQ(one.substreams.size(), other.substreams.size()); in ExpectEqual() 55 one.substreams.begin(); in ExpectEqual() 56 it != one.substreams.end(); ++it) { in ExpectEqual() 58 corresponding_it = other.substreams.find(it->first); in ExpectEqual() 59 ASSERT_TRUE(corresponding_it != other.substreams.end()); in ExpectEqual() 105 VideoSendStream::StreamStats& ssrc_stats = expected_.substreams[ssrc]; in TEST_F() 119 VideoSendStream::StreamStats& ssrc_stats = expected_.substreams[ssrc]; in TEST_F() 164 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; in TEST_F() 177 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; in TEST_F() 196 StreamDataCounters& counters = expected_.substreams[ssrc].rtp_stats; in TEST_F() [all …]
|
D | send_statistics_proxy.cc | 204 stats_.substreams.begin(); in PurgeOldStats() 205 it != stats_.substreams.end(); ++it) { in PurgeOldStats() 217 stats_.substreams.find(ssrc); in GetStatsEntry() 218 if (it != stats_.substreams.end()) in GetStatsEntry() 229 return &stats_.substreams[ssrc]; // Insert new entry and return ptr. in GetStatsEntry()
|
D | video_send_stream_tests.cc | 999 if (!stats.substreams.empty()) { in TEST_F() 1000 EXPECT_EQ(1u, stats.substreams.size()); in TEST_F() 1002 stats.substreams.begin()->second.total_bitrate_bps; in TEST_F() 1832 ASSERT_TRUE(stats.substreams.find(kVideoSendSsrcs[i]) != in TEST_F() 1833 stats.substreams.end()) in TEST_F() 1837 stats.substreams[kVideoSendSsrcs[i]]; in TEST_F()
|
D | end_to_end_tests.cc | 1855 stats.substreams.begin(); it != stats.substreams.end(); ++it) { in TEST_F() 2495 stats.substreams.size() == expected_send_ssrcs_.size(); in TEST_F() 2505 stats.substreams.begin(); in TEST_F() 2506 it != stats.substreams.end(); ++it) { in TEST_F()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2_unittest.cc | 2479 stats.substreams[17].width = 123; in TEST_F() 2480 stats.substreams[17].height = 40; in TEST_F() 2481 stats.substreams[42].width = 80; in TEST_F() 2482 stats.substreams[42].height = 31; in TEST_F() 2483 stats.substreams[11].width = 20; in TEST_F() 2484 stats.substreams[11].height = 90; in TEST_F() 2656 stats.substreams[17].rtcp_packet_type_counts.fir_packets = 2; in TEST_F() 2657 stats.substreams[17].rtcp_packet_type_counts.nack_packets = 3; in TEST_F() 2658 stats.substreams[17].rtcp_packet_type_counts.pli_packets = 4; in TEST_F() 2660 stats.substreams[42].rtcp_packet_type_counts.fir_packets = 5; in TEST_F() [all …]
|
D | webrtcvideoengine2.cc | 2140 stats.substreams.begin(); in GetVideoSenderInfo() 2141 it != stats.substreams.end(); ++it) { in GetVideoSenderInfo() 2158 if (!stats.substreams.empty()) { in GetVideoSenderInfo() 2161 stats.substreams.begin()->second; in GetVideoSenderInfo() 2178 stats.substreams.begin(); in FillBandwidthEstimationInfo() 2179 it != stats.substreams.end(); ++it) { in FillBandwidthEstimationInfo()
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 278 AccumulateStats(send_stats.substreams[ssrc], &total_packets_sent, in TriggerTestDone() 287 AccumulateStats(send_stats.substreams[rtx_ssrc], &rtx_total_packets_sent, in TriggerTestDone() 341 for (auto it : stats.substreams) { in PollStats()
|
D | call_perf_tests.cc | 598 if (stats.substreams.size() > 0) { in TestMinTransmitBitrate() 599 RTC_DCHECK_EQ(1u, stats.substreams.size()); in TestMinTransmitBitrate() 601 stats.substreams.begin()->second.total_bitrate_bps / 1000; in TestMinTransmitBitrate()
|
/external/webrtc/webrtc/ |
D | video_send_stream.h | 74 std::map<uint32_t, StreamStats> substreams; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/ |
D | index.rst | 143 Information about the DBI stream and relevant substreams including the Module Substreams,
|
D | DbiStream.rst | 130 `substreams`. The following ``7`` fields of the DBI Stream header specify the
|
/external/nanopb-c/docs/ |
D | migration.rst | 33 Fully drain substreams before closing
|
D | concepts.rst | 59 #) Your callback may be used with substreams. In this case *bytes_left*, *bytes_written* and *max_s…
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | concepts.rst | 59 #) Your callback may be used with substreams. In this case *bytes_left*, *bytes_written* and *max_s…
|