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

  /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)
856 //number of app layers exceeds MAX_NUM_APP_LAYERS fall back to GPU
858 if(numLayers > MAX_NUM_APP_LAYERS) {
    [all...]
hwc_copybit.cpp 156 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)
609 int acquireFd[MAX_NUM_APP_LAYERS];
    [all...]

Completed in 41 milliseconds