Searched refs:codecIndex (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 110 int codecIndex; in CreateCoder() local 111 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex); in CreateCoder() 114 if (codecIndex < 0) in CreateCoder() 116 return CreateCoder2(encode, codecIndex, iid, outObject); in CreateCoder() 119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty() argument 122 const CCodecInfo &codec = *g_Codecs[codecIndex]; in GetMethodProperty()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
|