Home
last modified time | relevance | path

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

/system/cros-codecs/src/codec/h265/
Ddpb.rs26 max_num_pics: usize, field
62 pub fn max_num_pics(&self) -> usize { in max_num_pics() method
197 let max_num_pics = self.max_num_pics; in clear() localVariable
/system/cros-codecs/src/codec/h264/
Ddpb.rs79 max_num_pics: usize, field
171 pub fn max_num_pics(&self) -> usize { in max_num_pics() method
428 let max_num_pics = self.max_num_pics; in clear() localVariable