Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp206 lib.GetMethodProperty = (Func_GetMethodProperty)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()
207 if (lib.GetMethodProperty) in LoadCodecs()
220 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderI… in LoadCodecs()
221 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderI… in LoadCodecs()
682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
711 return GetMethodProperty(index, propID, value); in GetProperty()
727 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
DLoadCodecs.h155 Func_GetMethodProperty GetMethodProperty; member
163 CCodecLib(): GetMethodProperty(NULL) {} in CCodecLib()
/external/lzma/CPP/7zip/Archive/
DArchive2.def7 GetMethodProperty PRIVATE
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function