Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp143 (self->streamInfo.aacSamplesPerFrame > in aacDecoder_setMetadataExpiry()
145 FIXP_DBL frameTime = fDivNorm(self->streamInfo.aacSampleRate, in aacDecoder_setMetadataExpiry()
146 self->streamInfo.aacSamplesPerFrame * 1000); in aacDecoder_setMetadataExpiry()
885 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_SetParam()
886 self->streamInfo.numBadBytes = 0; in aacDecoder_SetParam()
887 self->streamInfo.numTotalBytes = 0; in aacDecoder_SetParam()
1164 self->streamInfo.numLostAccessUnits = 0; in aacDecoder_DecodeFrame()
1178 self->streamInfo.numChannels = 0; in aacDecoder_DecodeFrame()
1199 self->streamInfo.numLostAccessUnits = in aacDecoder_DecodeFrame()
1219 if (self->streamInfo.numLostAccessUnits > 0) { in aacDecoder_DecodeFrame()
[all …]
Daacdecoder.cpp194 if (IS_USAC(self->streamInfo.aot)) { in CAacDecoder_SyncQmfMode()
199 if ((IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
201 ((self->streamInfo.aacNumChannels == 1) && in CAacDecoder_SyncQmfMode()
202 ((CAN_DO_PS(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
204 (IS_USAC(self->streamInfo.aot))))) { in CAacDecoder_SyncQmfMode()
212 if (IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
256 ((CAN_DO_PS(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
257 !PS_IS_EXPLICITLY_DISABLED(self->streamInfo.aot, self->flags[0]) && in CAacDecoder_SyncQmfMode()
258 self->streamInfo.aacNumChannels == 1 && in CAacDecoder_SyncQmfMode()
741 if ((self->streamInfo.numChannels == 0) && !implicitExplicitCfgDiff && in CAacDecoder_PreRollExtensionPayloadParse()
[all …]
Daacdecoder.h232 streamInfo; /*!< Pointer to StreamInfo data (read from the bitstream) */ member
/external/lzma/CPP/Windows/
DFileFind.h107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
108 bool FindNext(CStreamInfo &streamInfo);
119 bool Next(CStreamInfo &streamInfo, bool &found);