HomeSort by relevance Sort by last modified time
    Searched refs:CStreamInfo (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/codec2/components/aac/
DrcPresModeWrap.h 35 void submitStreamData(CStreamInfo*);
C2SoftAacDec.h 55 CStreamInfo *mStreamInfo;
DrcPresModeWrap.cpp 68 CDrcPresModeWrapper::submitStreamData(CStreamInfo* pStreamInfo)
  /frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.h 35 void submitStreamData(CStreamInfo*);
SoftAAC2.h 55 CStreamInfo *mStreamInfo;
DrcPresModeWrap.cpp 68 CDrcPresModeWrapper::submitStreamData(CStreamInfo* pStreamInfo)
  /external/lzma/CPP/Windows/
FileFind.h 94 struct CStreamInfo
107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
108 bool FindNext(CStreamInfo &streamInfo);
119 bool Next(CStreamInfo &streamInfo, bool &found);
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/include/
aacdecoder_lib.h 323 CStreamInfo structure. While the struct members sampleRate, frameSize and
328 buffer. Both arrays have CStreamInfo::numChannels number of cells. Each cell of
360 data in the CStreamInfo structure which can be obtained by calling
367 config would lead to the following values in CStreamInfo:
369 CStreamInfo::numChannels = 2
371 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
373 CStreamInfo::pChannelIndices = { 0, 1 }
382 Where N equals to CStreamInfo::frameSize .
388 config, would lead to the following values in CStreamInfo:
390 CStreamInfo::numChannels =
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.h 231 CStreamInfo
463 LINKSPEC_H CStreamInfo *CAacDecoder_GetStreamInfo(HANDLE_AACDECODER self);
aacdecoder_lib.cpp     [all...]
aacdecoder.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 353 NFind::CStreamInfo si;

Completed in 3136 milliseconds