Searched defs:pipesNeeded (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp449 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, function in class:qhwc::MDPCompLowRes
957 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx, function in class:qhwc::MDPCompHighRes
959 int pipesNeeded = 0; local
967 pipesNeeded++;
969 pipesNeeded++;
971 pipesNeeded += 2;
975 return pipesNeeded;
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp1104 int MDPCompHighRes::pipesNeeded(hwc_context_t *ctx, function in class:qhwc::MDPCompHighRes
1107 int pipesNeeded = 0; local
1117 pipesNeeded++;
1119 pipesNeeded++;
1123 return pipesNeeded;
1131 int numPipesNeeded = pipesNeeded(ctx, list, i);

Completed in 146 milliseconds