OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeInfo
(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;
671
MdpPipeInfo* cur_pipe = mCurrentFrame.mdpToLayer[mdpIndex].
pipeInfo
;
700
mCurrentFrame.mdpToLayer[mdpIndex].
pipeInfo
;
792
*(static_cast<MdpPipeInfoLowRes*>(PipeLayerPair.
pipeInfo
));
826
info.
pipeInfo
= new MdpPipeInfoLowRes;
828
MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.
pipeInfo
;
850
info.
pipeInfo
= new MdpPipeInfoLowRes
[
all
...]
hwc_mdpcomp.h
72
MdpPipeInfo *
pipeInfo
;
Completed in 35 milliseconds