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.cpp610 sbrErr = sbrDecoder_SetParam(hSbrDec, SBR_SYSTEM_BITSTREAM_DELAY, bsDelay); in setConcealMethod()
654 sbrDecoder_SetParam(hSbrDec, SBR_SYSTEM_BITSTREAM_DELAY, backupDelay); in setConcealMethod()
1447 sbrDecoder_SetParam(self->hSbrDecoder, SBR_SYSTEM_BITSTREAM_DELAY, in aacDecoder_DecodeFrame()
1609 sbrDecoder_SetParam(self->hSbrDecoder, SBR_SYSTEM_BITSTREAM_DELAY, in aacDecoder_DecodeFrame()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp894 case SBR_SYSTEM_BITSTREAM_DELAY: in sbrDecoder_SetParam()