OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextPipe
(Results
1 - 10
of
10
) sorted by null
/hardware/qcom/display/msm8994/liboverlay/
overlay.cpp
106
eDest Overlay::
nextPipe
(eMdpPipeType type, const PipeSpecs& pipeSpecs) {
160
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs);
163
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs);
166
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs);
169
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs);
172
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs);
174
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs);
181
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs);
192
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs);
197
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs)
[
all
...]
overlay.h
175
utils::eDest
nextPipe
(utils::eMdpPipeType, const PipeSpecs& pipeSpecs);
/hardware/qcom/display/msm8084/liboverlay/
overlay.cpp
113
eDest Overlay::
nextPipe
(eMdpPipeType type, int dpy, int mixer) {
167
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
170
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer);
173
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer);
176
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
179
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer);
181
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
188
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer);
199
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
202
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer)
[
all
...]
overlay.h
165
utils::eDest
nextPipe
(utils::eMdpPipeType, int dpy, int mixer);
/hardware/qcom/display/msm8226/liboverlay/
overlay.cpp
124
eDest Overlay::
nextPipe
(eMdpPipeType type, int dpy, int mixer) {
180
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
183
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer);
186
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer);
189
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
192
dest =
nextPipe
(OV_MDP_PIPE_RGB, pipeSpecs.dpy, pipeSpecs.mixer);
194
dest =
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
201
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer);
212
return
nextPipe
(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer);
217
dest =
nextPipe
(OV_MDP_PIPE_DMA, pipeSpecs.dpy, pipeSpecs.mixer)
[
all
...]
overlay.h
170
utils::eDest
nextPipe
(utils::eMdpPipeType, int dpy, int mixer);
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp
71
ovutils::eDest dest = ov.
nextPipe
(ovutils::OV_MDP_PIPE_ANY, mDpy);
175
ovutils::eDest destL = ov.
nextPipe
(ovutils::OV_MDP_PIPE_RGB, mDpy);
182
ovutils::eDest destR = ov.
nextPipe
(ovutils::OV_MDP_PIPE_RGB, mDpy);
hwc_mdpcomp.cpp
319
mdp_pipe = ov.
nextPipe
(ovutils::OV_MDP_PIPE_DMA, mDpy);
326
mdp_pipe = ov.
nextPipe
(ovutils::OV_MDP_PIPE_RGB, mDpy);
336
return ov.
nextPipe
(ovutils::OV_MDP_PIPE_VG, mDpy);
[
all
...]
/hardware/qcom/display/msm8960/liboverlay/
overlay.h
63
utils::eDest
nextPipe
(utils::eMdpPipeType, int dpy);
overlay.cpp
84
eDest Overlay::
nextPipe
(eMdpPipeType type, int dpy) {
Completed in 7207 milliseconds