Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp423 AUDIO_OBJECT_TYPE transport_AOT = AOT_NULL_OBJECT; in H_ALLOC_MEM() local
431 transport_AOT = AOT_AAC_LC; in H_ALLOC_MEM()
434 transport_AOT = AOT_SBR; in H_ALLOC_MEM()
438 transport_AOT = AOT_PS; in H_ALLOC_MEM()
442 transport_AOT = hAacConfig->audioObjectType; in H_ALLOC_MEM()
450 if ( (transport_AOT == AOT_SBR) || (transport_AOT == AOT_PS) ) { in H_ALLOC_MEM()
454 cc->aot = transport_AOT; in H_ALLOC_MEM()
462 …if ( (sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE) && ( (transport_AOT==AOT_SBR) || (transport_AOT==A… in H_ALLOC_MEM()
466 cc->extAOT = transport_AOT; /* explicit hierarchical */ in H_ALLOC_MEM()
470 if ( (transport_AOT==AOT_SBR) || (transport_AOT==AOT_PS) ) { in H_ALLOC_MEM()
[all …]