Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/
DHeifCleanAperture.cpp71 const int64_t thisnNew = n * fd; in commonDenominator() local
75 if (overflowsInt32(thisnNew) || overflowsInt32(thisdNew) || overflowsInt32(fnNew) || in commonDenominator()
79 n = static_cast<int32_t>(thisnNew); in commonDenominator()