Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp684 void CStreamInfoInit(CStreamInfo *pStreamInfo) in CStreamInfoInit() argument
686 pStreamInfo->aacSampleRate = 0; in CStreamInfoInit()
687 pStreamInfo->profile = -1; in CStreamInfoInit()
688 pStreamInfo->aot = AOT_NONE; in CStreamInfoInit()
690 pStreamInfo->channelConfig = -1; in CStreamInfoInit()
691 pStreamInfo->bitRate = 0; in CStreamInfoInit()
692 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()
694 pStreamInfo->extAot = AOT_NONE; in CStreamInfoInit()
695 pStreamInfo->extSamplingRate = 0; in CStreamInfoInit()
697 pStreamInfo->flags = 0; in CStreamInfoInit()
[all …]