Searched refs:IspBigModeSizeLimit (Results 1 – 1 of 1) sorted by relevance
50 static const uint32_t IspBigModeSizeLimit = IspBigModeWidthLimit * 1536; variable55 static const uint32_t IspBigModeSizeLimit = IspBigModeWidthLimit * 864;73 if (is_multi_sensor || width > IspBigModeWidthLimit || width * height > IspBigModeSizeLimit) { in IsIspBigMode()