OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MdpPipeInfoLowRes
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.h
184
struct
MdpPipeInfoLowRes
: public MdpPipeInfo {
186
virtual ~
MdpPipeInfoLowRes
() {};
hwc_mdpcomp.cpp
791
MdpPipeInfoLowRes
& mdp_info =
792
*(static_cast<
MdpPipeInfoLowRes
*>(PipeLayerPair.pipeInfo));
826
info.pipeInfo = new
MdpPipeInfoLowRes
;
828
MdpPipeInfoLowRes
& pipe_info = *(
MdpPipeInfoLowRes
*)info.pipeInfo;
850
info.pipeInfo = new
MdpPipeInfoLowRes
;
852
MdpPipeInfoLowRes
& pipe_info = *(
MdpPipeInfoLowRes
*)info.pipeInfo;
903
MdpPipeInfoLowRes
& pipe_info =
904
*(
MdpPipeInfoLowRes
*)mCurrentFrame.mdpToLayer[mdpIndex].pipeInfo
[
all
...]
Completed in 100 milliseconds