Home | History | Annotate | Download | only in mp4

Lines Matching defs:iloc

1207     mRequiredBoxes.insert('iloc');
1267 return buildImageItemsIfPossible('iloc');
1339 // need at least 'iprp', 'iloc', 'pitm', 'iinf';
1371 ALOGE("iloc missing for image item id %d", info.itemId);
1374 const ItemLoc &iloc = mItemLocs[ilocIndex];
1378 if (iloc.getLoc(&offset, &size, mIdatOffset, mIdatSize) != OK) {