Searched refs:OV_MDP_PIPE_ANY (Results 1 – 10 of 10) sorted by relevance
89 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};
281 OV_MDP_PIPE_ANY, //Any enumerator
112 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};
231 static int pipeMinID[utils::OV_MDP_PIPE_ANY];232 static int pipeMaxID[utils::OV_MDP_PIPE_ANY];
252 OV_MDP_PIPE_ANY, //Any enumerator
117 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};
289 OV_MDP_PIPE_ANY, //Any enumerator
128 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};
258 OV_MDP_PIPE_ANY, //Any enumerator
71 ovutils::eDest dest = ov.nextPipe(ovutils::OV_MDP_PIPE_ANY, mDpy); in configure()