Searched refs:widthColsProduct (Results 1 – 1 of 1) sorted by relevance
799 int32_t widthColsProduct = 0; in onGetFormatAndSeekOptions() local802 if (__builtin_mul_overflow(tileWidth, gridCols, &widthColsProduct) || in onGetFormatAndSeekOptions()808 if (mWidth <= widthColsProduct && mHeight <= heightRowsProduct) { in onGetFormatAndSeekOptions()