Searched refs:userCodecs (Results 1 – 3 of 3) sorted by relevance
390 CObjectVector<CCodecInfoUser> userCodecs; in ShowDialog() local391 codecs->Get_CodecsInfoUser_Vector(userCodecs); in ShowDialog()392 dialog.SetMethods(userCodecs); in ShowDialog()
377 void SetMethods(const CObjectVector<CCodecInfoUser> &userCodecs);
405 void CCompressDialog::SetMethods(const CObjectVector<CCodecInfoUser> &userCodecs) in SetMethods() argument409 FOR_VECTOR (i, userCodecs) in SetMethods()411 const CCodecInfoUser &c = userCodecs[i]; in SetMethods()