Searched refs:MAX_TOTAL_EXT_PAYLOADS (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
H A Daacenc.h157 #define MAX_TOTAL_EXT_PAYLOADS (((6) * (1)) + (2+2)) macro
302 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]
H A Daacenc.cpp682 AACENC_EXT_PAYLOAD extPayload[MAX_TOTAL_EXT_PAYLOADS]
687 UCHAR extPayloadUsed[MAX_TOTAL_EXT_PAYLOADS];
696 FDKmemclear(extPayloadUsed, MAX_TOTAL_EXT_PAYLOADS * sizeof(UCHAR));
756 for ( n = 0; n < MAX_TOTAL_EXT_PAYLOADS; n++ ) {
796 for ( n = 0; n < MAX_TOTAL_EXT_PAYLOADS; n++ ) {
H A Daacenc_lib.cpp213 AACENC_EXT_PAYLOAD extPayload [MAX_TOTAL_EXT_PAYLOADS];
1311 FDKmemclear(hAacEncoder->extPayload, sizeof(AACENC_EXT_PAYLOAD) * MAX_TOTAL_EXT_PAYLOADS);
1312 for (i = 0; i < MAX_TOTAL_EXT_PAYLOADS; i++) {
1387 FDK_ASSERT(nExtensions<=MAX_TOTAL_EXT_PAYLOADS);

Completed in 122 milliseconds