Lines Matching defs:codecs
192 bool CUpdateOptions::InitFormatIndex(const CCodecs *codecs,
209 MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveName(arcPath);
217 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
227 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex];
350 CCodecs *codecs,
379 RINOK(codecs->CreateOutArchive((unsigned)formatIndex, outArchive))
387 RINOK(setCompressCodecsInfo->SetCompressCodecsInfo(codecs))
451 const CArcInfoEx &arcInfo = codecs->Formats[(unsigned)formatIndex];
1100 CCodecs *codecs,
1175 if (!options.InitFormatIndex(codecs, types, cmdArcPath2) ||
1176 !options.SetArcPath(codecs, cmdArcPath2))
1202 if (!options.SetArcPath(codecs, cmdArcPath2))
1253 op.codecs = codecs;
1267 HRESULT res2 = callback->OpenResult(codecs, arcLink, arcPath, result);
1301 if (!options.SetArcPath(codecs, cmdArcPath2))
1309 options.MethodMode.Type.FormatIndex = codecs->FindFormatForArchiveType((UString)kDefaultArcType);
1562 codecs,