Searched refs:prerollAULength (Results 1 – 3 of 3) sorted by relevance
338 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU + 1]; /*!< Relative offset of member460 UINT *prerollAULength);
653 UINT *prerollAULength) { in CAacDecoder_PreRollExtensionPayloadParse() argument771 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()
1223 UINT prerollAULength[AACDEC_MAX_NUM_PREROLL_AU]; in aacDecoder_DecodeFrame() local1225 self->prerollAULength[i] = 0; in aacDecoder_DecodeFrame()1242 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()