Searched refs:ItemLoc (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/extractors/mp4/ |
D | ItemTable.h | 36 struct ItemLoc; 67 KeyedVector<uint32_t, ItemLoc> mItemLocs;
|
D | ItemTable.cpp | 262 struct ItemLoc { struct 263 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() function 264 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() argument 304 IlocBox(DataSourceBase *source, KeyedVector<uint32_t, ItemLoc> *itemLocs) : in IlocBox() 316 KeyedVector<uint32_t, ItemLoc> *mItemLocs; 416 ssize_t index = mItemLocs->add(item_id, ItemLoc( in parse() 418 ItemLoc &item = mItemLocs->editValueAt(index); in parse() 1374 const ItemLoc &iloc = mItemLocs[ilocIndex]; in buildImageItemsIfPossible()
|