Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpd.cpp1189 pAacDecoderStaticChannelInfo->numLostLpdFrames = 0; /* nbLostCmpt */ in CLpd_Reset()
1626 nLostSf = pAacDecoderStaticChannelInfo->numLostLpdFrames; in CLpd_RenderTimeSignal()
1720 pAacDecoderStaticChannelInfo->numLostLpdFrames++; in CLpd_RenderTimeSignal()
1723 (pAacDecoderStaticChannelInfo->numLostLpdFrames > 0) ? 1 : 0; in CLpd_RenderTimeSignal()
1724 pAacDecoderStaticChannelInfo->numLostLpdFrames = 0; in CLpd_RenderTimeSignal()
1819 pAacDecoderStaticChannelInfo->numLostLpdFrames, in CLpd_RenderTimeSignal()
1831 pAacDecoderStaticChannelInfo->numLostLpdFrames, in CLpd_RenderTimeSignal()
Dchannelinfo.h245 UINT numLostLpdFrames; /* Number of consecutive lost subframes. */ member