Searched refs:codecIndex (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp107 int codecIndex; local
108 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
111 if (codecIndex < 0)
113 return CreateCoder2(encode, codecIndex, iid, outObject);
116 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) argument
119 const CCodecInfo &codec = *g_Codecs[codecIndex];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp107 int codecIndex; local
108 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
111 if (codecIndex < 0)
113 return CreateCoder2(encode, codecIndex, iid, outObject);
116 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) argument
119 const CCodecInfo &codec = *g_Codecs[codecIndex];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp107 int codecIndex; local
108 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
111 if (codecIndex < 0)
113 return CreateCoder2(encode, codecIndex, iid, outObject);
116 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) argument
119 const CCodecInfo &codec = *g_Codecs[codecIndex];

Completed in 374 milliseconds