HomeSort by relevance Sort by last modified time
    Searched refs:AOT_PS (Results 1 - 10 of 10) 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 313 case AOT_PS:
387 case AOT_PS:
498 case AOT_PS:
    [all...]
  /external/aac/libSYS/include/
FDK_audio.h 188 AOT_PS = 29, /**< PS, Parametric Stereo (includes SBR) */
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 351 return AOT_PS;
  /external/aac/libAACdec/src/
aacdecoder.cpp 165 || (aot) == AOT_PS \
853 case AOT_PS:
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/aac/libFDK/src/
FDK_tools_rom.cpp     [all...]

Completed in 250 milliseconds