OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipesNeeded
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.h
120
virtual int
pipesNeeded
(hwc_context_t *ctx,
198
virtual int
pipesNeeded
(hwc_context_t *ctx, hwc_display_contents_1_t* list);
225
virtual int
pipesNeeded
(hwc_context_t *ctx, hwc_display_contents_1_t* list);
hwc_mdpcomp.cpp
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
;
[
all
...]
Completed in 616 milliseconds