Searched refs:pLossChars (Results 1 – 2 of 2) sorted by relevance
316 const char* pLossChars, bool bLossPara, int& iLossIdx, bool& bVCLLoss) { in SimulateNALLoss() argument318 int iLossCharLen = (int) strlen (pLossChars); in SimulateNALLoss()332 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()351 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()373 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
160 const char* pLossChars, bool bLossPara, int& iLossIdx, bool& bVCLLoss);