Searched refs:H265AggregationUnitFirst (Results 1 – 2 of 2) sorted by relevance
190 pub struct H265AggregationUnitFirst { struct196 impl H265AggregationUnitFirst { implementation271 first_unit: Option<H265AggregationUnitFirst>,300 let mut first_unit = H265AggregationUnitFirst::default(); in depacketize()369 pub fn first_unit(&self) -> Option<&H265AggregationUnitFirst> { in first_unit() argument
375 first_unit: Some(H265AggregationUnitFirst { in test_h265_aggregation_packet()