Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkYUVAInfoLocation.h31 int maxSlotUsed = -1; in AreValidLocations() local
42 maxSlotUsed = std::max(locations[i].fPlane, maxSlotUsed); in AreValidLocations()
48 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidLocations()
55 *numPlanes = valid ? maxSlotUsed + 1 : 0; in AreValidLocations()

Completed in 1 milliseconds