Searched refs:sNextMultiResolutionGroupId (Results 1 – 1 of 1) sorted by relevance
1783 return sNextMultiResolutionGroupId.getAndUpdate(i -> in getAndIncreaseMultiResolutionGroupId()1820 private static AtomicInteger sNextMultiResolutionGroupId = new AtomicInteger(0); field in OutputConfiguration