Home | History | Annotate | Download | only in Common

Lines Matching refs:formatIndex

108     int formatIndex,

123 if (formatIndex >= 0)
124 orderIndices.Add(formatIndex);
269 FormatIndex = orderIndices[i];
270 RINOK(codecs->CreateInArchive(FormatIndex, archive));
285 // OutputDebugStringW(codecs->Formats[FormatIndex].Name);
311 const CArcInfoEx &format = codecs->Formats[FormatIndex];
329 int formatIndex,
356 return OpenStream(codecs, formatIndex, stream, seqStream, callback);
392 int formatIndex = -1;
397 formatIndex = formatIndices[formatIndices.Size() - Arcs.Size() - 1];
407 RINOK(arc.OpenStreamOrFile(codecs, formatIndex, stdInMode, stream, callback));
452 HRESULT result = arc2.OpenStream(codecs, formatIndex, subStream, NULL, callback);