Home
last modified time | relevance | path

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

/external/aac/libSBRdec/include/
Dsbrdecoder.h179 SBR_SYSTEM_BITSTREAM_DELAY, /*!< System: Switch to enable an additional SBR enumerator
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp619 sbrErr = sbrDecoder_SetParam(hSbrDec, SBR_SYSTEM_BITSTREAM_DELAY, bsDelay); in setConcealMethod()
663 sbrDecoder_SetParam(hSbrDec, SBR_SYSTEM_BITSTREAM_DELAY, backupDelay); in setConcealMethod()
1464 sbrDecoder_SetParam(self->hSbrDecoder, SBR_SYSTEM_BITSTREAM_DELAY, in aacDecoder_DecodeFrame()
1627 sbrDecoder_SetParam(self->hSbrDecoder, SBR_SYSTEM_BITSTREAM_DELAY, in aacDecoder_DecodeFrame()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp892 case SBR_SYSTEM_BITSTREAM_DELAY: in sbrDecoder_SetParam()