Home
last modified time | relevance | path

Searched refs:ID_NONE (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Daac_rom.cpp3248 /* 1 */ {ID_SCE, ID_EXT, ID_END, ID_NONE, ID_NONE, ID_NONE,
3249 ID_NONE}, /* 1 channel */
3251 {ID_CPE, ID_EXT, ID_END, ID_NONE, ID_NONE, ID_NONE,
3252 ID_NONE} /* 2 channels */
3255 {ID_SCE, ID_CPE, ID_EXT, ID_END, ID_NONE, ID_NONE,
3256 ID_NONE}, /* 3 channels */
3258 {ID_SCE, ID_CPE, ID_SCE, ID_EXT, ID_END, ID_NONE,
3259 ID_NONE}, /* 4 channels */
3261 {ID_SCE, ID_CPE, ID_CPE, ID_EXT, ID_END, ID_NONE,
3262 ID_NONE}, /* 5 channels */
[all …]
Daacdecoder.cpp1681 self->elements[el_tmp] = ID_NONE; in CAacDecoder_Init()
1851 self->elements[i] = ID_NONE; in CAacDecoder_Init()
2526 MP4_ELEMENT_ID type = ID_NONE; /* Current element type */ in CAacDecoder_DecodeFrame()
2566 self->elements[el] = ID_NONE; in CAacDecoder_DecodeFrame()
2910 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame()
3124 type = ID_NONE; in CAacDecoder_DecodeFrame()
3133 if (channel_elements[element_count] == ID_NONE) { in CAacDecoder_DecodeFrame()
3171 case ID_NONE: in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp115 static const MP4_ELEMENT_ID channel_configuration_0[] = {ID_NONE};
116 static const MP4_ELEMENT_ID channel_configuration_1[] = {ID_SCE, ID_NONE};
117 static const MP4_ELEMENT_ID channel_configuration_2[] = {ID_CPE, ID_NONE};
119 ID_NONE};
121 ID_NONE};
123 ID_NONE};
125 ID_LFE, ID_NONE};
127 ID_SCE, ID_CPE, ID_CPE, ID_CPE, ID_LFE, ID_NONE};
129 ID_NONE}; /* reserved */
131 ID_NONE}; /* reserved */
[all …]
/external/aac/libSYS/include/
DFDK_audio.h422 ID_NONE = -1, /**< Invalid Element helper ID. */ enumerator
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp622 case ID_NONE: in sbrDecoder_InitElement()
1018 case ID_NONE: in sbrDecoder_drcGetChannel()