Home
last modified time | relevance | path

Searched refs:GetMethodProperty (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp279 MY_GET_FUNC (lib.GetMethodProperty, Func_GetMethodProperty, lib.Lib, "GetMethodProperty") in LoadCodecs()
281 if (lib.GetMethodProperty) in LoadCodecs()
294 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kEncoder, info.Encoder, info.EncoderIsAssigned)) in LoadCodecs()
295 RINOK(GetCoderClass(lib.GetMethodProperty, i, NMethodPropID::kDecoder, info.Decoder, info.DecoderIsAssigned)) in LoadCodecs()
296 RINOK(GetMethodBoolProp(lib.GetMethodProperty, i, NMethodPropID::kIsFilter, info.IsFilter, info.IsFilter_Assigned)) in LoadCodecs()
954 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
983 return GetMethodProperty(index, propID, value); in GetProperty()
1009 return lib.GetMethodProperty(ci.CodecIndex, propID, value); in GetProperty()
H A DLoadCodecs.h243 Func_GetMethodProperty GetMethodProperty; member
261 GetMethodProperty(NULL), in CCodecLib()
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp198 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
199 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() function

Completed in 6 milliseconds