Home
last modified time | relevance | path

Searched defs:CStreamInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.h322 struct CStreamInfo struct
324 CResource Resource;
325 UInt16 PartNumber; // for NEW WIM format, we set it to 1 for OLD WIM format
326 UInt32 RefCount;
327 UInt32 Id; // for OLD WIM format
328 Byte Hash[kHashSize];
330 bool IsEmptyHash() const { return IsEmptySha(Hash); } in IsEmptyHash()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileFind.h202 struct CStreamInfo struct
215 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); argument
/aosp_15_r20/external/aac/libAACdec/include/
H A Daacdecoder_lib.h888 } CStreamInfo; typedef