Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs230 pub struct H265AggregationUnit { struct
236 impl H265AggregationUnit { argument
272 other_units: Vec<H265AggregationUnit>,
328 let mut unit = H265AggregationUnit::default(); in depacketize()
374 pub fn other_units(&self) -> &[H265AggregationUnit] { in other_units() argument
H A Dh265_test.rs380 other_units: vec![H265AggregationUnit { in test_h265_aggregation_packet()