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

  /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/msm8974/libhwcomposer/
hwc_mdpcomp.h 86 int layerToMDP[MAX_NUM_APP_LAYERS];
94 bool isFBComposed[MAX_NUM_APP_LAYERS];
112 buffer_handle_t hnd[MAX_NUM_APP_LAYERS];
hwc_utils.h 38 #define MAX_NUM_APP_LAYERS 32
97 int yuvIndices[MAX_NUM_APP_LAYERS];
hwc_mdpcomp.cpp 56 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
855 //number of app layers exceeds MAX_NUM_APP_LAYERS fall back to GPU
857 if(numLayers > MAX_NUM_APP_LAYERS) {
    [all...]
hwc_copybit.cpp 157 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
hwc_utils.cpp 380 // continue if number of app layers exceeds MAX_NUM_APP_LAYERS
381 if(ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS)
607 int acquireFd[MAX_NUM_APP_LAYERS];
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 103 int layerToMDP[MAX_NUM_APP_LAYERS];
111 bool isFBComposed[MAX_NUM_APP_LAYERS];
115 bool drop[MAX_NUM_APP_LAYERS];
130 buffer_handle_t hnd[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
128 int yuvIndices[MAX_NUM_APP_LAYERS];
130 int yuv4k2kIndices[MAX_NUM_APP_LAYERS];
143 int secureRGBIndices[MAX_NUM_APP_LAYERS];
632 bool copybitDrop[MAX_NUM_APP_LAYERS];
hwc_copybit.cpp 302 if (ctx->listStats[dpy].numAppLayers > MAX_NUM_APP_LAYERS) {
    [all...]
hwc_mdpcomp.cpp 74 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
    [all...]
hwc_utils.cpp     [all...]

Completed in 968 milliseconds