Lines Matching refs:pStreamInfo
684 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()
699 pStreamInfo->epConfig = -1; /* default is no ER */ in CStreamInfoInit()
701 pStreamInfo->numChannels = 0; in CStreamInfoInit()
702 pStreamInfo->sampleRate = 0; in CStreamInfoInit()
703 pStreamInfo->frameSize = 0; in CStreamInfoInit()