Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp545 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_SetParam()
546 self->streamInfo.numBadBytes = 0; in aacDecoder_SetParam()
547 self->streamInfo.numTotalBytes = 0; in aacDecoder_SetParam()
727 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_DecodeFrame()
747 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self); in aacDecoder_DecodeFrame()
763 if (self->streamInfo.numLostAccessUnits > 0) { in aacDecoder_DecodeFrame()
764 self->streamInfo.numLostAccessUnits--; in aacDecoder_DecodeFrame()
782 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_DecodeFrame()
783 self->streamInfo.numBadBytes = 0; in aacDecoder_DecodeFrame()
784 self->streamInfo.numTotalBytes = 0; in aacDecoder_DecodeFrame()
[all …]
Daacdecoder.cpp185 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
186 || ( (self->streamInfo.aacNumChannels == 1) in CAacDecoder_SyncQmfMode()
187 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()
188 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) ) in CAacDecoder_SyncQmfMode()
199 …self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! … in CAacDecoder_SyncQmfMode()
521 self->streamInfo.aacSampleRate, in CAacDecoder_ExtPayloadParse()
522 self->streamInfo.extSamplingRate, in CAacDecoder_ExtPayloadParse()
523 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_ExtPayloadParse()
524 self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()
726 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()
[all …]
Daacdecoder.h192 …CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the b… member