Home
last modified time | relevance | path

Searched refs:VideoLayersAllocation (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_video_layers_allocation_extension_unittest.cc23 VideoLayersAllocation written_allocation; in TEST()
34 VideoLayersAllocation written_allocation; in TEST()
43 VideoLayersAllocation parsed_allocation; in TEST()
51 VideoLayersAllocation written_allocation; in TEST()
77 VideoLayersAllocation parsed_allocation; in TEST()
85 VideoLayersAllocation written_allocation; in TEST()
111 VideoLayersAllocation parsed_allocation; in TEST()
119 VideoLayersAllocation written_allocation; in TEST()
139 VideoLayersAllocation parsed_allocation; in TEST()
147 VideoLayersAllocation written_allocation; in TEST()
[all …]
Drtp_video_layers_allocation_extension.h25 using value_type = VideoLayersAllocation;
32 VideoLayersAllocation* allocation);
33 static size_t ValueSize(const VideoLayersAllocation& allocation);
35 const VideoLayersAllocation& allocation);
Drtp_video_layers_allocation_extension.cc72 bool AllocationIsValid(const VideoLayersAllocation& allocation) { in AllocationIsValid()
78 [](const VideoLayersAllocation::SpatialLayer& lhs, in AllocationIsValid()
79 const VideoLayersAllocation::SpatialLayer& rhs) { in AllocationIsValid()
132 const VideoLayersAllocation& allocation) { in SpatialLayersBitmasksPerRtpStream()
158 const VideoLayersAllocation& allocation) { in Write()
227 VideoLayersAllocation* allocation) { in Parse()
276 for (int sid = 0; sid < VideoLayersAllocation::kMaxSpatialIds; ++sid) { in Parse()
339 const VideoLayersAllocation& allocation) { in ValueSize()
Drtp_sender_video.h127 void SetVideoLayersAllocation(VideoLayersAllocation allocation);
131 VideoLayersAllocation allocation);
166 void SetVideoLayersAllocationInternal(VideoLayersAllocation allocation);
202 absl::optional<VideoLayersAllocation> allocation_
206 absl::optional<VideoLayersAllocation> last_full_sent_allocation_
Drtp_sender_video_unittest.cc888 VideoLayersAllocation allocation; in TEST_F()
889 VideoLayersAllocation::SpatialLayer layer; in TEST_F()
903 VideoLayersAllocation sent_allocation; in TEST_F()
925 VideoLayersAllocation allocation; in TEST_F()
926 VideoLayersAllocation::SpatialLayer layer; in TEST_F()
954 VideoLayersAllocation sent_allocation; in TEST_F()
973 VideoLayersAllocation allocation; in TEST_F()
975 VideoLayersAllocation::SpatialLayer layer; in TEST_F()
1003 VideoLayersAllocation sent_allocation; in TEST_F()
1019 VideoLayersAllocation allocation; in TEST_F()
[all …]
Drtp_sender_video_frame_transformer_delegate.h66 void SetVideoLayersAllocationUnderLock(VideoLayersAllocation allocation);
Drtp_sender_video.cc276 VideoLayersAllocation allocation) { in SetVideoLayersAllocation()
286 VideoLayersAllocation allocation) { in SetVideoLayersAllocationAfterTransformation()
291 VideoLayersAllocation allocation) { in SetVideoLayersAllocationInternal()
458 VideoLayersAllocation allocation = allocation_.value(); in AddRtpHeaderExtensions()
Drtp_sender_video_frame_transformer_delegate.cc170 VideoLayersAllocation allocation) { in SetVideoLayersAllocationUnderLock()
/external/webrtc/api/video/
Dvideo_layers_allocation.h23 struct VideoLayersAllocation { struct
27 friend bool operator==(const VideoLayersAllocation& lhs, argument
28 const VideoLayersAllocation& rhs) {
35 friend bool operator!=(const VideoLayersAllocation& lhs,
36 const VideoLayersAllocation& rhs) {
/external/webrtc/test/fuzzers/
Drtp_video_layers_allocation_fuzzer.cc33 VideoLayersAllocation allocation1; in FuzzOneInput()
52 VideoLayersAllocation allocation2; in FuzzOneInput()
Drtp_packet_fuzzer.cc154 VideoLayersAllocation allocation; in FuzzOneInput()
/external/webrtc/call/
Drtp_video_sender_interface.h51 const VideoLayersAllocation& allocation) = 0;
Drtp_video_sender.h136 const VideoLayersAllocation& layers) override;
Drtp_video_sender.cc668 const VideoLayersAllocation& allocation) { in OnVideoLayersAllocationUpdated()
672 VideoLayersAllocation stream_allocation = allocation; in OnVideoLayersAllocationUpdated()
681 [&i](const VideoLayersAllocation::SpatialLayer layer) { in OnVideoLayersAllocationUpdated()
/external/webrtc/video/
Dvideo_stream_encoder_interface.h60 VideoLayersAllocation allocation) = 0;
Dvideo_send_stream_impl.h108 VideoLayersAllocation allocation) override;
Dvideo_send_stream_impl.cc443 VideoLayersAllocation allocation) { in OnVideoLayersAllocationUpdated()
Dvideo_stream_encoder.cc224 VideoLayersAllocation CreateVideoLayersAllocation( in CreateVideoLayersAllocation()
229 VideoLayersAllocation layers_allocation; in CreateVideoLayersAllocation()
242 VideoLayersAllocation::SpatialLayer& spatial_layer = in CreateVideoLayersAllocation()
297 VideoLayersAllocation::SpatialLayer& spatial_layer = in CreateVideoLayersAllocation()
Dvideo_stream_encoder_unittest.cc744 VideoLayersAllocation allocation) override {} in OnVideoLayersAllocationUpdated()
1478 VideoLayersAllocation GetLastVideoLayersAllocation() { in GetLastVideoLayersAllocation()
1534 VideoLayersAllocation allocation) override { in OnVideoLayersAllocationUpdated()
1569 VideoLayersAllocation last_layers_allocation_ RTC_GUARDED_BY(&mutex_);
4691 VideoLayersAllocation last_layer_allocation = in TEST_F()
4711 VideoLayersAllocation new_allocation = in TEST_F()
4758 VideoLayersAllocation last_layer_allocation = in TEST_F()
4801 VideoLayersAllocation last_layer_allocation = in TEST_F()
4841 VideoLayersAllocation last_layer_allocation = in TEST_F()
4894 VideoLayersAllocation last_layer_allocation = in TEST_F()
[all …]
Dvideo_send_stream_impl_unittest.cc88 (const VideoLayersAllocation&),