Searched refs:isGrid (Results 1 – 3 of 3) sorted by relevance
198 bool isGrid() const { return !strcmp("grid", itemType); }200 return !strcmp("hvc1", itemType) || !strcmp("av01", itemType) || isGrid();
53 bool isGrid() const { in isGrid() function1132 bool isGrid() const { in isGrid() function1306 mNeedIref |= (itemInfo.isExif() || itemInfo.isXmp() || itemInfo.isGrid()); in onChunkData()1474 if (!info.isGrid() && !info.isSample() && !info.isExif() && !info.isXmp()) { in buildImageItemsIfPossible()1515 ALOGV("adding %s: itemId %d", image.isGrid() ? "grid" : "image", info.itemId); in buildImageItemsIfPossible()1517 if (image.isGrid()) { in buildImageItemsIfPossible()1612 if (image->isGrid()) { in getImageMeta()1689 if (image->isGrid()) { in getImageMeta()1788 if (image.isGrid()) { in getImageOffsetAndSize()
5336 bool isGrid = item.isGrid(); in writeIlocBox() local5338 writeInt16(isGrid ? 1 : 0); // construction_method in writeIlocBox()5342 if (isGrid) { in writeIlocBox()5393 if (item.isGrid()) { in writeIdatBox()