Searched refs:prerollAULength (Results 1 – 3 of 3) sorted by relevance
344 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU + 1]; /*!< Relative offset of member466 UINT *prerollAULength);
722 UINT *prerollAULength) { in CAacDecoder_PreRollExtensionPayloadParse() argument845 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()
1242 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU]; in aacDecoder_DecodeFrame() local1244 self->prerollAULength[i] = 0; in aacDecoder_DecodeFrame()1261 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()