Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ chroma
Method
chroma
libs/scrap/src/common/aom.rs:588–593 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
586
}
587
588
fn chroma(&self) -> Chroma {
589
match self.inner().fmt {
590
aom_img_fmt::AOM_IMG_FMT_I444 => Chroma::I444,
591
_ => Chroma::I420,
592
}
593
}
594
}
595
596
impl Drop for Image {
Callers
3
to
Method · 0.45
handle_vpxs_video_frame
Method · 0.45
handle_av1s_video_frame
Method · 0.45
Calls
1
inner
Method · 0.45
Tested by
no test coverage detected