Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/
H A DVirtualScreen.cpp209 long long pixCount = static_cast<long long>(width) * static_cast<long long>(height); in GetJpgQualityValue() local
210 if (pixCount <= static_cast<int>(JpgPixCountLevel::LOWCOUNT)) { in GetJpgQualityValue()
212 } else if (pixCount > static_cast<int>(JpgPixCountLevel::LOWCOUNT) && in GetJpgQualityValue()
213 pixCount <= static_cast<int>(JpgPixCountLevel::MIDDLECOUNT)) { in GetJpgQualityValue()
215 } else if (pixCount > static_cast<int>(JpgPixCountLevel::MIDDLECOUNT) && in GetJpgQualityValue()
216 pixCount <= static_cast<int>(JpgPixCountLevel::HIGHCOUNT)) { in GetJpgQualityValue()

Completed in 2 milliseconds