Home
last modified time | relevance | path

Searched refs:CStreamInfo (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h94 struct CStreamInfo struct
107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); argument
108 bool FindNext(CStreamInfo &streamInfo);
119 bool Next(CStreamInfo &streamInfo, bool &found);
DFileFind.cpp222 bool CStreamInfo::IsMainStream() const throw() in IsMainStream()
227 UString CStreamInfo::GetReducedName() const in GetReducedName()
246 … Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd, CStreamInfo &si) in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
269 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst()
304 bool CFindStream::FindNext(CStreamInfo &si) in FindNext()
320 bool CStreamEnumerator::Next(CStreamInfo &si, bool &found) in Next()
488 CStreamInfo si; in Find()
/external/aac/libAACdec/include/
Daacdecoder_lib.h905 } CStreamInfo; typedef
1082 LINKSPEC_H CStreamInfo *aacDecoder_GetStreamInfo(HANDLE_AACDECODER self);
/external/aac/libAACdec/src/
Daacdecoder.h231 CStreamInfo
463 LINKSPEC_H CStreamInfo *CAacDecoder_GetStreamInfo(HANDLE_AACDECODER self);
Daacdecoder_lib.cpp1087 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, in aacDecoder_UpdateBitStreamCounters()
2000 LINKSPEC_CPP CStreamInfo *aacDecoder_GetStreamInfo(HANDLE_AACDECODER self) { in aacDecoder_GetStreamInfo()
Daacdecoder.cpp1202 static void CStreamInfoInit(CStreamInfo *pStreamInfo) { in CStreamInfoInit()
3462 LINKSPEC_CPP CStreamInfo *CAacDecoder_GetStreamInfo(HANDLE_AACDECODER self) { in CAacDecoder_GetStreamInfo()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp353 NFind::CStreamInfo si; in EnumerateAltStreams()