Searched refs:GetMethodProperty (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Crypto/ |
D | Codec.def | 4 GetMethodProperty PRIVATE
|
/external/lzma/CPP/7zip/Compress/ |
D | Codec.def | 4 GetMethodProperty PRIVATE
|
D | CodecExports.cpp | 198 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value); 199 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function
|
/external/lzma/CPP/7zip/Archive/ |
D | Archive2.def | 10 GetMethodProperty PRIVATE
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 283 MY_GET_FUNC (lib.GetMethodProperty, Func_GetMethodProperty, lib.Lib, "GetMethodProperty") in LoadCodecs() 285 if (lib.GetMethodProperty) in LoadCodecs() 298 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderI… in LoadCodecs() 299 …RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderI… in LoadCodecs() 300 …RINOK(GetMethodBoolProp(lib.GetMethodProperty, i, NMethodPropID::kIsFilter, info.IsFilter, info.Is… in LoadCodecs() 958 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value); 987 return GetMethodProperty(index, propID, value); in Z7_COM7F_IMF() 1013 return lib.GetMethodProperty(ci.CodecIndex, propID, value); in Z7_COM7F_IMF()
|
D | LoadCodecs.h | 243 Func_GetMethodProperty GetMethodProperty; member 261 GetMethodProperty(NULL), in CCodecLib()
|