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