Lines Matching refs:streamInfo
185 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
186 || ( (self->streamInfo.aacNumChannels == 1) in CAacDecoder_SyncQmfMode()
187 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
188 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) ) in CAacDecoder_SyncQmfMode()
199 …self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! … in CAacDecoder_SyncQmfMode()
521 self->streamInfo.aacSampleRate, in CAacDecoder_ExtPayloadParse()
522 self->streamInfo.extSamplingRate, in CAacDecoder_ExtPayloadParse()
523 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_ExtPayloadParse()
524 self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
726 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
727 self->streamInfo.pChannelType = self->channelType; in CAacDecoder_Open()
736 CStreamInfoInit(&self->streamInfo); in CAacDecoder_Open()
827 self->streamInfo.profile = 1; in CAacDecoder_Init()
910 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
915 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init()
916 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init()
920 if (self->streamInfo.aacSamplesPerFrame != (INT)asc->m_samplesPerFrame) { in CAacDecoder_Init()
921 self->streamInfo.aacSamplesPerFrame = asc->m_samplesPerFrame; in CAacDecoder_Init()
925 self->streamInfo.bitRate = 0; in CAacDecoder_Init()
930 self->streamInfo.extAot = asc->m_extensionAudioObjectType; in CAacDecoder_Init()
931 self->streamInfo.extSamplingRate = asc->m_extensionSamplingFrequency; in CAacDecoder_Init()
968 self->streamInfo.epConfig = asc->m_epConfig; in CAacDecoder_Init()
975 if (self->streamInfo.aacSampleRate != (INT)asc->m_samplingFrequency) { in CAacDecoder_Init()
985 self->streamInfo.aacSampleRate = self->samplingRateInfo.samplingRate; in CAacDecoder_Init()
1048 switch (self->streamInfo.aot) { in CAacDecoder_Init()
1051 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
1054 … self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_Init()
1069 self->streamInfo.aacSamplesPerFrame ); in CAacDecoder_Init()
1074 self->streamInfo.flags = self->flags; in CAacDecoder_Init()
1120 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame()
1135 switch ( self->streamInfo.aacSampleRate ) { in CAacDecoder_DecodeFrame()
1163 self->streamInfo.aacSamplesPerFrame ); in CAacDecoder_DecodeFrame()
1233 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1236 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1238 self->streamInfo.epConfig, in CAacDecoder_DecodeFrame()
1251 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1287 self->streamInfo.aacSampleRate, in CAacDecoder_DecodeFrame()
1288 self->streamInfo.extSamplingRate, in CAacDecoder_DecodeFrame()
1289 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1290 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1328 tmpAacDecoderChannelInfo.granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()
1338 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1341 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1343 self->streamInfo.epConfig, in CAacDecoder_DecodeFrame()
1357 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1390 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1436 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1618 self->streamInfo.aacNumChannels = aacChannels; in CAacDecoder_DecodeFrame()
1669 offset = self->channelOutputMapping[aacChannels-1][c] * self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1680 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1698 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1709 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1720 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1729 …r(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFra… in CAacDecoder_DecodeFrame()
1782 return &self->streamInfo; in CAacDecoder_GetStreamInfo()