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

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 266 static int sMaxSecLayers;
hwc_mdpcomp.cpp 51 int MDPComp::sMaxSecLayers = 1;
156 sMaxSecLayers = (val >= 0) ? val : 1;
157 sMaxSecLayers = min(sMaxSecLayers, sMaxPipesPerMixer);
    [all...]

Completed in 512 milliseconds