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 110 int codecIndex;
111 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
114 if (codecIndex < 0)
116 return CreateCoder2(encode, codecIndex, iid, outObject);
119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value)
122 const CCodecInfo &codec = *g_Codecs[codecIndex];
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 129 info.CodecIndex = i;
521 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
562 return Libs[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);
607 RINOK(lib.GetMethodProperty(codec.CodecIndex, NMethodPropID::kName, &prop));

Completed in 96 milliseconds