Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.h38 struct ItemLoc;
69 KeyedVector<uint32_t, ItemLoc> mItemLocs;
DItemTable.cpp265 struct ItemLoc { struct
266 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() function
267 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() argument
307 IlocBox(DataSourceHelper *source, KeyedVector<uint32_t, ItemLoc> *itemLocs) : in IlocBox()
319 KeyedVector<uint32_t, ItemLoc> *mItemLocs;
419 ssize_t index = mItemLocs->add(item_id, ItemLoc( in parse()
421 ItemLoc &item = mItemLocs->editValueAt(index); in parse()
1381 const ItemLoc &iloc = mItemLocs[ilocIndex]; in buildImageItemsIfPossible()