Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h347 HRESULT GetCodec_Id(UInt32 index, UInt64 &id);
DLoadCodecs.cpp1025 HRESULT CCodecs::GetCodec_Id(UInt32 index, UInt64 &id) in GetCodec_Id() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp764 HRESULT res = codecs->GetCodec_Id(j, id); in Main2()