Searched refs:mixerBond (Results 1 – 1 of 1) sorted by relevance
64 const NCoderMixer2::CBond &mixerBond = _bindInfo.Bonds[_bindInfo.Bonds.Size() - 1 - i]; in SetFolder() local65 fb.PackIndex = _SrcOut_to_DestIn[mixerBond.PackIndex]; in SetFolder()66 fb.UnpackIndex = _SrcIn_to_DestOut[mixerBond.UnpackIndex]; in SetFolder()572 NCoderMixer2::CBond mixerBond; in EncoderConstr() local578 mixerBond.PackIndex = _bindInfo.GetStream_for_Coder(bond.OutCoder) + bond.OutStream; in EncoderConstr()579 mixerBond.UnpackIndex = bond.InCoder; in EncoderConstr()580 _bindInfo.Bonds.Add(mixerBond); in EncoderConstr()