Lines Matching refs:mItemId
475 Box(source, type), mItemId(0), mRefIdSize(itemIdSize) {} in ItemReference()
479 uint32_t itemId() { return mItemId; } in itemId()
486 uint32_t mItemId; member
496 ALOGV("attach reference type 0x%x to item id %d)", type(), mItemId); in apply()
500 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
528 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
547 ALOGV("Image item id %d uses thumbnail item id %d", mRefs[i], mItemId); in apply()
552 masterImage.thumbnails.push_back(mItemId); in apply()
557 ssize_t itemIndex = itemIdToExifMap.indexOfKey(mItemId); in apply()
571 ALOGV("Image item id %d uses metadata item id %d", mRefs[i], mItemId); in apply()
573 image.cdscRefs.push_back(mItemId); in apply()
578 ssize_t itemIndex = itemIdToItemMap.indexOfKey(mItemId); in apply()
599 if (!source()->getUInt32Var(offset, &mItemId, mRefIdSize)) { in parse()
622 ALOGV("item id %d: referencing item id %d", mItemId, refItemId); in parse()