Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h338 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU + 1]; /*!< Relative offset of member
460 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()
2935 (self->prerollAULength[self->accessUnit]) /* indicates preroll */ in CAacDecoder_DecodeFrame()
2946 if (self->prerollAULength[self->accessUnit]) { in CAacDecoder_DecodeFrame()
2948 (INT)self->prerollAULength[self->accessUnit]; in CAacDecoder_DecodeFrame()
2952 !(self->prerollAULength[self->accessUnit])) || in CAacDecoder_DecodeFrame()
2954 (self->prerollAULength[self->accessUnit])) && in CAacDecoder_DecodeFrame()
Daacdecoder_lib.cpp1223 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU]; in aacDecoder_DecodeFrame() local
1225 self->prerollAULength[i] = 0; in aacDecoder_DecodeFrame()
1242 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()