Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h341 UCHAR buildUpStatus; /*!< Indicates build up status: on|off */ member
460 UCHAR buildUpStatus,
Daacdecoder_lib.cpp363 pCtrlCFGChangeStruct->buildUpStatus, pCtrlCFGChangeStruct->buildUpCnt); in aacDecoder_CtrlCFGChangeCallback()
1203 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_IDLE_IN_BAND))) { in aacDecoder_DecodeFrame()
1255 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_IDLE_IN_BAND)) && in aacDecoder_DecodeFrame()
1877 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in aacDecoder_DecodeFrame()
1900 if ((self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON) || in aacDecoder_DecodeFrame()
1901 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON_IN_BAND) || in aacDecoder_DecodeFrame()
1902 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in aacDecoder_DecodeFrame()
1906 self->buildUpStatus = 0; in aacDecoder_DecodeFrame()
Daacdecoder.cpp798 self->buildUpStatus, &configChanged, 0, in CAacDecoder_PreRollExtensionPayloadParse()
812 self->buildUpStatus = AACDEC_USAC_BUILD_UP_ON; in CAacDecoder_PreRollExtensionPayloadParse()
824 if (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON) { in CAacDecoder_PreRollExtensionPayloadParse()
1508 UCHAR buildUpStatus, in CAacDecoder_CtrlCFGChange() argument
1514 self->buildUpStatus = buildUpStatus; in CAacDecoder_CtrlCFGChange()
3224 if ((self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON) || in CAacDecoder_DecodeFrame()
3225 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON_IN_BAND) || in CAacDecoder_DecodeFrame()
3226 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp366 const UCHAR buildUpStatus, in transportDec_InBandConfig() argument
383 (hTp->ctrlCFGChange[layer].buildUpStatus != in transportDec_InBandConfig()
397 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig()
432 (hTp->ctrlCFGChange[layer].buildUpStatus != in transportDec_InBandConfig()
436 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig()
457 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_USAC_BUILD_UP_ON; in transportDec_InBandConfig()
537 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig()
546 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig()
1032 hTp->ctrlCFGChange[i].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_readHeader()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h371 const UCHAR buildUpStatus, UCHAR *configChanged, const UINT layer,
Dtp_data.h354 UCHAR buildUpStatus; /**< Flag indicates build up mode: on|off */ member
/external/aac/libMpegTPEnc/include/
Dtp_data.h354 UCHAR buildUpStatus; /**< Flag indicates build up mode: on|off */ member