Lines Matching refs:streamInfo
171 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
172 || ( (self->streamInfo.aacNumChannels == 1) in CAacDecoder_SyncQmfMode()
173 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
174 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) ) in CAacDecoder_SyncQmfMode()
185 …self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! … in CAacDecoder_SyncQmfMode()
523 self->streamInfo.aacSampleRate, in CAacDecoder_ExtPayloadParse()
524 self->streamInfo.extSamplingRate, in CAacDecoder_ExtPayloadParse()
525 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_ExtPayloadParse()
526 self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
735 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
736 self->streamInfo.pChannelType = self->channelType; in CAacDecoder_Open()
745 CStreamInfoInit(&self->streamInfo); in CAacDecoder_Open()
836 self->streamInfo.profile = 1; in CAacDecoder_Init()
934 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
936 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init()
937 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init()
941 if (self->streamInfo.aacSamplesPerFrame != (INT)asc->m_samplesPerFrame) { in CAacDecoder_Init()
942 self->streamInfo.aacSamplesPerFrame = asc->m_samplesPerFrame; in CAacDecoder_Init()
946 self->streamInfo.bitRate = 0; in CAacDecoder_Init()
951 self->streamInfo.extAot = asc->m_extensionAudioObjectType; in CAacDecoder_Init()
952 self->streamInfo.extSamplingRate = asc->m_extensionSamplingFrequency; in CAacDecoder_Init()
998 self->streamInfo.epConfig = asc->m_epConfig; in CAacDecoder_Init()
1005 if (self->streamInfo.aacSampleRate != (INT)asc->m_samplingFrequency) { in CAacDecoder_Init()
1015 self->streamInfo.aacSampleRate = self->samplingRateInfo.samplingRate; in CAacDecoder_Init()
1078 switch (self->streamInfo.aot) { in CAacDecoder_Init()
1081 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
1084 … self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_Init()
1099 self->streamInfo.aacSamplesPerFrame ); in CAacDecoder_Init()
1104 self->streamInfo.flags = self->flags; in CAacDecoder_Init()
1151 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame()
1166 switch ( self->streamInfo.aacSampleRate ) { in CAacDecoder_DecodeFrame()
1197 self->streamInfo.aacSamplesPerFrame ); in CAacDecoder_DecodeFrame()
1264 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1267 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1269 self->streamInfo.epConfig, in CAacDecoder_DecodeFrame()
1282 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1318 self->streamInfo.aacSampleRate, in CAacDecoder_DecodeFrame()
1319 self->streamInfo.extSamplingRate, in CAacDecoder_DecodeFrame()
1320 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1321 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1359 tmpAacDecoderChannelInfo.granuleLength = self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()
1369 self->streamInfo.aot, in CAacDecoder_DecodeFrame()
1372 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1374 self->streamInfo.epConfig, in CAacDecoder_DecodeFrame()
1388 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1419 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1442 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
1644 self->streamInfo.aacNumChannels = aacChannels; in CAacDecoder_DecodeFrame()
1714 offset = self->channelOutputMapping[chOutMapIdx][c] * self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1720 …FDKmemclear(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSam… in CAacDecoder_DecodeFrame()
1730 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1751 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1762 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1767 self->extGainDelay = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
1774 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
1777 …self->extGainDelay = (self->streamInfo.aacSamplesPerFrame*2 - self->streamInfo.aacSamplesPerFrame… in CAacDecoder_DecodeFrame()
1784 …r(pAacDecoderChannelInfo->pSpectralCoefficient, sizeof(FIXP_DBL)*self->streamInfo.aacSamplesPerFra… in CAacDecoder_DecodeFrame()
1802 …self->streamInfo.outputDelay += CConcealment_GetDelay(&self->concealCommonData) * self->streamInfo… in CAacDecoder_DecodeFrame()
1807 &self->streamInfo.drcPresMode, in CAacDecoder_DecodeFrame()
1808 &self->streamInfo.drcProgRefLev in CAacDecoder_DecodeFrame()
1846 return &self->streamInfo; in CAacDecoder_GetStreamInfo()