Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h203 struct CStreamInfo struct
216 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); argument
217 bool FindNext(CStreamInfo &streamInfo);
228 bool Next(CStreamInfo &streamInfo, bool &found);
DFileFind.cpp268 bool CStreamInfo::IsMainStream() const throw() in IsMainStream()
273 UString CStreamInfo::GetReducedName() const in GetReducedName()
292 … Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd, CStreamInfo &si) in Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo()
315 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst()
350 bool CFindStream::FindNext(CStreamInfo &si) in FindNext()
366 bool CStreamEnumerator::Next(CStreamInfo &si, bool &found) in Next()
535 CStreamInfo si; in Find()
/third_party/ffmpeg/libavcodec/
Dlibfdk-aacdec.c104 CStreamInfo *info = aacDecoder_GetStreamInfo(s->handle); in get_stream_info()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacdec.c196 CStreamInfo *stream_info; in gst_fdkaacdec_handle_frame()
/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp523 NFind::CStreamInfo si; in EnumerateAltStreams()