Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp799 int32_t widthColsProduct = 0; in onGetFormatAndSeekOptions() local
802 if (__builtin_mul_overflow(tileWidth, gridCols, &widthColsProduct) || in onGetFormatAndSeekOptions()
808 if (mWidth <= widthColsProduct && mHeight <= heightRowsProduct) { in onGetFormatAndSeekOptions()