OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TOTAL_EXT_PAYLOADS
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACenc/src/
aacenc.h
162
#define
MAX_TOTAL_EXT_PAYLOADS
(((8) * (1)) + (2+2))
341
AACENC_EXT_PAYLOAD extPayload[
MAX_TOTAL_EXT_PAYLOADS
]
aacenc.cpp
716
AACENC_EXT_PAYLOAD extPayload[
MAX_TOTAL_EXT_PAYLOADS
]
721
UCHAR extPayloadUsed[
MAX_TOTAL_EXT_PAYLOADS
];
730
FDKmemclear(extPayloadUsed,
MAX_TOTAL_EXT_PAYLOADS
* sizeof(UCHAR));
790
for ( n = 0; n <
MAX_TOTAL_EXT_PAYLOADS
; n++ ) {
830
for ( n = 0; n <
MAX_TOTAL_EXT_PAYLOADS
; n++ ) {
[
all
...]
aacenc_lib.cpp
222
AACENC_EXT_PAYLOAD extPayload [
MAX_TOTAL_EXT_PAYLOADS
];
[
all
...]
Completed in 239 milliseconds