Searched refs:CStreamInfo (Results 1 - 7 of 7) sorted by relevance
/external/lzma/CPP/Windows/ |
H A D | FileFind.h | 94 struct CStreamInfo
struct in namespace:NWindows::NFile::NFind 107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
108 bool FindNext(CStreamInfo &streamInfo);
119 bool Next(CStreamInfo &streamInfo, bool &found);
|
H A D | FileFind.cpp | 222 bool CStreamInfo::IsMainStream() const throw()
227 UString CStreamInfo::GetReducedName() const
237 UString CStreamInfo::GetReducedName2() const
246 static void Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd, CStreamInfo &si)
269 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si)
304 bool CFindStream::FindNext(CStreamInfo &si)
320 bool CStreamEnumerator::Next(CStreamInfo &si, bool &found)
488 CStreamInfo si;
|
/external/aac/libAACdec/src/ |
H A D | aacdecoder.h | 194 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */ 322 LINKSPEC_H CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
|
H A D | aacdecoder_lib.cpp | 745 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus) 1099 LINKSPEC_CPP CStreamInfo* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
|
H A D | aacdecoder.cpp | 687 void CStreamInfoInit(CStreamInfo *pStreamInfo) 1841 LINKSPEC_CPP CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
|
/external/aac/libAACdec/include/ |
H A D | aacdecoder_lib.h | 219 The decoded audio output format is indicated by a set of variables of the CStreamInfo structure. 224 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in 249 is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained 256 to the following values in CStreamInfo: 258 CStreamInfo::numChannels = 2 260 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT } 262 CStreamInfo::pChannelIndices = { 0, 1 } 272 Where N equals to CStreamInfo::frameSize . 278 to the following values in CStreamInfo: 280 CStreamInfo 589 } CStreamInfo; typedef in typeref:struct:__anon177 [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 350 NFind::CStreamInfo si;
|
Completed in 172 milliseconds