Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp422 AUDIO_OBJECT_TYPE transport_AOT = AOT_NULL_OBJECT; in H_ALLOC_MEM() local
427 transport_AOT = hAacConfig->audioObjectType; in H_ALLOC_MEM()
434 if ( (transport_AOT == AOT_SBR) || (transport_AOT == AOT_PS) ) { in H_ALLOC_MEM()
438 cc->aot = transport_AOT; in H_ALLOC_MEM()
446 …if ( (sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE) && ( (transport_AOT==AOT_SBR) || (transport_AOT==A… in H_ALLOC_MEM()
450 cc->extAOT = transport_AOT; /* explicit hierarchical */ in H_ALLOC_MEM()
454 if ( (transport_AOT==AOT_SBR) || (transport_AOT==AOT_PS) ) { in H_ALLOC_MEM()
456 if (transport_AOT==AOT_PS) { in H_ALLOC_MEM()