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.c317 if ((ele_type == ID_FIL) || (ele_type == ID_DSE) || (new_element == 0)) { in ixheaacd_aacdec_decodeframe()
482 case ID_DSE: in ixheaacd_aacdec_decodeframe()
494 if (ele_type == ID_DSE) { in ixheaacd_aacdec_decodeframe()
/external/aac/libAACenc/src/
Dadj_thr.cpp1371 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1449 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_correctThresh()
1539 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1552 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_reduceMinSnr()
1630 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1717 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1739 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1818 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_allowMoreHoles()
1935 if (cm->elInfo[elementId].elType != ID_DSE) { in FDKaacEnc_adaptThresholdsToPe()
1991 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.cpp944 case ID_DSE: in CProgramConfig_LookupElement()
/external/aac/libAACdec/src/
Daacdecoder.cpp2740 case ID_DSE: { in CAacDecoder_DecodeFrame()