Home
last modified time | relevance | path

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

/system/cros-codecs/src/decoder/stateless/
Dh265.rs470 let max_dpb_size = std::cmp::min(sps.max_dpb_size(), 16); in negotiation_possible() localVariable
481 let max_dpb_size = std::cmp::min(sps.max_dpb_size(), 16); in apply_sps() localVariable
/system/cros-codecs/src/codec/h265/
Dparser.rs949 pub fn max_dpb_size(&self) -> usize { in max_dpb_size() method