Searched refs:orderIndices (Results 1 – 1 of 1) sorted by relevance
1053 CIntVector &orderIndices, unsigned numTypes, CIntVector &orderIndices2, in MakeCheckOrder() argument1058 const int index = orderIndices[i]; in MakeCheckOrder()1084 orderIndices[i] = -1; in MakeCheckOrder()1632 static int FindFormatForArchiveType(CCodecs *codecs, CIntVector orderIndices, const char *name) in FindFormatForArchiveType() argument1634 FOR_VECTOR (i, orderIndices) in FindFormatForArchiveType()1636 int oi = orderIndices[i]; in FindFormatForArchiveType()1671 CIntVector orderIndices; in OpenStream2() local1705 orderIndices.Add(formatIndex); in OpenStream2()1774 orderIndices.Insert(numFinded++, (int)i); in OpenStream2()1778 orderIndices.Add((int)i); in OpenStream2()[all …]