Searched refs:findImageItem (Results 1 – 3 of 3) sorted by relevance
55 status_t findImageItem(const uint32_t imageIndex, uint32_t *itemIndex);
1566 status_t ItemTable::findImageItem(const uint32_t imageIndex, uint32_t *itemIndex) { in findImageItem() function in android::heif::ItemTable
4699 err = mItemTable->findImageItem(imageIndex, &mCurrentSampleIndex); in read()