Home
last modified time | relevance | path

Searched refs:ID_DSE (Results 1 – 8 of 8) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_channel.h29 ID_DSE, enumerator
Dixheaacd_aacdecoder.c314 if ((ele_type == ID_FIL) || (ele_type == ID_DSE) || (new_element == 0)) { in ixheaacd_aacdec_decodeframe()
481 case ID_DSE: in ixheaacd_aacdec_decodeframe()
493 if (ele_type == ID_DSE) { in ixheaacd_aacdec_decodeframe()
/external/aac/libAACenc/src/
Dadj_thr.cpp1363 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1441 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1531 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1544 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1622 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1709 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1731 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1810 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1927 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1983 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
[all …]
Dbitenc.cpp766 FDKwriteBits(hBitStream, ID_DSE, EL_ID_BITS); in FDKaacEnc_writeDataStreamElement()
1238 if (elInfo.elType != ID_DSE) { in FDKaacEnc_WriteBitstream()
Dchannel_map.cpp213 case ID_DSE: in FDKaacEnc_initElement()
/external/aac/libSYS/include/
DFDK_audio.h427 ID_DSE = 4, /**< Currently one Data Stream Element for ancillary data is enumerator
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1089 case ID_DSE: in CProgramConfig_LookupElement()
/external/aac/libAACdec/src/
Daacdecoder.cpp2881 case ID_DSE: { in CAacDecoder_DecodeFrame()