OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AOT_SBR
(Results
1 - 8
of
8
) sorted by null
/external/aac/libAACenc/src/
aacenc_lib.cpp
330
if ( (hAacConfig->audioObjectType==
AOT_SBR
) || (hAacConfig->audioObjectType==AOT_PS) )
371
if ( (audioObjectType==AOT_AAC_LC) || (audioObjectType==
AOT_SBR
) || (audioObjectType==AOT_PS) ) {
434
if ( (transport_AOT ==
AOT_SBR
) || (transport_AOT == AOT_PS) ) {
446
if ( (sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE) && ( (transport_AOT==
AOT_SBR
) || (transport_AOT==AOT_PS) ) ) {
447
cc->extAOT =
AOT_SBR
; /* explicit backward compatible */
454
if ( (transport_AOT==
AOT_SBR
) || (transport_AOT==AOT_PS) ) {
648
if (aot == AOT_AAC_LC || aot ==
AOT_SBR
|| aot == AOT_PS) {
776
case
AOT_SBR
:
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
158
AOT_SBR
= 5,
209
|| (aot) ==
AOT_SBR
\