Lines Matching refs:formatIndices
377 const CIntVector &formatIndices,
384 if (formatIndices.Size() >= 32)
393 if (formatIndices.Size() >= 1)
395 if (Arcs.Size() >= formatIndices.Size())
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1];
414 resSpec = (formatIndices.Size() == 0 ? S_OK : E_NOTIMPL);
453 resSpec = (formatIndices.Size() == 0 ? S_OK : S_FALSE);
483 const CIntVector &formatIndices,
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));