Home
last modified time | relevance | path

Searched refs:userCodecs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DUpdateGUI.cpp390 CObjectVector<CCodecInfoUser> userCodecs; in ShowDialog() local
391 codecs->Get_CodecsInfoUser_Vector(userCodecs); in ShowDialog()
392 dialog.SetMethods(userCodecs); in ShowDialog()
H A DCompressDialog.h377 void SetMethods(const CObjectVector<CCodecInfoUser> &userCodecs);
H A DCompressDialog.cpp405 void CCompressDialog::SetMethods(const CObjectVector<CCodecInfoUser> &userCodecs) in SetMethods() argument
409 FOR_VECTOR (i, userCodecs) in SetMethods()
411 const CCodecInfoUser &c = userCodecs[i]; in SetMethods()