Lines Matching refs:pipe_info
999 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes() local
1010 pipe_info.index = getMdpPipe(ctx, type, Overlay::MIXER_DEFAULT); in allocLayerPipes()
1011 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
1058 MdpPipeInfoLowRes& pipe_info = in draw() local
1060 ovutils::eDest dest = pipe_info.index; in draw()
1149 MdpPipeInfoHighRes& pipe_info, in acquireMDPPipes() argument
1155 pipe_info.lIndex = ovutils::OV_INVALID; in acquireMDPPipes()
1156 pipe_info.rIndex = ovutils::OV_INVALID; in acquireMDPPipes()
1159 pipe_info.lIndex = getMdpPipe(ctx, type, Overlay::MIXER_LEFT); in acquireMDPPipes()
1160 if(pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1165 pipe_info.rIndex = getMdpPipe(ctx, type, Overlay::MIXER_RIGHT); in acquireMDPPipes()
1166 if(pipe_info.rIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1185 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes() local
1196 if(!acquireMDPPipes(ctx, layer, pipe_info, type)) { in allocLayerPipes()
1267 MdpPipeInfoHighRes& pipe_info = in draw() local
1271 ovutils::eDest indexL = pipe_info.lIndex; in draw()
1272 ovutils::eDest indexR = pipe_info.rIndex; in draw()