Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/
DICoder.h391 typedef HRESULT (WINAPI *Func_CreateDecoder)(UInt32 index, const GUID *iid, void **outObject); typedef
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h209 Func_CreateDecoder CreateDecoder;
DLoadCodecs.cpp252 lib.CreateDecoder = (Func_CreateDecoder)lib.Lib.GetProc("CreateDecoder"); in LoadCodecs()