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.h179 enum { RESAMPLING_FRACTION_BITS = 20 }; enumerator
384 factor <<= RESAMPLING_FRACTION_BITS; in supportedResampling()
387 if (factor > (static_cast<int64_t>(downfactor) << RESAMPLING_FRACTION_BITS)) in supportedResampling()
391 if (factor < ((1 << RESAMPLING_FRACTION_BITS) / static_cast<int64_t>(upfactor))) in supportedResampling()