Searched refs:GetMethodProperty (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 114 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()
|
D | LoadCodecs.h | 125 GetMethodPropertyFunc GetMethodProperty; member 131 CCodecLib(): GetMethodProperty(0) {} in CCodecLib()
|
/external/lzma/CPP/7zip/Archive/ |
D | Archive2.def | 8 GetMethodProperty PRIVATE
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function
|