Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h344 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU + 1]; /*!< Relative offset of member
466 UINT *prerollAULength);
Daacdecoder.cpp722 UINT *prerollAULength) { in CAacDecoder_PreRollExtensionPayloadParse() argument
845 prerollAULength[i] = escapedValue(hBs, 16, 16, 0); in CAacDecoder_PreRollExtensionPayloadParse()
846 if (prerollAULength[i] > 0) { in CAacDecoder_PreRollExtensionPayloadParse()
854 FDKpushFor(hBs, prerollAULength[i] * 8 - 1); in CAacDecoder_PreRollExtensionPayloadParse()
855 self->prerollAULength[i] = (prerollAULength[i] * 8) + prerollAUOffset[i]; in CAacDecoder_PreRollExtensionPayloadParse()
3068 (self->prerollAULength[self->accessUnit]) /* indicates preroll */ in CAacDecoder_DecodeFrame()
3079 if (self->prerollAULength[self->accessUnit]) { in CAacDecoder_DecodeFrame()
3081 (INT)self->prerollAULength[self->accessUnit]; in CAacDecoder_DecodeFrame()
3085 !(self->prerollAULength[self->accessUnit])) || in CAacDecoder_DecodeFrame()
3087 (self->prerollAULength[self->accessUnit])) && in CAacDecoder_DecodeFrame()
Daacdecoder_lib.cpp1242 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU]; in aacDecoder_DecodeFrame() local
1244 self->prerollAULength[i] = 0; in aacDecoder_DecodeFrame()
1261 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()