Searched refs:maxSlotUsed (Results 1 – 2 of 2) sorted by relevance
31 int maxSlotUsed = -1; member42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed);48 for (int i = 0; i <= maxSlotUsed; ++i) {55 *numPlanes = valid ? maxSlotUsed + 1 : 0;
53 int maxSlotUsed = -1; in AreValidIndices() local64 maxSlotUsed = SkTMax(yuvaIndices[i].fIndex, maxSlotUsed); in AreValidIndices()70 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidIndices()76 *numPlanes = maxSlotUsed + 1; in AreValidIndices()