Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:drop

111                     (mCurrentFrame.drop[index] ? "DROP" :
294 /* Drop the layer when its already present in FB OR when it lies
296 if(!mCurrentFrame.needsRedraw || mCurrentFrame.drop[index]) {
356 memset(&drop, false, sizeof(drop));
363 memcpy(&drop, &curFrame.drop, sizeof(drop));
372 (curFrame.drop[i] != drop[i])) {
555 * drop them from composition.
565 mCurrentFrame.drop[i] = true;
575 mCurrentFrame.drop[i] = true;
582 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
654 * ROI's and drop them from composition. If a layer is spanning across both
670 mCurrentFrame.drop[i] = true;
683 mCurrentFrame.drop[i] = true;
689 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
872 if(not mCurrentFrame.drop[i] and
880 drop,
1090 mCurrentFrame.drop[j] = true;
1222 if(mCurrentFrame.drop[i]) {
1260 if(mCurrentFrame.drop[i]) {
1516 if(mCurrentFrame.isFBComposed[i] && !mCurrentFrame.drop[i]) {
1565 if(mCurrentFrame.drop[i]) {
1574 } else { //Layer is FBComposed, not a drop & updatingLayer > 0
1651 if(!mCurrentFrame.drop[i]){
1682 if(!frame.drop[i])
1694 ALOGD_IF(isDebug(),"%s: MDP count: %d FB count %d drop count: %d",
1698 // drop other non-AIV layers from external display list.
1705 mCurrentFrame.drop[i] = true;
1711 ALOGD_IF(isDebug(),"%s: fb count: %d mdp count %d drop count %d",
1723 if(mCurrentFrame.drop[nYuvIndex]) {
1779 if(mCurrentFrame.isFBComposed[i] && !mCurrentFrame.drop[i]) {
1953 memset(&frame.drop, 0, sizeof(frame.drop));
2013 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
2051 // if AIV Video mode is enabled, drop all non AIV layers from the
2066 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));
2077 ctx->copybitDrop[i] = mCurrentFrame.drop[i];
2641 mCurrentFrame.drop[i] = true;
2651 mCurrentFrame.drop[i] = true;
2658 memset(&mCurrentFrame.drop, 0, sizeof(mCurrentFrame.drop));