Home
last modified time | relevance | path

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

/system/cros-codecs/src/codec/h265/
Ddpb.rs22 pub struct Dpb<T> { struct
24 entries: Vec<DpbEntry<T>>, argument
29 impl<T: Clone> Dpb<T> { implementation
260 impl<T: Clone> Default for Dpb<T> { implementation
268 impl<T: Clone> std::fmt::Debug for Dpb<T> { implementation
/system/cros-codecs/src/codec/h264/
Ddpb.rs75 pub struct Dpb<T> { struct
77 entries: Vec<DpbEntry<T>>, argument
99 DpbIsFull, argument
137 impl<T: Clone> Dpb<T> { impl
1233 impl<T> Default for Dpb<T> { implementation
1246 impl<T> std::fmt::Debug for Dpb<T> { implementation