Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DItemTable.cpp474 ssize_t imageIndex = itemIdToImageMap.indexOfKey(mItemId); in apply() local
477 if (imageIndex < 0) { in apply()
484 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex); in apply()
491 imageIndex = itemIdToImageMap.indexOfKey(mRefs[i]); in apply()
494 if (imageIndex < 0) { in apply()
498 ImageItem &image = itemIdToImageMap.editValueAt(imageIndex); in apply()
1314 ssize_t imageIndex = mItemIdToImageMap.indexOfKey(info.itemId); in buildImageItemsIfPossible() local
1315 if (imageIndex >= 0) { in buildImageItemsIfPossible()
1371 ssize_t imageIndex = mItemIdToImageMap.indexOfKey(association.itemId); in attachProperty() local
1374 if (imageIndex < 0) { in attachProperty()
[all …]
/frameworks/av/media/libstagefright/include/
DItemTable.h54 status_t findPrimaryImage(uint32_t *imageIndex);
57 uint32_t *imageIndex, off64_t *offset, size_t *size);
/frameworks/native/vulkan/api/
Dvulkan.api3983 u32 imageIndex
7167 imageIndex := ?
7168 pImageIndex[0] = imageIndex
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h5460 uint32_t imageIndex; member