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

  /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/aac/libAACdec/src/
aacdecoder.h 194 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
320 LINKSPEC_H CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
aacdecoder_lib.cpp 739 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus)
1080 LINKSPEC_CPP CStreamInfo* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
    [all...]
aacdecoder.cpp 700 void CStreamInfoInit(CStreamInfo *pStreamInfo)
    [all...]
  /external/aac/libAACdec/include/
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::numChannels =
    [all...]

Completed in 103 milliseconds