Searched defs:H265DecoderState (Results 1 – 1 of 1) sorted by relevance
378 pub struct H265DecoderState<H: DecodedHandle, P> { struct380 parser: Parser,383 negotiation_info: NegotiationInfo,385 rps: RefPicSet<H>,388 dpb: Dpb<H>,391 cur_sps_id: u8,395 first_picture_after_eos: bool,419 impl<H, P> Default for H265DecoderState<H, P> argument