Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1147 UINT numPrerollAU = 0; in aacDecoder_DecodeFrame() local
1246 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame()
1260 numAccessUnits += numPrerollAU; in aacDecoder_DecodeFrame()
1267 if (accessUnit < numPrerollAU) { in aacDecoder_DecodeFrame()
1342 (!(IS_OUTPUT_VALID(ErrorStatus)) || !(accessUnit < numPrerollAU))) { in aacDecoder_DecodeFrame()
1886 !(accessUnit < numPrerollAU) && in aacDecoder_DecodeFrame()
1905 if (accessUnit < numPrerollAU) { in aacDecoder_DecodeFrame()
1937 (accessUnit < numPrerollAU)) { in aacDecoder_DecodeFrame()
Daacdecoder.h456 HANDLE_AACDECODER self, UINT *numPrerollAU, UINT *prerollAUOffset,
Daacdecoder.cpp652 HANDLE_AACDECODER self, UINT *numPrerollAU, UINT *prerollAUOffset, in CAacDecoder_PreRollExtensionPayloadParse() argument
759 *numPrerollAU = escapedValue(hBs, 2, 4, 0); in CAacDecoder_PreRollExtensionPayloadParse()
761 if (*numPrerollAU > AACDEC_MAX_NUM_PREROLL_AU_USAC) { in CAacDecoder_PreRollExtensionPayloadParse()
762 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse()
769 for (i = 0; i < *numPrerollAU; i++) { in CAacDecoder_PreRollExtensionPayloadParse()
776 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse()
783 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse()