Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h242 UString GetCodecName(UInt32 index);
DLoadCodecs.cpp862 UString CCodecs::GetCodecName(UInt32 index) in GetCodecName() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp624 stdStream << " " << codecs->GetCodecName(j) << endl; in Main2()