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

  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 336 return (pipe1Id == PipeBook::pipeMaxID[leftType]);
441 PipeBook::pipeMaxID[OV_MDP_PIPE_RGB] = (numPipesXType[OV_MDP_PIPE_RGB] == 3)? 32 : 512;
443 PipeBook::pipeMaxID[OV_MDP_PIPE_VG] = (numPipesXType[OV_MDP_PIPE_VG] == 3)? 4 : 256;
445 PipeBook::pipeMaxID[OV_MDP_PIPE_DMA] = 128;
613 int Overlay::PipeBook::pipeMaxID[utils::OV_MDP_PIPE_ANY] = {0};
overlay.h 232 static int pipeMaxID[utils::OV_MDP_PIPE_ANY];

Completed in 63 milliseconds