Searched refs:codecFrameSize (Results 1 – 2 of 2) sorted by relevance
450 && self->codecFrameSize == samplesPerFrame in sbrDecoder_InitElement()462 self->codecFrameSize = samplesPerFrame; in sbrDecoder_InitElement()1228 INT codecFrameSize = self->codecFrameSize; in sbrDecoder_DecodeElement() local1254 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()
135 USHORT codecFrameSize; member