Home
last modified time | relevance | path

Searched refs:rtp_stream_index (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_layers_allocation_extension.cc80 return std::make_tuple(lhs.rtp_stream_index, lhs.spatial_id) < in AllocationIsValid()
81 std::make_tuple(rhs.rtp_stream_index, rhs.spatial_id); in AllocationIsValid()
88 if (spatial_layer.rtp_stream_index < 0 || in AllocationIsValid()
89 spatial_layer.rtp_stream_index >= 4) { in AllocationIsValid()
99 if (max_rtp_stream_idx < spatial_layer.rtp_stream_index) { in AllocationIsValid()
100 max_rtp_stream_idx = spatial_layer.rtp_stream_index; in AllocationIsValid()
117 if (allocation.rtp_stream_index < 0 || in AllocationIsValid()
119 allocation.rtp_stream_index > max_rtp_stream_idx)) { in AllocationIsValid()
136 result.spatial_layer_bitmask[layer.rtp_stream_index] |= in SpatialLayersBitmasksPerRtpStream()
138 if (result.max_rtp_stream_id < layer.rtp_stream_index) { in SpatialLayersBitmasksPerRtpStream()
[all …]
Drtp_video_layers_allocation_extension_unittest.cc36 written_allocation.rtp_stream_index = 0; in TEST()
52 written_allocation.rtp_stream_index = 1; in TEST()
86 written_allocation.rtp_stream_index = 1; in TEST()
120 written_allocation.rtp_stream_index = 1; in TEST()
148 written_allocation.rtp_stream_index = 2; in TEST()
176 written_allocation.rtp_stream_index = 1; in TEST()
209 written_allocation.rtp_stream_index = 1; in TEST()
245 written_allocation.rtp_stream_index = 1; in TEST()
261 written_allocation.rtp_stream_index = 0; in TEST()
/external/webrtc/api/video/
Dvideo_layers_allocation.h29 return lhs.rtp_stream_index == rhs.rtp_stream_index &&
42 return lhs.rtp_stream_index == rhs.rtp_stream_index &&
53 int rtp_stream_index = 0; member
70 int rtp_stream_index = 0; member
/external/webrtc/test/fuzzers/
Drtp_video_layers_allocation_fuzzer.cc56 RTC_CHECK_EQ(allocation1.rtp_stream_index, allocation2.rtp_stream_index); in FuzzOneInput()
/external/webrtc/call/
Drtp_video_sender_unittest.cc353 {.active_spatial_layers = {{.rtp_stream_index = 0}, in TEST()
354 {.rtp_stream_index = 1}}}); in TEST()
363 {.active_spatial_layers = {{.rtp_stream_index = 0}}}); in TEST()
Drtp_video_sender.cc673 stream_allocation.rtp_stream_index = i; in OnVideoLayersAllocationUpdated()
682 return layer.rtp_stream_index == static_cast<int>(i); in OnVideoLayersAllocationUpdated()
/external/webrtc/video/
Dvideo_stream_encoder.cc246 spatial_layer.rtp_stream_index = si; in CreateVideoLayersAllocation()
301 spatial_layer.rtp_stream_index = 0; in CreateVideoLayersAllocation()