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

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

Completed in 126 milliseconds