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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 53 CStreamInfo *mStreamInfo;
  /external/aac/libAACdec/src/
aacdecoder.h 192 CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the bitstream) */
309 LINKSPEC_H CStreamInfo* CAacDecoder_GetStreamInfo ( HANDLE_AACDECODER self );
aacdecoder_lib.cpp 665 static void aacDecoder_UpdateBitStreamCounters(CStreamInfo *pSi, HANDLE_FDK_BITSTREAM hBs, int nBits, AAC_DECODER_ERROR ErrorStatus)
939 LINKSPEC_CPP CStreamInfo* aacDecoder_GetStreamInfo ( HANDLE_AACDECODER self )
aacdecoder.cpp 684 void CStreamInfoInit(CStreamInfo *pStreamInfo)
    [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 220 The decoded audio output format is indicated by a set of variables of the CStreamInfo structure.
225 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
250 is passed to aacDecoder_DecodeFrame() and the expected data in the CStreamInfo structure which can be obtained
257 to the following values in CStreamInfo:
259 CStreamInfo::numChannels = 2
261 CStreamInfo::pChannelType = { ::ACT_FRONT, ::ACT_FRONT }
263 CStreamInfo::pChannelIndices = { 0, 1 }
273 Where N equals to CStreamInfo::frameSize .
279 to the following values in CStreamInfo:
281 CStreamInfo::numChannels =
    [all...]

Completed in 181 milliseconds