Searched refs:ItemLoc (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/extractors/mp4/ |
D | ItemTable.h | 38 struct ItemLoc; 69 KeyedVector<uint32_t, ItemLoc> mItemLocs;
|
D | ItemTable.cpp | 265 struct ItemLoc { struct 266 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() argument 267 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function 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()
|