Lines Matching refs:fbCount
83 mCurrentFrame.mdpCount, mCurrentFrame.fbCount); in dump()
333 fbCount = numLayers; in reset()
879 mCurrentFrame.fbCount = 0; in fullMDPComp()
882 mCurrentFrame.mdpCount = mCurrentFrame.layerCount - mCurrentFrame.fbCount - in fullMDPComp()
1082 mCurrentFrame.fbCount = 0; in fullMDPCompWithPTOR()
1268 mCurrentFrame.fbCount = fbBatchSize; in loadBasedComp()
1345 mCurrentFrame.fbCount -= mCurrentFrame.dropCount; in videoOnlyComp()
1354 if(mCurrentFrame.fbCount) in videoOnlyComp()
1422 mCurrentFrame.fbCount -= mCurrentFrame.dropCount; in mdpOnlyLayersComp()
1635 if(mCurrentFrame.fbCount == 0) { in markLayersForCaching()
1664 mCurrentFrame.fbCount = maxBatchCount; in markLayersForCaching()
1666 mCurrentFrame.fbCount - mCurrentFrame.dropCount; in markLayersForCaching()
1669 mCurrentFrame.fbCount); in markLayersForCaching()
1677 int fbCount = 0; in updateLayerCache() local
1683 fbCount++; in updateLayerCache()
1690 frame.fbCount = fbCount; in updateLayerCache()
1691 frame.mdpCount = frame.layerCount - frame.fbCount in updateLayerCache()
1695 __FUNCTION__, frame.mdpCount, frame.fbCount, frame.dropCount); in updateLayerCache()
1708 mCurrentFrame.fbCount -= mCurrentFrame.dropCount; in dropNonAIVLayers()
1710 mCurrentFrame.fbCount - mCurrentFrame.dropCount; in dropNonAIVLayers()
1712 __FUNCTION__, mCurrentFrame.fbCount, mCurrentFrame.mdpCount, in dropNonAIVLayers()
1730 frame.fbCount++; in updateYUV()
1737 frame.fbCount--; in updateYUV()
1743 frame.mdpCount = frame.layerCount - frame.fbCount - frame.dropCount; in updateYUV()
1744 ALOGD_IF(isDebug(),"%s: fb count: %d",__FUNCTION__, frame.fbCount); in updateYUV()
1757 mCurrentFrame.fbCount++; in updateSecureRGB()
1762 mCurrentFrame.fbCount--; in updateSecureRGB()
1768 mCurrentFrame.fbCount - mCurrentFrame.dropCount; in updateSecureRGB()
1770 mCurrentFrame.fbCount); in updateSecureRGB()
1869 const bool fbUsed = mCurrentFrame.fbCount; in resourceCheck()