HomeSort by relevance Sort by last modified time
    Searched refs:codecIndex (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 123 int codecIndex;
124 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
127 if (codecIndex < 0)
130 const CCodecInfo &codec = *g_Codecs[codecIndex];
148 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
151 const CCodecInfo &codec = *g_Codecs[codecIndex];
222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
225 const CHasherInfo &codec = *g_Hashers[codecIndex];
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 219 info.CodecIndex = i;
682 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
687 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
727 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);

Completed in 51 milliseconds