Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1526 const int timeDataSize, int timeDataFrameSize, in mpegSurroundDecoder_Apply() argument
1686 (timeDataFrameSize * in mpegSurroundDecoder_Apply()
1698 FDK_ASSERT(timeDataRequiredSize >= timeDataFrameSize * *nChannels); in mpegSurroundDecoder_Apply()
1702 (timeDataFrameSize * in mpegSurroundDecoder_Apply()
1705 TDinput = pTimeData + timeDataFrameSizeOut - timeDataFrameSize; in mpegSurroundDecoder_Apply()
1707 FDKmemmove(pTimeData + (i + 1) * timeDataFrameSizeOut - timeDataFrameSize, in mpegSurroundDecoder_Apply()
1708 pTimeData + timeDataFrameSize * i, in mpegSurroundDecoder_Apply()
1709 sizeof(PCM_MPS) * timeDataFrameSize); in mpegSurroundDecoder_Apply()
1711 sizeof(PCM_MPS) * (timeDataFrameSizeOut - timeDataFrameSize)); in mpegSurroundDecoder_Apply()
/external/aac/libSACdec/include/
Dsac_dec_lib.h413 const int timeDataSize, int timeDataFrameSize,