Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1537 int timeDataRequiredSize = 0; in mpegSurroundDecoder_Apply() local
1685 timeDataRequiredSize = in mpegSurroundDecoder_Apply()
1690 if (timeDataSize < timeDataRequiredSize) { in mpegSurroundDecoder_Apply()
1698 FDK_ASSERT(timeDataRequiredSize >= timeDataFrameSize * *nChannels); in mpegSurroundDecoder_Apply()