Home
last modified time | relevance | path

Searched refs:pLossChars (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp316 const char* pLossChars, bool bLossPara, int& iLossIdx, bool& bVCLLoss) { in SimulateNALLoss() argument
318 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()
Dencode_decode_api_test.h160 const char* pLossChars, bool bLossPara, int& iLossIdx, bool& bVCLLoss);