Home
last modified time | relevance | path

Searched refs:GetMethodProperty (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchive2.def10 GetMethodProperty PRIVATE
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp254 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()
256 if (lib.GetMethodProperty) in LoadCodecs()
269 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderI… in LoadCodecs()
270 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderI… in LoadCodecs()
803 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
832 return GetMethodProperty(index, propID, value); in GetProperty()
849 return lib.GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
DLoadCodecs.h208 Func_GetMethodProperty GetMethodProperty; member
221 GetMethodProperty(NULL), in CCodecLib()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function