Home
last modified time | relevance | path

Searched refs:Av1cBox (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp774 struct Av1cBox : public Box, public ItemProperty { struct
775 Av1cBox(DataSourceHelper *source) : in Av1cBox() argument
788 status_t Av1cBox::parse(off64_t offset, size_t size) { in parse()
1002 itemProperty = new Av1cBox(source()); in onChunkData()