Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:pipe_info

828             MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
830 pipe_info.index = getMdpPipe(ctx, MDPCOMP_OV_VG);
831 if(pipe_info.index == ovutils::OV_INVALID) {
852 MdpPipeInfoLowRes& pipe_info = *(MdpPipeInfoLowRes*)info.pipeInfo;
861 pipe_info.index = getMdpPipe(ctx, type);
862 if(pipe_info.index == ovutils::OV_INVALID) {
903 MdpPipeInfoLowRes& pipe_info =
905 ovutils::eDest dest = pipe_info.index;
963 MdpPipeInfoHighRes& pipe_info,
969 pipe_info.lIndex = ovutils::OV_INVALID;
970 pipe_info.rIndex = getMdpPipe(ctx, type);
971 if(pipe_info.rIndex == ovutils::OV_INVALID)
974 pipe_info.rIndex = ovutils::OV_INVALID;
975 pipe_info.lIndex = getMdpPipe(ctx, type);
976 if(pipe_info.lIndex == ovutils::OV_INVALID)
979 pipe_info.rIndex = getMdpPipe(ctx, type);
980 pipe_info.lIndex = getMdpPipe(ctx, type);
981 if(pipe_info.rIndex == ovutils::OV_INVALID ||
982 pipe_info.lIndex == ovutils::OV_INVALID)
1002 pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo;
1003 if(!acquireMDPPipes(ctx, layer, pipe_info,MDPCOMP_OV_VG)) {
1009 pipe_info.zOrder = nYuvIndex;
1023 MdpPipeInfoHighRes& pipe_info = *(MdpPipeInfoHighRes*)info.pipeInfo;
1031 if(!acquireMDPPipes(ctx, layer, pipe_info, type)) {
1036 pipe_info.zOrder = index;
1097 MdpPipeInfoHighRes& pipe_info =
1101 ovutils::eDest indexL = pipe_info.lIndex;
1102 ovutils::eDest indexR = pipe_info.rIndex;