Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp114 lib.GetMethodProperty = (GetMethodPropertyFunc)lib.Lib.GetProc("GetMethodProperty"); in LoadCodecs()
115 if (lib.GetMethodProperty == NULL) in LoadCodecs()
131 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderI… in LoadCodecs()
132 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderI… in LoadCodecs()
521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
539 return GetMethodProperty(index, propID, value); in GetProperty()
562 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
607 RINOK(lib.GetMethodProperty(codec.CodecIndex, NMethodPropID::kName, &prop)); in CreateCoder()
DLoadCodecs.h125 GetMethodPropertyFunc GetMethodProperty; member
131 CCodecLib(): GetMethodProperty(0) {} in CCodecLib()
/external/lzma/CPP/7zip/Archive/
DArchive2.def8 GetMethodProperty PRIVATE
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function