Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:pipesNeeded

444     int numPipesNeeded = pipesNeeded(ctx, list);
471 int numPipesNeeded = pipesNeeded(ctx, list);
503 int numPipesNeeded = pipesNeeded(ctx, list);
816 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx,
952 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx,
954 int pipesNeeded = 0;
962 pipesNeeded++;
964 pipesNeeded++;
966 pipesNeeded += 2;
970 return pipesNeeded;