Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.cpp662 void CStreamInfoInit(CStreamInfo *pStreamInfo) in CStreamInfoInit() argument
664 pStreamInfo->aacSampleRate = 0; in CStreamInfoInit()
665 pStreamInfo->profile = -1; in CStreamInfoInit()
666 pStreamInfo->aot = AOT_NONE; in CStreamInfoInit()
668 pStreamInfo->channelConfig = -1; in CStreamInfoInit()
669 pStreamInfo->bitRate = 0; in CStreamInfoInit()
670 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()
672 pStreamInfo->extAot = AOT_NONE; in CStreamInfoInit()
673 pStreamInfo->extSamplingRate = 0; in CStreamInfoInit()
675 pStreamInfo->flags = 0; in CStreamInfoInit()
[all …]