Home
last modified time | relevance | path

Searched refs:single_packet_reduction_len (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_unittest.cc208 limits.single_packet_reduction_len = 10; in TEST()
217 limits.single_packet_reduction_len = 10; in TEST()
228 limits.single_packet_reduction_len = 10; in TEST()
261 limits.single_packet_reduction_len = 10; in TEST()
269 limits.single_packet_reduction_len = 10; in TEST()
277 limits.single_packet_reduction_len = 10; in TEST()
Drtp_format_h264.cc92 single_packet_capacity -= limits_.single_packet_reduction_len; in GeneratePackets()
124 limits.single_packet_reduction_len = limits_.last_packet_reduction_len; in PacketizeFuA()
126 limits.single_packet_reduction_len = limits_.first_packet_reduction_len; in PacketizeFuA()
128 limits.single_packet_reduction_len = 0; in PacketizeFuA()
163 payload_size_left -= limits_.single_packet_reduction_len; in PacketizeStapA()
216 payload_size_left -= limits_.single_packet_reduction_len; in PacketizeSingleNalu()
Drtp_format.h34 int single_packet_reduction_len = 0; member
Drtp_format_h264_unittest.cc392 limits.single_packet_reduction_len = 20; in TEST()
450 limits.single_packet_reduction_len = 4; in TEST()
458 limits.single_packet_reduction_len = 4; in TEST()
465 limits.single_packet_reduction_len = 200; in TEST()
Drtp_format.cc76 limits.single_packet_reduction_len + payload_len) { in SplitAboutEqually()
Drtp_sender_video.cc476 limits.single_packet_reduction_len = in SendVideo()
556 limits.max_payload_len - limits.single_packet_reduction_len; in SendVideo()
Drtp_format_vp9.cc321 limits.single_packet_reduction_len += first_packet_extra_header_size_; in RtpPacketizerVp9()
Drtp_packetizer_av1.cc224 available_bytes -= limits.single_packet_reduction_len; in Packetize()
Drtp_packetizer_av1_unittest.cc357 limits.single_packet_reduction_len = 8; in TEST()
/external/webrtc/test/fuzzers/
Drtp_packetizer_av1_fuzzer.cc30 limits.single_packet_reduction_len = in FuzzOneInput()
51 limits.max_payload_len - limits.single_packet_reduction_len); in FuzzOneInput()