Searched refs:numPrerollAU (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 1164 UINT numPrerollAU = 0; in aacDecoder_DecodeFrame() local 1261 self, &numPrerollAU, prerollAUOffset, prerollAULength); in aacDecoder_DecodeFrame() 1275 numAccessUnits += numPrerollAU; in aacDecoder_DecodeFrame() 1282 if (accessUnit < numPrerollAU) { in aacDecoder_DecodeFrame() 1361 (!(IS_OUTPUT_VALID(ErrorStatus)) || !(accessUnit < numPrerollAU))) { in aacDecoder_DecodeFrame() 1876 !(accessUnit < numPrerollAU) && in aacDecoder_DecodeFrame() 1897 if (accessUnit < numPrerollAU) { in aacDecoder_DecodeFrame() 2039 (accessUnit < numPrerollAU)) { in aacDecoder_DecodeFrame()
|
D | aacdecoder.h | 465 HANDLE_AACDECODER self, UINT *numPrerollAU, UINT *prerollAUOffset,
|
D | aacdecoder.cpp | 721 HANDLE_AACDECODER self, UINT *numPrerollAU, UINT *prerollAUOffset, in CAacDecoder_PreRollExtensionPayloadParse() argument 833 *numPrerollAU = escapedValue(hBs, 2, 4, 0); in CAacDecoder_PreRollExtensionPayloadParse() 835 if (*numPrerollAU > AACDEC_MAX_NUM_PREROLL_AU_USAC) { in CAacDecoder_PreRollExtensionPayloadParse() 836 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse() 843 for (i = 0; i < *numPrerollAU; i++) { in CAacDecoder_PreRollExtensionPayloadParse() 850 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse() 857 *numPrerollAU = 0; in CAacDecoder_PreRollExtensionPayloadParse()
|