Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/
DVirtualScreen.cpp212 if (pixCount <= static_cast<int>(JpgPixCountLevel::LOWCOUNT)) { in GetJpgQualityValue()
214 } else if (pixCount > static_cast<int>(JpgPixCountLevel::LOWCOUNT) && in GetJpgQualityValue()
DVirtualScreen.h78 enum class JpgPixCountLevel { LOWCOUNT = 100000, MIDDLECOUNT = 300000, HIGHCOUNT = 500000}; enumerator