HomeSort by relevance Sort by last modified time
    Searched defs:pipesNeeded (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 449 int numPipesNeeded = pipesNeeded(ctx, list);
476 int numPipesNeeded = pipesNeeded(ctx, list);
508 int numPipesNeeded = pipesNeeded(ctx, list);
821 int MDPCompLowRes::pipesNeeded(hwc_context_t *ctx,
957 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx,
959 int pipesNeeded = 0;
967 pipesNeeded++;
969 pipesNeeded++;
971 pipesNeeded += 2;
975 return pipesNeeded;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 100 milliseconds