Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1511 const int timeDataSize, int timeDataFrameSize, in mpegSurroundDecoder_Apply() argument
1666 (timeDataFrameSize * in mpegSurroundDecoder_Apply()
1678 FDK_ASSERT(timeDataRequiredSize >= timeDataFrameSize * *nChannels); in mpegSurroundDecoder_Apply()
1682 (timeDataFrameSize * in mpegSurroundDecoder_Apply()
1686 pTimeData + timeDataFrameSizeOut - timeDataFrameSize; in mpegSurroundDecoder_Apply()
1688 FDKmemmove(pTimeData + (i + 1) * timeDataFrameSizeOut - timeDataFrameSize, in mpegSurroundDecoder_Apply()
1689 pTimeData + timeDataFrameSize * i, in mpegSurroundDecoder_Apply()
1690 sizeof(PCM_MPS) * timeDataFrameSize); in mpegSurroundDecoder_Apply()
1692 sizeof(PCM_MPS) * (timeDataFrameSizeOut - timeDataFrameSize)); in mpegSurroundDecoder_Apply()
/external/aac/libSACdec/include/
Dsac_dec_lib.h409 const int timeDataSize, int timeDataFrameSize,