Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp56 cacheCount:%2d \n", mCachedFrame.layerCount, in dump()
57 mCachedFrame.mdpCount, mCachedFrame.cacheCount); in dump()
156 mCachedFrame.hnd[index] = NULL; in setMDPCompLayerFlags()
615 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) { in updateLayerCache()
620 mCachedFrame.hnd[i] = list->hwLayers[i].handle; in updateLayerCache()
741 mCachedFrame.cacheAll(list); in prepare()
742 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
752 mCachedFrame.cacheAll(list); in prepare()
757 ((mCurrentFrame.mdpCount != mCachedFrame.mdpCount) || in prepare()
758 (mCurrentFrame.fbCount != mCachedFrame.cacheCount) || in prepare()
[all …]
Dhwc_mdpcomp.h174 struct LayerCache mCachedFrame; variable
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_mdpcomp.cpp143 mCachedFrame.cacheAll(list); in reset()
144 mCachedFrame.updateCounts(mCurrentFrame); in reset()
754 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) { in updateLayerCache()
759 mCachedFrame.hnd[i] = list->hwLayers[i].handle; in updateLayerCache()
861 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
895 ((mCurrentFrame.mdpCount != mCachedFrame.mdpCount) || in prepare()
896 (mCurrentFrame.fbCount != mCachedFrame.fbCount) || in prepare()
897 (mCurrentFrame.fbZ != mCachedFrame.fbZ) || in prepare()
934 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
Dhwc_mdpcomp.h182 struct LayerCache mCachedFrame; variable
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.cpp232 if(!mCachedFrame.isSameFrame(mCurrentFrame, list) || in setRedraw()
501 if ((mCachedFrame.hnd[index] != layer->handle) || in generateROI()
616 if ((mCachedFrame.hnd[index] != layer->handle) || in generateROI()
1396 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) { in updateLayerCache()
1613 mCachedFrame.reset(); in prepare()
1635 mCachedFrame.reset(); in prepare()
1653 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
1688 mCachedFrame.cacheAll(list); in prepare()
1689 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
Dhwc_mdpcomp.h249 struct LayerCache mCachedFrame; variable
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_mdpcomp.cpp223 if(!mCachedFrame.isSameFrame(mCurrentFrame, list) || in setRedraw()
490 if ((mCachedFrame.hnd[index] != layer->handle) || in generateROI()
604 if ((mCachedFrame.hnd[index] != layer->handle) || in generateROI()
1218 if (mCachedFrame.hnd[i] == list->hwLayers[i].handle) { in updateLayerCache()
1428 mCachedFrame.reset(); in prepare()
1446 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
1480 mCachedFrame.cacheAll(list); in prepare()
1481 mCachedFrame.updateCounts(mCurrentFrame); in prepare()
Dhwc_mdpcomp.h244 struct LayerCache mCachedFrame; variable