Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp312 struct IlocBox : public FullBox { struct
313 IlocBox(DataSourceHelper *source, KeyedVector<uint32_t, ItemLoc> *itemLocs) : in IlocBox() function
329 status_t IlocBox::parse(off64_t offset, size_t size) { in parse()
1374 IlocBox ilocBox(mDataSource, &mItemLocs); in parseIlocBox()