Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h239 int GetCodecLibIndex(UInt32 index);
DLoadCodecs.cpp804 int CCodecs::GetCodecLibIndex(UInt32 index) in GetCodecLibIndex() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp614 PrintLibIndex(stdStream, codecs->GetCodecLibIndex(j)); in Main2()