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

  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.cpp 75 mCurrentFrame.mdpToLayer[mCurrentFrame.layerToMDP[index]].pipeInfo->zOrder));
205 if(mdpToLayer[i].pipeInfo) {
206 delete mdpToLayer[i].pipeInfo;
207 mdpToLayer[i].pipeInfo = NULL;
209 mdpToLayer[i].rot = NULL;
213 memset(&mdpToLayer, 0, sizeof(mdpToLayer));
229 mdpToLayer[mdpIdx].listIndex = idx;
671 MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo;
674 if(configure(ctx, layer, mCurrentFrame.mdpToLayer[mdpIndex]) != 0 )
    [all...]
hwc_mdpcomp.h 85 struct PipeLayerPair mdpToLayer[MAX_PIPES_PER_MIXER];

Completed in 35 milliseconds