Home
last modified time | relevance | path

Searched refs:maxSlotUsed (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkYUVAInfoLocation.h31 int maxSlotUsed = -1; member
42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed);
48 for (int i = 0; i <= maxSlotUsed; ++i) {
55 *numPlanes = valid ? maxSlotUsed + 1 : 0;
/external/skqp/include/core/
DSkYUVAIndex.h64 int maxSlotUsed = -1; in AreValidIndices() local
75 maxSlotUsed = SkTMax(yuvaIndices[i].fIndex, maxSlotUsed); in AreValidIndices()
81 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidIndices()
87 *numPlanes = maxSlotUsed + 1; in AreValidIndices()