Lines Matching refs:streamInfo
194 if (IS_USAC(self->streamInfo.aot)) { in CAacDecoder_SyncQmfMode()
199 if ((IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
201 ((self->streamInfo.aacNumChannels == 1) && in CAacDecoder_SyncQmfMode()
202 ((CAN_DO_PS(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
204 (IS_USAC(self->streamInfo.aot))))) { in CAacDecoder_SyncQmfMode()
212 if (IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
256 ((CAN_DO_PS(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
257 !PS_IS_EXPLICITLY_DISABLED(self->streamInfo.aot, self->flags[0]) && in CAacDecoder_SyncQmfMode()
258 self->streamInfo.aacNumChannels == 1 && in CAacDecoder_SyncQmfMode()
741 if ((self->streamInfo.numChannels == 0) && !implicitExplicitCfgDiff && in CAacDecoder_PreRollExtensionPayloadParse()
847 switch (self->streamInfo.aot) { in CAacDecoder_ExtPayloadParse()
890 if (self->streamInfo.extSamplingRate != 0) { in CAacDecoder_ExtPayloadParse()
891 mpsSampleRate = self->streamInfo.extSamplingRate; in CAacDecoder_ExtPayloadParse()
892 mpsFrameSize = self->streamInfo.aacSamplesPerFrame * in CAacDecoder_ExtPayloadParse()
893 (self->streamInfo.extSamplingRate / in CAacDecoder_ExtPayloadParse()
894 self->streamInfo.aacSampleRate); in CAacDecoder_ExtPayloadParse()
896 mpsSampleRate = self->streamInfo.aacSampleRate; in CAacDecoder_ExtPayloadParse()
897 mpsFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_ExtPayloadParse()
920 self->streamInfo.aot, mpsSampleRate, mpsFrameSize, in CAacDecoder_ExtPayloadParse()
948 self->hSbrDecoder, self->streamInfo.aacSampleRate, in CAacDecoder_ExtPayloadParse()
949 self->streamInfo.extSamplingRate, in CAacDecoder_ExtPayloadParse()
950 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
1255 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
1256 self->streamInfo.pChannelType = self->channelType; in CAacDecoder_Open()
1264 CStreamInfoInit(&self->streamInfo); in CAacDecoder_Open()
1388 self->streamInfo.aacSampleRate = 0; in CAacDecoder_DeInit()
1389 self->streamInfo.sampleRate = 0; in CAacDecoder_DeInit()
1498 self->streamInfo.profile = 1; in CAacDecoder_Init()
1764 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
1766 if (self->streamInfo.aot != asc->m_aot) { in CAacDecoder_Init()
1768 self->streamInfo.aot = asc->m_aot; in CAacDecoder_Init()
1807 self->streamInfo.bitRate = 0; in CAacDecoder_Init()
1823 self->streamInfo.extAot = asc->m_extensionAudioObjectType; in CAacDecoder_Init()
1824 if (self->streamInfo.extSamplingRate != in CAacDecoder_Init()
1829 self->streamInfo.extSamplingRate = asc->m_extensionSamplingFrequency; in CAacDecoder_Init()
1846 self->streamInfo.extSamplingRate = in CAacDecoder_Init()
1847 self->streamInfo.extSamplingRate / self->downscaleFactor; in CAacDecoder_Init()
1905 self->streamInfo.epConfig = asc->m_epConfig; in CAacDecoder_Init()
1913 (self->streamInfo.aacSamplesPerFrame != in CAacDecoder_Init()
1927 self->streamInfo.aacSampleRate = in CAacDecoder_Init()
1929 self->streamInfo.aacSamplesPerFrame = in CAacDecoder_Init()
2022 (UINT)self->streamInfo.aacSampleRate, asc->m_aot); in CAacDecoder_Init()
2304 switch (self->streamInfo.aot) { in CAacDecoder_Init()
2308 self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
2312 self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_Init()
2338 self->streamInfo.aacSamplesPerFrame); in CAacDecoder_Init()
2345 self->streamInfo.flags = self->flags[0]; in CAacDecoder_Init()
2350 if (self->streamInfo.extSamplingRate != 0) { in CAacDecoder_Init()
2351 drcDecSampleRate = self->streamInfo.extSamplingRate; in CAacDecoder_Init()
2352 drcDecFrameSize = (self->streamInfo.aacSamplesPerFrame * in CAacDecoder_Init()
2353 self->streamInfo.extSamplingRate) / in CAacDecoder_Init()
2354 self->streamInfo.aacSampleRate; in CAacDecoder_Init()
2356 drcDecSampleRate = self->streamInfo.aacSampleRate; in CAacDecoder_Init()
2357 drcDecFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
2392 INT checkSampleRate = self->streamInfo.aacSampleRate; in CAacDecoder_DecodeFrame()
2416 if (self->streamInfo.channelConfig == 0) { in CAacDecoder_DecodeFrame()
2441 self->streamInfo.aacSampleRate / self->downscaleFactorInBS; in CAacDecoder_DecodeFrame()
2445 if (self->streamInfo.aacSampleRate <= 0) { in CAacDecoder_DecodeFrame()
2481 self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
2486 if (self->streamInfo.channelConfig > 0) { in CAacDecoder_DecodeFrame()
2608 self->streamInfo.aot, &self->samplingRateInfo[streamIndex], in CAacDecoder_DecodeFrame()
2610 self->streamInfo.aacSamplesPerFrame, el_channels, in CAacDecoder_DecodeFrame()
2611 self->streamInfo.epConfig, self->hInput); in CAacDecoder_DecodeFrame()
2621 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2646 self->hSbrDecoder, self->streamInfo.aacSampleRate, in CAacDecoder_DecodeFrame()
2647 self->streamInfo.extSamplingRate, in CAacDecoder_DecodeFrame()
2648 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, type, in CAacDecoder_DecodeFrame()
2704 self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()
2712 bs, &pTmpAacDecoderChannelInfo, NULL, self->streamInfo.aot, in CAacDecoder_DecodeFrame()
2714 AC_EL_GA_CCE, self->streamInfo.aacSamplesPerFrame, 1, in CAacDecoder_DecodeFrame()
2715 self->streamInfo.epConfig, self->hInput); in CAacDecoder_DecodeFrame()
2727 pce, self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
2746 pce, self->streamInfo.channelConfig, element_instance_tag, 0, in CAacDecoder_DecodeFrame()
2756 self->streamInfo.channelConfig, in CAacDecoder_DecodeFrame()
3083 self->streamInfo.aacNumChannels = aacChannels; in CAacDecoder_DecodeFrame()
3118 if ((self->streamInfo.channelConfig == 0) && !pce->isValid) { in CAacDecoder_DecodeFrame()
3130 if ((self->streamInfo.channelConfig == 0) && CProgramConfig_IsValid(pce)) { in CAacDecoder_DecodeFrame()
3245 sizeof(FIXP_DBL) * self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3282 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3310 self->streamInfo.aacSamplesPerFrame, self->sbrEnabled in CAacDecoder_DecodeFrame()
3321 sizeof(FIXP_PCM) * self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3328 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3335 self->extGainDelay = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
3340 pTimeData + offset, self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3342 (self->streamInfo.aacSamplesPerFrame * 2 - in CAacDecoder_DecodeFrame()
3343 self->streamInfo.aacSamplesPerFrame / 2 - 1) / in CAacDecoder_DecodeFrame()
3350 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3356 self->extGainDelay = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
3365 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3392 for (i = 0; i < self->streamInfo.aacSamplesPerFrame; i++) { in CAacDecoder_DecodeFrame()
3421 self->streamInfo.outputDelay += in CAacDecoder_DecodeFrame()
3423 self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
3426 aacDecoder_drcGetInfo(self->hDrcInfo, &self->streamInfo.drcPresMode, in CAacDecoder_DecodeFrame()
3427 &self->streamInfo.drcProgRefLev); in CAacDecoder_DecodeFrame()
3466 return &self->streamInfo; in CAacDecoder_GetStreamInfo()