Home
last modified time | relevance | path

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

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