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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 98 ids.AddToUniqueSorted(f.Coders[j].MethodID);
273 coder.MethodID, methodName);
276 methodsString += ConvertMethodIdToString(coder.MethodID);
280 if (coder.MethodID == k_Delta && coder.Props.GetCapacity() == 1)
282 else if (coder.MethodID == k_LZMA && coder.Props.GetCapacity() == 5)
287 else if (coder.MethodID == k_LZMA2 && coder.Props.GetCapacity() == 1)
293 else if (coder.MethodID == k_PPMD && coder.Props.GetCapacity() == 5)
302 else if (coder.MethodID == k_AES && coder.Props.GetCapacity() >= 1)
7zItem.h 9 #include "../../Common/MethodId.h"
24 CMethodId MethodID;
91 if (Coders[i].MethodID == k_AES)
7zEncode.cpp 45 coderInfo.MethodID = decompressionMethods[i];
64 encodingInfo.MethodID = methodFull.Id;
239 UInt64 m = _codersInfo[i].MethodID;
7zDecode.cpp 35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID);
173 coderInfo.MethodID, decoder, decoder2, false));
7zUpdate.cpp 97 RINOZ_COMP(c1.MethodID, c2.MethodID);
344 static inline void GetMethodFull(UInt64 methodID, UInt32 numInStreams, CMethodFull &methodResult)
346 methodResult.Id = methodID;
643 CMethodId m = f.Coders[i].MethodID;
7zOut.cpp 281 UInt64 id = coder.MethodID;
7zIn.cpp 409 coder.MethodID = id;
    [all...]
  /external/lzma/C/
7zDec.c 263 c->MethodID <= (UInt32)0xFFFFFFFF &&
264 IS_MAIN_METHOD((UInt32)c->MethodID);
267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1)
284 if (c->MethodID > (UInt32)0xFFFFFFFF ||
293 switch ((UInt32)c->MethodID)
351 if (IS_MAIN_METHOD((UInt32)coder->MethodID))
389 if (coder->MethodID == k_Copy)
395 else if (coder->MethodID == k_LZMA)
399 else if (coder->MethodID == k_LZMA2)
412 else if (coder->MethodID == k_BCJ2)
    [all...]
7z.h 50 UInt64 MethodID;
7zIn.c 561 if (idSize > sizeof(coder->MethodID))
563 coder->MethodID = 0;
565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdaiface.h 235 STDMETHOD_(HRESULT,EnumAudioCapability)(THIS_ DWORD FmtIndex,DWORD *MethodID,DWORD *AlgorithmType,DWORD *SamplingRate,DWORD *BitDepth,DWORD *NumChannels) PURE;
236 STDMETHOD_(HRESULT,EnumVideoCapability)(THIS_ DWORD FmtIndex,DWORD *MethodID,DWORD *AlgorithmType,DWORD *VerticalSize,DWORD *HorizontalSize,DWORD *AspectRatio,DWORD *FrameRateCode,DWORD *ProgressiveSequence) PURE;
247 #define IBDA_Encoder_EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels) (This)->lpVtbl->EnumAudioCapability(This,FmtIndex,MethodID,AlgorithmType,SamplingRate,BitDepth,NumChannels)
248 #define IBDA_Encoder_EnumVideoCapability(This,FmtIndex,MethodID,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence) (This)->lpVtbl->EnumVideoCapability(This,FmtIndex,MethodID,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence)

Completed in 110 milliseconds