Lines Matching refs:pipe_info

848             MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;  in allocLayerPipes()  local
850 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG); in allocLayerPipes()
851 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
872 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes() local
881 pipe_info.index = getMdpPipe(ctx, type); in allocLayerPipes()
882 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
923 MdpPipeInfoLowRes& pipe_info = in draw() local
925 ovutils::eDest dest = pipe_info.index; in draw()
983 MdpPipeInfoHighRes& pipe_info, in acquireMDPPipes() argument
989 pipe_info.lIndex = ovutils::OV_INVALID; in acquireMDPPipes()
990 pipe_info.rIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
991 if(pipe_info.rIndex == ovutils::OV_INVALID) in acquireMDPPipes()
994 pipe_info.rIndex = ovutils::OV_INVALID; in acquireMDPPipes()
995 pipe_info.lIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
996 if(pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
999 pipe_info.rIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
1000 pipe_info.lIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
1001 if(pipe_info.rIndex == ovutils::OV_INVALID || in acquireMDPPipes()
1002 pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1022 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes() local
1023 if(!acquireMDPPipes(ctx, layer, pipe_info,MDPCOMP_OV_VG)) { in allocLayerPipes()
1029 pipe_info.zOrder = nYuvIndex; in allocLayerPipes()
1044 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes() local
1052 if(!acquireMDPPipes(ctx, layer, pipe_info, type)) { in allocLayerPipes()
1057 pipe_info.zOrder = index; in allocLayerPipes()
1118 MdpPipeInfoHighRes& pipe_info = in draw() local
1122 ovutils::eDest indexL = pipe_info.lIndex; in draw()
1123 ovutils::eDest indexR = pipe_info.rIndex; in draw()