Lines Matching refs:aacSamplesPerFrame
892 mpsFrameSize = self->streamInfo.aacSamplesPerFrame * in CAacDecoder_ExtPayloadParse()
897 mpsFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_ExtPayloadParse()
950 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
1209 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()
1913 (self->streamInfo.aacSamplesPerFrame != in CAacDecoder_Init()
1929 self->streamInfo.aacSamplesPerFrame = 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()
2352 drcDecFrameSize = (self->streamInfo.aacSamplesPerFrame * in CAacDecoder_Init()
2357 drcDecFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
2481 self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
2610 self->streamInfo.aacSamplesPerFrame, el_channels, in CAacDecoder_DecodeFrame()
2648 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, type, in CAacDecoder_DecodeFrame()
2704 self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()
2714 AC_EL_GA_CCE, self->streamInfo.aacSamplesPerFrame, 1, 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()
3423 self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()