Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:pipesNeeded

439     int numPipesNeeded = pipesNeeded(ctx, list);
466 int numPipesNeeded = pipesNeeded(ctx, list);
498 int numPipesNeeded = pipesNeeded(ctx, list);
805 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx,
941 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx,
943 int pipesNeeded = 0;
951 pipesNeeded++;
953 pipesNeeded++;
955 pipesNeeded += 2;
959 return pipesNeeded;