Searched refs:buildUpStatus (Results 1 – 7 of 7) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 332 UCHAR buildUpStatus; /*!< Indicates build up status: on|off */ member 451 UCHAR buildUpStatus,
|
D | aacdecoder_lib.cpp | 363 pCtrlCFGChangeStruct->buildUpStatus, pCtrlCFGChangeStruct->buildUpCnt); in aacDecoder_CtrlCFGChangeCallback() 1188 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_IDLE_IN_BAND))) { in aacDecoder_DecodeFrame() 1240 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_IDLE_IN_BAND)) && in aacDecoder_DecodeFrame() 1887 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in aacDecoder_DecodeFrame() 1908 if ((self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON) || in aacDecoder_DecodeFrame() 1909 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON_IN_BAND) || in aacDecoder_DecodeFrame() 1910 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in aacDecoder_DecodeFrame() 1914 self->buildUpStatus = 0; in aacDecoder_DecodeFrame()
|
D | aacdecoder.cpp | 729 self->buildUpStatus, &configChanged, 0, in CAacDecoder_PreRollExtensionPayloadParse() 743 self->buildUpStatus = AACDEC_USAC_BUILD_UP_ON; in CAacDecoder_PreRollExtensionPayloadParse() 755 if (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON) { in CAacDecoder_PreRollExtensionPayloadParse() 1409 UCHAR buildUpStatus, in CAacDecoder_CtrlCFGChange() argument 1415 self->buildUpStatus = buildUpStatus; in CAacDecoder_CtrlCFGChange() 3065 if ((self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON) || in CAacDecoder_DecodeFrame() 3066 (self->buildUpStatus == AACDEC_RSV60_BUILD_UP_ON_IN_BAND) || in CAacDecoder_DecodeFrame() 3067 (self->buildUpStatus == AACDEC_USAC_BUILD_UP_ON)) { in CAacDecoder_DecodeFrame()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 366 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() 536 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig() 545 hTp->ctrlCFGChange[layer].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_InBandConfig() 1019 hTp->ctrlCFGChange[i].buildUpStatus = TPDEC_BUILD_UP_OFF; in transportDec_readHeader()
|
/external/aac/libMpegTPDec/include/ |
D | tpdec_lib.h | 371 const UCHAR buildUpStatus, UCHAR *configChanged, const UINT layer,
|
D | tp_data.h | 354 UCHAR buildUpStatus; /**< Flag indicates build up mode: on|off */ member
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 354 UCHAR buildUpStatus; /**< Flag indicates build up mode: on|off */ member
|