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/src/
Daacdecoder.h194CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the b…
322 LINKSPEC_H CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
Daacdecoder_lib.cpp745 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBit… in aacDecoder_UpdateBitStreamCounters()
1099 LINKSPEC_CPP CStreamInfo* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self ) in aacDecoder_GetStreamInfo()
Daacdecoder.cpp687 void CStreamInfoInit(CStreamInfo *pStreamInfo) in CStreamInfoInit()
1841 LINKSPEC_CPP CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self ) in CAacDecoder_GetStreamInfo()
/external/aac/libAACdec/include/
Daacdecoder_lib.h589 } CStreamInfo; typedef
742 LINKSPEC_H CStreamInfo* aacDecoder_GetStreamInfo( HANDLE_AACDECODER self );
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp350 NFind::CStreamInfo si; in EnumerateAltStreams()