Lines Matching refs:frameSize
390 const INT samplingRate, const INT frameSize, const INT numChannels, in aacDecoder_SscCallback() argument
399 samplingRate, frameSize, numChannels, stereoConfigIndex, in aacDecoder_SscCallback()
1117 if (pSi->frameSize > 0) { in aacDecoder_UpdateBitStreamCounters()
1120 FIXP_DBL ratio_m = fDivNorm(pSi->sampleRate, pSi->frameSize, &ratio_e); in aacDecoder_UpdateBitStreamCounters()
1382 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame; in aacDecoder_DecodeFrame()
1391 self->streamInfo.frameSize, 0); in aacDecoder_DecodeFrame()
1498 (self->streamInfo.frameSize)); in aacDecoder_DecodeFrame()
1515 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1520 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1525 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1530 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1533 } else if (self->streamInfo.frameSize == 768) { in aacDecoder_DecodeFrame()
1534 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1543 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame; in aacDecoder_DecodeFrame()
1564 int err, sac_interface, nChannels, frameSize; in aacDecoder_DecodeFrame() local
1567 frameSize = self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1585 self->streamInfo.aacSamplesPerFrame, &nChannels, &frameSize, in aacDecoder_DecodeFrame()
1598 self->streamInfo.frameSize = frameSize; in aacDecoder_DecodeFrame()
1603 self->mpsFrameSizeLast = frameSize; in aacDecoder_DecodeFrame()
1608 self->streamInfo.frameSize = self->mpsFrameSizeLast; in aacDecoder_DecodeFrame()
1649 if (self->streamInfo.frameSize == 768) { in aacDecoder_DecodeFrame()
1650 self->streamInfo.frameSize = in aacDecoder_DecodeFrame()
1654 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1657 self->streamInfo.frameSize = self->streamInfo.aacSamplesPerFrame in aacDecoder_DecodeFrame()
1672 for (int i = ((self->streamInfo.frameSize * in aacDecoder_DecodeFrame()
1705 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1714 self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1735 self->streamInfo.frameSize)) { in aacDecoder_DecodeFrame()
1742 self->streamInfo.numChannels * self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1745 self->streamInfo.frameSize, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1756 self->streamInfo.frameSize, channelGain, in aacDecoder_DecodeFrame()
1757 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1764 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1777 drcWorkBuffer, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1783 self->streamInfo.frameSize, self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1838 self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
1859 self->streamInfo.frameSize, interleaved); in aacDecoder_DecodeFrame()
1880 self->streamInfo.frameSize, interleaved); in aacDecoder_DecodeFrame()
1913 self->streamInfo.frameSize = 0; in aacDecoder_DecodeFrame()
1948 (self->streamInfo.numChannels * self->streamInfo.frameSize)) { in aacDecoder_DecodeFrame()
1956 int blockLength = self->streamInfo.frameSize; in aacDecoder_DecodeFrame()
1972 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
1981 (INT)(self->streamInfo.frameSize * sizeof(FIXP_DBL))) { in aacDecoder_DecodeFrame()
1989 self->streamInfo.frameSize, self->streamInfo.numChannels, 1, 1); in aacDecoder_DecodeFrame()
1994 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
2004 self->extGainDelay, self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
2008 : self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
2019 self->streamInfo.frameSize * self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
2025 self->streamInfo.frameSize * self->streamInfo.numChannels, in aacDecoder_DecodeFrame()
2029 self->streamInfo.numChannels, self->streamInfo.frameSize, in aacDecoder_DecodeFrame()
2030 self->streamInfo.frameSize); in aacDecoder_DecodeFrame()
2047 (self->streamInfo.frameSize <= 0) || in aacDecoder_DecodeFrame()