Home
last modified time | relevance | path

Searched refs:codecFrameSize (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp450 && self->codecFrameSize == samplesPerFrame in sbrDecoder_InitElement()
462 self->codecFrameSize = samplesPerFrame; in sbrDecoder_InitElement()
1228 INT codecFrameSize = self->codecFrameSize; in sbrDecoder_DecodeElement() local
1254 codecFrameSize, in sbrDecoder_DecodeElement()
1340 offset0 = channelMapping[0]*2*codecFrameSize; in sbrDecoder_DecodeElement()
1341 offset1 = channelMapping[1]*2*codecFrameSize; in sbrDecoder_DecodeElement()
1398 for (i = codecFrameSize; i--; ) in sbrDecoder_DecodeElement()
1405 FDKmemcpy( timeData+2*codecFrameSize, timeData, 2*codecFrameSize*sizeof(INT_PCM) ); in sbrDecoder_DecodeElement()
1459 …Kmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*si… in sbrDecoder_Apply()
Dsbr_ram.h135 USHORT codecFrameSize; member