Searched refs:totalPixel (Results 1 – 1 of 1) sorted by relevance
2802 int64_t totalPixel = 0; in requestCpuBoostIfNeeded() local2804 totalPixel = (right - left + 1) * (bottom - top + 1); in requestCpuBoostIfNeeded()2807 totalPixel = width * height; in requestCpuBoostIfNeeded()2809 if (totalPixel >= 1920 * 1080) { in requestCpuBoostIfNeeded()