Lines Matching refs:aacSamplesPerFrame
966 mpsFrameSize = self->streamInfo.aacSamplesPerFrame * in CAacDecoder_ExtPayloadParse()
971 mpsFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_ExtPayloadParse()
1024 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
1283 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()
2036 (self->streamInfo.aacSamplesPerFrame != in CAacDecoder_Init()
2052 self->streamInfo.aacSamplesPerFrame = in CAacDecoder_Init()
2437 self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
2441 self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_Init()
2467 self->streamInfo.aacSamplesPerFrame); in CAacDecoder_Init()
2478 drcDecFrameSize = (self->streamInfo.aacSamplesPerFrame * in CAacDecoder_Init()
2483 drcDecFrameSize = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_Init()
2622 self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
2751 self->streamInfo.aacSamplesPerFrame, el_channels, in CAacDecoder_DecodeFrame()
2789 self->streamInfo.aacSamplesPerFrame, self->streamInfo.aot, type, in CAacDecoder_DecodeFrame()
2845 self->streamInfo.aacSamplesPerFrame / 8; in CAacDecoder_DecodeFrame()
2855 AC_EL_GA_CCE, self->streamInfo.aacSamplesPerFrame, 1, in CAacDecoder_DecodeFrame()
3406 sizeof(FIXP_DBL) * self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3443 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3473 self->streamInfo.aacSamplesPerFrame, self->sbrEnabled in CAacDecoder_DecodeFrame()
3484 sizeof(PCM_DEC) * self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3491 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3498 self->extGainDelay = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
3503 pTimeData + offset, self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3505 (self->streamInfo.aacSamplesPerFrame * 2 - in CAacDecoder_DecodeFrame()
3506 self->streamInfo.aacSamplesPerFrame / 2 - 1) / in CAacDecoder_DecodeFrame()
3513 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3519 self->extGainDelay = self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()
3528 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3556 for (i = 0; i < self->streamInfo.aacSamplesPerFrame; i++) { in CAacDecoder_DecodeFrame()
3589 self->streamInfo.aacSamplesPerFrame; in CAacDecoder_DecodeFrame()