Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp483 KeyedVector<uint32_t, ImageItem> &itemIdToItemMap,
495 KeyedVector<uint32_t, ImageItem> &itemIdToItemMap, in apply() argument
501 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
508 ImageItem &derivedImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
515 itemIndex = itemIdToItemMap.indexOfKey(mRefs[i]); in apply()
521 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
529 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
538 ImageItem &thumbImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
542 itemIndex = itemIdToItemMap.indexOfKey(mRefs[i]); in apply()
549 ImageItem &masterImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
[all …]