Searched refs:codecIndex (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 168 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/ |
D | CreateCoder.h | 156 unsigned codecIndex, bool encode,
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 803 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value); 808 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
|
D | Bench.cpp | 1185 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()
|