Home
last modified time | relevance | path

Searched refs:OV_MDP_PIPE_ANY (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
Doverlay.cpp89 if(type == OV_MDP_PIPE_ANY || type == PipeBook::getPipeType((eDest)i)) { in nextPipe()
215 int numPipesXType[OV_MDP_PIPE_ANY] = {0}; in initOverlay()
224 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay()
316 {utils::OV_MDP_PIPE_ANY};
DoverlayUtils.h281 OV_MDP_PIPE_ANY, //Any enumerator
/hardware/qcom/display/msm8994/liboverlay/
Doverlay.cpp112 if( (type == OV_MDP_PIPE_ANY || //Pipe type match in nextPipe()
424 int numPipesXType[OV_MDP_PIPE_ANY] = {0}; in initOverlay()
433 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay()
611 {utils::OV_MDP_PIPE_ANY};
612 int Overlay::PipeBook::pipeMinID[utils::OV_MDP_PIPE_ANY] = {0};
613 int Overlay::PipeBook::pipeMaxID[utils::OV_MDP_PIPE_ANY] = {0};
Doverlay.h231 static int pipeMinID[utils::OV_MDP_PIPE_ANY];
232 static int pipeMaxID[utils::OV_MDP_PIPE_ANY];
DoverlayUtils.h252 OV_MDP_PIPE_ANY, //Any enumerator
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.cpp117 if( (type == OV_MDP_PIPE_ANY || //Pipe type match in nextPipe()
385 int numPipesXType[OV_MDP_PIPE_ANY] = {0}; in initOverlay()
394 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay()
593 {utils::OV_MDP_PIPE_ANY};
DoverlayUtils.h289 OV_MDP_PIPE_ANY, //Any enumerator
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.cpp128 if( (type == OV_MDP_PIPE_ANY || //Pipe type match in nextPipe()
393 int numPipesXType[OV_MDP_PIPE_ANY] = {0}; in initOverlay()
402 for(int X = 0; X < (int)OV_MDP_PIPE_ANY; X++) { //iterate over types in initOverlay()
601 {utils::OV_MDP_PIPE_ANY};
DoverlayUtils.h258 OV_MDP_PIPE_ANY, //Any enumerator
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.cpp71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); in configure()