Searched refs:SIZE_COUNT (Results 1 – 1 of 1) sorted by relevance
2746 const size_t SIZE_COUNT = sizeof(Size) / sizeof(int); in getFilteredSizes() local2748 staticInfo(ANDROID_SCALER_AVAILABLE_PROCESSED_SIZES, SIZE_COUNT); in getFilteredSizes()2749 if (availableProcessedSizes.count < SIZE_COUNT) return BAD_VALUE; in getFilteredSizes()2752 for (size_t i = 0; i < availableProcessedSizes.count; i += SIZE_COUNT) { in getFilteredSizes()