Home
last modified time | relevance | path

Searched refs:codecIndex (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp123 int codecIndex; in CreateCoder() local
124 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex); in CreateCoder()
127 if (codecIndex < 0) in CreateCoder()
130 const CCodecInfo &codec = *g_Codecs[codecIndex]; in CreateCoder()
148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument
151 const CCodecInfo &codec = *g_Codecs[codecIndex]; in GetMethodProperty()
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument
225 const CHasherInfo &codec = *g_Hashers[codecIndex]; in GetHasherProp()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
687 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);