Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_copybit.cpp151 double dynThreshold = mDynThreshold; in canUseCopybitForRGB() local
153 dynThreshold -= 1; in canUseCopybitForRGB()
155 if (renderArea < (dynThreshold * fbArea)) { in canUseCopybitForRGB()