HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NUM_APP_LAYERS (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.h 64 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
65 hwc_rect_t displayFrame[MAX_NUM_APP_LAYERS];
66 bool drop[MAX_NUM_APP_LAYERS];
hwc_mdpcomp.h 109 int layerToMDP[MAX_NUM_APP_LAYERS];
117 bool isFBComposed[MAX_NUM_APP_LAYERS];
121 bool drop[MAX_NUM_APP_LAYERS];
136 bool isFBComposed[MAX_NUM_APP_LAYERS];
137 bool drop[MAX_NUM_APP_LAYERS];
hwc_utils.h 43 #define MAX_NUM_APP_LAYERS 32
135 int yuvIndices[MAX_NUM_APP_LAYERS];
137 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
150 int secureRGBIndices[MAX_NUM_APP_LAYERS];
659 bool copybitDrop[MAX_NUM_APP_LAYERS];
hwc_copybit.cpp 379 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
    [all...]
hwc_mdpcomp.cpp 66 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 102 int layerToMDP[MAX_NUM_APP_LAYERS];
110 bool isFBComposed[MAX_NUM_APP_LAYERS];
114 bool drop[MAX_NUM_APP_LAYERS];
129 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
130 bool isFBComposed[MAX_NUM_APP_LAYERS];
131 bool drop[MAX_NUM_APP_LAYERS];
hwc_copybit.h 62 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
hwc_utils.h 39 #define MAX_NUM_APP_LAYERS 32
124 int yuvIndices[MAX_NUM_APP_LAYERS];
127 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
hwc_mdpcomp.cpp 64 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
    [all...]
hwc_utils.cpp 853 // continue if number of app layers exceeds MAX_NUM_APP_LAYERS
854 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
    [all...]
hwc_copybit.cpp 298 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 99 int layerToMDP[MAX_NUM_APP_LAYERS];
107 bool isFBComposed[MAX_NUM_APP_LAYERS];
111 bool drop[MAX_NUM_APP_LAYERS];
126 bool isFBComposed[MAX_NUM_APP_LAYERS];
127 bool drop[MAX_NUM_APP_LAYERS];
hwc_utils.h 40 #define MAX_NUM_APP_LAYERS 32
119 int yuvIndices[MAX_NUM_APP_LAYERS];
122 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
hwc_mdpcomp.cpp 63 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
    [all...]
hwc_copybit.cpp 160 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
hwc_utils.cpp 893 // continue if number of app layers exceeds MAX_NUM_APP_LAYERS
894 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 81 int layerToMDP[MAX_NUM_APP_LAYERS];
89 bool isFBComposed[MAX_NUM_APP_LAYERS];
107 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
hwc_utils.h 38 #define MAX_NUM_APP_LAYERS 32
94 int yuvIndices[MAX_NUM_APP_LAYERS];
hwc_utils.cpp 434 memset(ctx->listStats[dpy].yuvIndices, -1, MAX_NUM_APP_LAYERS);
440 // continue if i reaches MAX_NUM_APP_LAYERS
441 if(i >= MAX_NUM_APP_LAYERS)
653 int acquireFd[MAX_NUM_APP_LAYERS];
    [all...]
hwc_copybit.cpp 162 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
hwc_mdpcomp.cpp 734 //number of app layers exceeds MAX_NUM_APP_LAYERS fall back to GPU
736 if(numLayers > MAX_NUM_APP_LAYERS) {
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 104 int layerToMDP[MAX_NUM_APP_LAYERS];
112 bool isFBComposed[MAX_NUM_APP_LAYERS];
116 bool drop[MAX_NUM_APP_LAYERS];
131 bool isFBComposed[MAX_NUM_APP_LAYERS];
132 bool drop[MAX_NUM_APP_LAYERS];
hwc_copybit.h 62 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
hwc_utils.h 43 #define MAX_NUM_APP_LAYERS 32
129 int yuvIndices[MAX_NUM_APP_LAYERS];
131 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
144 int secureRGBIndices[MAX_NUM_APP_LAYERS];
672 bool copybitDrop[MAX_NUM_APP_LAYERS];
hwc_copybit.cpp 302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
    [all...]

Completed in 201 milliseconds

1 2