Searched refs:streamInfo (Results 1 – 4 of 4) sorted by relevance
617 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_SetParam()618 self->streamInfo.numBadBytes = 0; in aacDecoder_SetParam()619 self->streamInfo.numTotalBytes = 0; in aacDecoder_SetParam()812 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_DecodeFrame()832 self->streamInfo.numLostAccessUnits = aacDecoder_EstimateNumberOfLostFrames(self); in aacDecoder_DecodeFrame()848 if (self->streamInfo.numLostAccessUnits > 0) { in aacDecoder_DecodeFrame()849 self->streamInfo.numLostAccessUnits--; in aacDecoder_DecodeFrame()868 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_DecodeFrame()869 self->streamInfo.numBadBytes = 0; in aacDecoder_DecodeFrame()870 self->streamInfo.numTotalBytes = 0; in aacDecoder_DecodeFrame()[all …]
171 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()172 || ( (self->streamInfo.aacNumChannels == 1) in CAacDecoder_SyncQmfMode()173 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT)) in CAacDecoder_SyncQmfMode()174 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) ) in CAacDecoder_SyncQmfMode()185 …self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! … in CAacDecoder_SyncQmfMode()523 self->streamInfo.aacSampleRate, in CAacDecoder_ExtPayloadParse()524 self->streamInfo.extSamplingRate, in CAacDecoder_ExtPayloadParse()525 self->streamInfo.aacSamplesPerFrame, in CAacDecoder_ExtPayloadParse()526 self->streamInfo.aot, in CAacDecoder_ExtPayloadParse()735 self->streamInfo.pChannelIndices = self->channelIndices; in CAacDecoder_Open()[all …]
194 …CStreamInfo streamInfo; /*!< pointer to StreamInfo data (read from the b… member
106 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);107 bool FindNext(CStreamInfo &streamInfo);118 bool Next(CStreamInfo &streamInfo, bool &found);