Lines Matching refs:pipe_info
844 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes() local
846 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG); in allocLayerPipes()
847 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
868 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo; in allocLayerPipes() local
877 pipe_info.index = getMdpPipe(ctx, type); in allocLayerPipes()
878 if(pipe_info.index == ovutils::OV_INVALID) { in allocLayerPipes()
919 MdpPipeInfoLowRes& pipe_info = in draw() local
921 ovutils::eDest dest = pipe_info.index; in draw()
979 MdpPipeInfoHighRes& pipe_info, in acquireMDPPipes() argument
985 pipe_info.lIndex = ovutils::OV_INVALID; in acquireMDPPipes()
986 pipe_info.rIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
987 if(pipe_info.rIndex == ovutils::OV_INVALID) in acquireMDPPipes()
990 pipe_info.rIndex = ovutils::OV_INVALID; in acquireMDPPipes()
991 pipe_info.lIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
992 if(pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
995 pipe_info.rIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
996 pipe_info.lIndex = getMdpPipe(ctx, type); in acquireMDPPipes()
997 if(pipe_info.rIndex == ovutils::OV_INVALID || in acquireMDPPipes()
998 pipe_info.lIndex == ovutils::OV_INVALID) in acquireMDPPipes()
1018 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes() local
1019 if(!acquireMDPPipes(ctx, layer, pipe_info,MDPCOMP_OV_VG)) { in allocLayerPipes()
1025 pipe_info.zOrder = nYuvIndex; in allocLayerPipes()
1039 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo; in allocLayerPipes() local
1047 if(!acquireMDPPipes(ctx, layer, pipe_info, type)) { in allocLayerPipes()
1052 pipe_info.zOrder = index; in allocLayerPipes()
1113 MdpPipeInfoHighRes& pipe_info = in draw() local
1117 ovutils::eDest indexL = pipe_info.lIndex; in draw()
1118 ovutils::eDest indexR = pipe_info.rIndex; in draw()