Home
last modified time | relevance | path

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

/aosp_15_r20/external/aac/libSYS/include/
H A 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 || \
/aosp_15_r20/external/aac/libAACdec/src/
H A 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()
1150 el_cnt[ID_USAC_CPE] + el_cnt[ID_USAC_LFE]; in aacDecoder_ParseExplicitMpsAndSbr()
1164 (self->elements[element_index] == ID_USAC_CPE)); in aacDecoder_ParseExplicitMpsAndSbr()
1765 if (self->elements[el] == ID_USAC_CPE) { in CAacDecoder_Init()
1791 ID_USAC_CPE) && in CAacDecoder_Init()
2165 case ID_USAC_CPE: in CAacDecoder_Init()
2292 if ((self->elements[el2] == ID_USAC_CPE) && in CAacDecoder_Init()
2348 if (self->elements[el2] == ID_USAC_CPE) { in CAacDecoder_Init()
[all …]
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_process.c315 if (ele_id == ID_USAC_CPE) { in ixheaacd_sbr_ele_type_set()
424 case ID_USAC_CPE: in ixheaacd_usac_process()
H A Dixheaacd_init_config.c434 case ID_USAC_CPE: in ixheaacd_decoder_config()
H A Dixheaacd_config.h28 #define ID_USAC_CPE 1 macro
H A Dixheaacd_create.c326 case ID_USAC_CPE: { in ixheaacd_decode_init()
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_enc_main.c715 case ID_USAC_CPE: in iusace_enc_init()
735 case ID_USAC_CPE: in iusace_enc_init()
745 if (ID_USAC_CPE == in iusace_enc_init()
H A Diusace_config.h138 #define ID_USAC_CPE 1 macro
H A Dixheaace_asc_write.c227 case ID_USAC_CPE: in iusace_encoder_config()
H A Dixheaace_api.c2184 case ID_USAC_CPE: in ia_usac_enc_init()
/aosp_15_r20/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp823 if (elType == ID_CPE || elType == ID_USAC_CPE) { in CProgramConfig_LookupElement()
1894 case ID_USAC_CPE: in UsacRsv60DecoderConfig_Parse()
1942 case ID_USAC_CPE: in UsacRsv60DecoderConfig_Parse()
2543 usc->element[elemIdx].usacElementType = ID_USAC_CPE; in Drm_xHEAACDecoderConfig()