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;
64 int maxSlotUsed = -1; in AreValidIndices() local75 maxSlotUsed = SkTMax(yuvaIndices[i].fIndex, maxSlotUsed); in AreValidIndices()81 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidIndices()87 *numPlanes = maxSlotUsed + 1; in AreValidIndices()