Lines Matching refs:frameSize
1075 if (pSi->frameSize > 0) { in aacDecoder_UpdateBitStreamCounters()
1078 FIXP_DBL ratio_m = fDivNorm(pSi->sampleRate, pSi->frameSize, &ratio_e); in aacDecoder_UpdateBitStreamCounters()
1336 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame; in aacDecoder_DecodeFrame()
1345 self->streamInfo.frameSize, 0); in aacDecoder_DecodeFrame()
1450 (self->streamInfo.frameSize)); in aacDecoder_DecodeFrame()
1467 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1472 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1477 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1482 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1485 } else if (self->streamInfo.frameSize == 768) { in aacDecoder_DecodeFrame()
1486 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1495 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame; in aacDecoder_DecodeFrame()
1516 int err, sac_interface, nChannels, frameSize; in aacDecoder_DecodeFrame() local
1519 frameSize = self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1537 self->streamInfo.aacSamplesPerFrame, &nChannels, &frameSize, in aacDecoder_DecodeFrame()
1549 self->streamInfo.frameSize = frameSize; in aacDecoder_DecodeFrame()
1554 self->mpsFrameSizeLast = frameSize; in aacDecoder_DecodeFrame()
1559 self->streamInfo.frameSize = self->mpsFrameSizeLast; in aacDecoder_DecodeFrame()
1595 if (self->streamInfo.frameSize == 768) { in aacDecoder_DecodeFrame()
1596 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1600 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1603 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1622 self->streamInfo.frameSize * self->streamInfo.numChannels; in aacDecoder_DecodeFrame()
1655 self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1677 self->streamInfo.frameSize * sizeof(PCM_DEC))) { in aacDecoder_DecodeFrame()
1684 self->streamInfo.numChannels * self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1687 self->streamInfo.frameSize, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1698 self->streamInfo.frameSize, channelGain, in aacDecoder_DecodeFrame()
1699 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1706 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1719 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1725 self->streamInfo.frameSize, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1751 self->streamInfo.frameSize, &self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
1776 int blockLength = self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1792 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1797 self->extGainDelay, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1811 self->streamInfo.frameSize * self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
1817 self->streamInfo.frameSize * self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
1822 self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
1823 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1833 self->streamInfo.frameSize, 1); in aacDecoder_DecodeFrame()
1852 self->streamInfo.frameSize, 1); in aacDecoder_DecodeFrame()
1883 self->streamInfo.frameSize = 0; in aacDecoder_DecodeFrame()
1907 (self->streamInfo.frameSize <= 0) || in aacDecoder_DecodeFrame()
1916 self->streamInfo.numChannels * self->streamInfo.frameSize) { in aacDecoder_DecodeFrame()
1923 self->streamInfo.numChannels * self->streamInfo.frameSize * in aacDecoder_DecodeFrame()