Home
last modified time | relevance | path

Searched defs:H265DecoderState (Results 1 – 1 of 1) sorted by relevance

/system/cros-codecs/src/decoder/stateless/
Dh265.rs378 pub struct H265DecoderState<H: DecodedHandle, P> { struct
380 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