Home
last modified time | relevance | path

Searched refs:units (Results 1 – 2 of 2) sorted by relevance

/webrtc/.github/workflows/
H A Dgrcov.yml53 …RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpan…
54 …RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Z…
/webrtc/rtp/src/codecs/h265/
H A Dmod.rs326 let mut units = vec![]; //H265AggregationUnit in depacketize() localVariable
354 units.push(unit); in depacketize()
358 if units.is_empty() { in depacketize()
363 self.other_units = units; in depacketize()