Searched refs:LOWCOUNT (Results 1 – 2 of 2) sorted by relevance
212 if (pixCount <= static_cast<int>(JpgPixCountLevel::LOWCOUNT)) { in GetJpgQualityValue()214 } else if (pixCount > static_cast<int>(JpgPixCountLevel::LOWCOUNT) && in GetJpgQualityValue()
78 enum class JpgPixCountLevel { LOWCOUNT = 100000, MIDDLECOUNT = 300000, HIGHCOUNT = 500000}; enumerator