Searched defs:prevWidth (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp958 unsigned int& prevWidth = ctx->mPrevWHF[dpy].w; local
960 if(prevWidth != (uint32_t)getWidth(hnd) ||
962 uint32_t prevBufArea = (prevWidth * prevHeight);
966 prevWidth = (uint32_t)getWidth(hnd);

Completed in 196 milliseconds