Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h335 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU + 1]; /*!< Relative offset of member
457 UINT *prerollAULength);
Daacdecoder.cpp653 UINT *prerollAULength) { in CAacDecoder_PreRollExtensionPayloadParse() argument
771 prerollAULength[i] = escapedValue(hBs, 16, 16, 0); in CAacDecoder_PreRollExtensionPayloadParse()
772 if (prerollAULength[i] > 0) { in CAacDecoder_PreRollExtensionPayloadParse()
780 FDKpushFor(hBs, prerollAULength[i] * 8 - 1); in CAacDecoder_PreRollExtensionPayloadParse()
781 self->prerollAULength[i] = (prerollAULength[i] * 8) + prerollAUOffset[i]; in CAacDecoder_PreRollExtensionPayloadParse()
2909 (self->prerollAULength[self->accessUnit]) /* indicates preroll */ in CAacDecoder_DecodeFrame()
2920 if (self->prerollAULength[self->accessUnit]) { in CAacDecoder_DecodeFrame()
2922 (INT)self->prerollAULength[self->accessUnit]; in CAacDecoder_DecodeFrame()
2926 !(self->prerollAULength[self->accessUnit])) || in CAacDecoder_DecodeFrame()
2928 (self->prerollAULength[self->accessUnit])) && in CAacDecoder_DecodeFrame()
Daacdecoder_lib.cpp1227 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU]; in aacDecoder_DecodeFrame() local
1229 self->prerollAULength[i] = 0; in aacDecoder_DecodeFrame()
1246 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()