Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DItemTable.cpp482 KeyedVector<uint32_t, ImageItem> &itemIdToItemMap,
494 KeyedVector<uint32_t, ImageItem> &itemIdToItemMap, in apply() argument
500 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
507 ImageItem &derivedImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
514 itemIndex = itemIdToItemMap.indexOfKey(mRefs[i]); in apply()
520 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
528 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
537 ImageItem &thumbImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
541 itemIndex = itemIdToItemMap.indexOfKey(mRefs[i]); in apply()
548 ImageItem &masterImage = itemIdToItemMap.editValueAt(itemIndex); in apply()
[all …]