Searched refs:buildUpStatus (Results 1 – 7 of 7) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder.h | 341 UCHAR buildUpStatus; /*!< Indicates build up status: on|off */ member 460 UCHAR buildUpStatus,
|
D | aacdecoder_lib.cpp | 363 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()
|
D | aacdecoder.cpp | 798 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/ |
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() 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/ |
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
|