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