Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaCodec.cpp3744 int64_t totalPixel = 0; in requestCpuBoostIfNeeded() local
3746 totalPixel = (right - left + 1) * (bottom - top + 1); in requestCpuBoostIfNeeded()
3749 totalPixel = width * height; in requestCpuBoostIfNeeded()
3751 if (totalPixel >= 1920 * 1080) { in requestCpuBoostIfNeeded()