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