Searched refs:Func_CreateDecoder (Results 1 – 3 of 3) sorted by relevance
391 typedef HRESULT (WINAPI *Func_CreateDecoder)(UInt32 index, const GUID *iid, void **outObject); typedef
209 Func_CreateDecoder CreateDecoder;
252 lib.CreateDecoder = (Func_CreateDecoder)lib.Lib.GetProc("CreateDecoder"); in LoadCodecs()