OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AOT_PS
(Results
1 - 9
of
9
) sorted by null
/external/aac/libAACenc/src/
aacenc_lib.cpp
324
if ( (hAacConfig->audioObjectType==AOT_SBR) || (hAacConfig->audioObjectType==
AOT_PS
)
343
if ( (audioObjectType==
AOT_PS
)
371
if ((audioObjectType==AOT_AAC_LC) || (audioObjectType==AOT_SBR) || (audioObjectType==
AOT_PS
) ||
438
transport_AOT =
AOT_PS
;
450
if ( (transport_AOT == AOT_SBR) || (transport_AOT ==
AOT_PS
) ) {
462
if ( (sbrSignaling==SIG_EXPLICIT_BW_COMPATIBLE) && ( (transport_AOT==AOT_SBR) || (transport_AOT==
AOT_PS
) ) ) {
470
if ( (transport_AOT==AOT_SBR) || (transport_AOT==
AOT_PS
) ) {
472
if (transport_AOT==
AOT_PS
) {
672
if (aot == AOT_AAC_LC || aot == AOT_SBR || aot ==
AOT_PS
) {
798
case
AOT_PS
[
all
...]
aacenc.cpp
664
hAacEnc->aot =
AOT_PS
;
[
all
...]
/external/aac/libSBRdec/src/
sbrdecoder.cpp
311
case
AOT_PS
:
385
case
AOT_PS
:
495
case
AOT_PS
:
[
all
...]
/external/aac/libSYS/include/
FDK_audio.h
188
AOT_PS
= 29, /**< PS, Parametric Stereo (includes SBR) */
/frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp
296
return
AOT_PS
;
/external/aac/libMpegTPDec/src/
tpdec_asc.cpp
937
if ( self->m_aot == AOT_SBR || self->m_aot ==
AOT_PS
) {
941
if ( self->m_aot ==
AOT_PS
) {
[
all
...]
/external/aac/libSBRenc/src/
sbr_encoder.cpp
[
all
...]
/external/aac/libAACdec/src/
aacdecoder.cpp
165
|| (aot) ==
AOT_PS
\
831
case
AOT_PS
:
[
all
...]
/external/aac/libFDK/src/
FDK_tools_rom.cpp
[
all
...]
Completed in 93 milliseconds