Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp168 int codecIndex; in CreateCoder() local
169 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex); in CreateCoder()
172 if (codecIndex < 0) in CreateCoder()
175 return CreateCoderMain(codecIndex, encode, outObject); in CreateCoder()
178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument
181 const CCodecInfo &codec = *g_Codecs[codecIndex]; in GetMethodProperty()
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() argument
287 const CHasherInfo &codec = *g_Hashers[codecIndex]; in GetHasherProp()
/external/lzma/CPP/7zip/Common/
DCreateCoder.h156 unsigned codecIndex, bool encode,
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp803 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
808 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
DBench.cpp1185 int codecIndex = FindMethod_Index( in MethodBench() local
1189 if (codecIndex < 0) in MethodBench()
1226 … RINOK(CreateCoder_Index(EXTERNAL_CODECS_LOC_VARS codecIndex, true, encoder._encoderFilter, cod)); in MethodBench()