Home
last modified time | relevance | path

Searched refs:g (Results 1 – 12 of 12) sorted by relevance

/webrtc/.github/
H A DFUNDING.yml3 github: webrtc-rs # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
7 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
12 custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
/webrtc/sctp/src/chunk/
H A Dchunk_selective_ack.rs142 for g in &self.gap_ack_blocks { in marshal_to()
143 writer.put_u16(g.start); in marshal_to()
144 writer.put_u16(g.end); in marshal_to()
/webrtc/ice/src/candidate/
H A Dmod.rs307 let (g, d) = if self.ice_role_controlling.load(Ordering::SeqCst) { in priority()
315 ((1 << 32_u64) - 1) * u64::from(std::cmp::min(g, d)) in priority()
316 + 2 * u64::from(std::cmp::max(g, d)) in priority()
317 + u64::from(g > d) in priority()
/webrtc/examples/examples/play-from-disk-vpx/
H A DREADME.md10 ffmpeg -i $INPUT_FILE -g 30 output_vp8.ivf
11 ffmpeg -i $INPUT_FILE -g 30 -c libvpx-vp9 output_vp9.ivf
/webrtc/rtp/src/codecs/vp9/
H A Dmod.rs190 pub g: bool, field
414 self.g = (b >> 1) & 0x7 != 0; in parse_ssdata()
433 if self.g { in parse_ssdata()
H A Dvp9_test.rs177 g: false, in test_vp9_packet_unmarshal()
201 g: true, in test_vp9_packet_unmarshal()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A DREADME.md18 ffmpeg -i $INPUT_FILE -g 30 output.ivf
/webrtc/examples/examples/rtp-to-webrtc/
H A DREADME.md45 ffmpeg -re -f lavfi -i testsrc=size=640x480:rate=30 -vcodec libvpx -cpu-used 5 -deadline 1 -g 10 -e…
/webrtc/examples/examples/insertable-streams/
H A DREADME.md15 ffmpeg -i $INPUT_FILE -g 30 output.ivf
/webrtc/examples/examples/rtp-forwarder/
H A DREADME.md52 …-preset veryfast -b:v 3000k -maxrate 3000k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160…
/webrtc/sctp/src/association/
H A Dassociation_internal.rs1154 for g in &d.gap_ack_blocks { in process_selective_ack()
1155 for i in g.start..=g.end { in process_selective_ack()
/webrtc/webrtc/
H A DCHANGELOG.md135 …will pause. A transceiver can be resurrected by setting direction back to e.g. `a=sendrecv`. The d…