Searched refs:ID_NONE (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | aac_rom.cpp | 3248 /* 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 …]
|
D | aacdecoder.cpp | 1567 self->elements[el_tmp] = ID_NONE; in CAacDecoder_Init() 1738 self->elements[i] = ID_NONE; in CAacDecoder_Init() 2385 MP4_ELEMENT_ID type = ID_NONE; /* Current element type */ in CAacDecoder_DecodeFrame() 2425 self->elements[el] = ID_NONE; in CAacDecoder_DecodeFrame() 2769 self->elements[elIdx] = ID_NONE; in CAacDecoder_DecodeFrame() 2965 type = ID_NONE; in CAacDecoder_DecodeFrame() 2974 if (channel_elements[element_count] == ID_NONE) { in CAacDecoder_DecodeFrame() 3012 case ID_NONE: in CAacDecoder_DecodeFrame()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 115 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/ |
D | FDK_audio.h | 422 ID_NONE = -1, /**< Invalid Element helper ID. */ enumerator
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 628 case ID_NONE: in sbrDecoder_InitElement() 1018 case ID_NONE: in sbrDecoder_drcGetChannel()
|