Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h181 enum { RESAMPLING_FRACTION_BITS = 20 }; enumerator
392 factor <<= RESAMPLING_FRACTION_BITS; in supportedResampling()
395 if (factor > (static_cast<int64_t>(downfactor) << RESAMPLING_FRACTION_BITS)) in supportedResampling()
399 if (factor < ((1 << RESAMPLING_FRACTION_BITS) / static_cast<int64_t>(upfactor))) in supportedResampling()