Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h183 int GetCodecLibIndex(UInt32 index);
DLoadCodecs.cpp618 int CCodecs::GetCodecLibIndex(UInt32 index) in GetCodecLibIndex() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp309 int libIndex = codecs->GetCodecLibIndex(j); in Main2()