MCPcopy Create free account
hub / github.com/Recordscript/recordscript / planes

Method planes

libs/scrap/src/common/aom.rs:584–586  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

582
583 #[inline]
584 fn planes(&self) -> Vec<*mut u8> {
585 self.inner().planes.iter().map(|p| *p as *mut u8).collect()
586 }
587
588 fn chroma(&self) -> Chroma {
589 match self.inner().fmt {

Callers 2

toMethod · 0.45
dataMethod · 0.45

Calls 2

iterMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected