Home
last modified time | relevance | path

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

/external/aac/libSYS/include/
DFDK_audio.h436 ID_USAC_CPE = 1 + USAC_ID_BIT, /**< Channel Pair Element. */ enumerator
460 (elementId) == ID_USAC_SCE || (elementId) == ID_USAC_CPE || \
484 ((elementId) == ID_USAC_SCE || (elementId) == ID_USAC_CPE || \
/external/aac/libAACdec/src/
Daacdecoder.cpp184 (((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 0) || \
185 ((el_id) == ID_USAC_CPE && (stereoConfigIndex) == 3))
290 case ID_USAC_CPE: in CAacDecoder_GetELChannels()
1113 el_cnt[ID_USAC_CPE] + el_cnt[ID_USAC_LFE]; in aacDecoder_ParseExplicitMpsAndSbr()
1127 (self->elements[element_index] == ID_USAC_CPE)); in aacDecoder_ParseExplicitMpsAndSbr()
1688 if (self->elements[el] == ID_USAC_CPE) { in CAacDecoder_Init()
1715 ID_USAC_CPE) && in CAacDecoder_Init()
2072 case ID_USAC_CPE: in CAacDecoder_Init()
2200 if ((self->elements[el2] == ID_USAC_CPE) && in CAacDecoder_Init()
2256 if (self->elements[el2] == ID_USAC_CPE) { in CAacDecoder_Init()
[all …]
/external/libxaac/decoder/
Dixheaacd_process.c231 if (ele_id == ID_USAC_CPE) { in ixheaacd_sbr_ele_type_set()
316 case ID_USAC_CPE: in ixheaacd_usac_process()
Dixheaacd_init_config.c403 case ID_USAC_CPE: in ixheaacd_decoder_config()
Dixheaacd_config.h28 #define ID_USAC_CPE 1 macro
Dixheaacd_create.c323 case ID_USAC_CPE: { in ixheaacd_decode_init()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp678 if (elType == ID_CPE || elType == ID_USAC_CPE) { in CProgramConfig_LookupElement()
1727 case ID_USAC_CPE: in UsacRsv60DecoderConfig_Parse()
1775 case ID_USAC_CPE: in UsacRsv60DecoderConfig_Parse()
2320 usc->element[elemIdx].usacElementType = ID_USAC_CPE; in Drm_xHEAACDecoderConfig()