Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp70 int32_t multVal; in allocVideoFrame() local
72 __builtin_mul_overflow(width, sarWidth, &multVal)) { in allocVideoFrame()
97 int32_t multVal; in allocVideoFrame() local
99 __builtin_mul_overflow(dstBpp, width, &multVal) || in allocVideoFrame()
100 __builtin_mul_overflow(multVal, height, &multVal)) { in allocVideoFrame()