Searched refs:ID_END (Results 1 – 8 of 8) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_aacdecoder.c | 293 previous_element = ID_END; in ixheaacd_aacdec_decodeframe() 303 while (ele_type != ID_END && aac_dec_handle->frame_status) { in ixheaacd_aacdec_decodeframe() 317 } else if ((ele_type != ID_END)) { in ixheaacd_aacdec_decodeframe() 565 case ID_END: in ixheaacd_aacdec_decodeframe() 751 if (ele_type == ID_END && in ixheaacd_aacdec_decodeframe() 847 if (ele_type == ID_END) { in ixheaacd_aacdec_decodeframe()
|
D | ixheaacd_channel.h | 32 ID_END, enumerator
|
D | ixheaacd_api.c | 2623 (type != ID_END)) { in ixheaacd_dec_execute()
|
/external/aac/libAACdec/src/ |
D | aacdecoder.cpp | 518 if (pElementIdTab[el] == ID_END) break; in findElementInstanceTag() 1390 self->elements[0] = ID_END; in CAacDecoder_DeInit() 1842 ID_END; in CAacDecoder_Init() 2268 if (self->elements[el] == ID_END) { in CAacDecoder_Init() 2639 ID_END; /* Last element ID (required for extension payload mapping */ in CAacDecoder_DecodeFrame() 2651 while ((type != ID_END) && (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && in CAacDecoder_DecodeFrame() 3030 case ID_END: in CAacDecoder_DecodeFrame() 3110 if (self->frameOK && type != ID_END) { in CAacDecoder_DecodeFrame() 3120 channel_elements[channel_element_count++] = ID_END; in CAacDecoder_DecodeFrame() 3127 while (type != ID_END && in CAacDecoder_DecodeFrame() [all …]
|
D | aac_rom.cpp | 3248 /* 1 */ {ID_SCE, ID_EXT, ID_END, ID_NONE, ID_NONE, ID_NONE, 3251 {ID_CPE, ID_EXT, ID_END, ID_NONE, ID_NONE, ID_NONE, 3255 {ID_SCE, ID_CPE, ID_EXT, ID_END, ID_NONE, ID_NONE, 3258 {ID_SCE, ID_CPE, ID_SCE, ID_EXT, ID_END, ID_NONE, 3261 {ID_SCE, ID_CPE, ID_CPE, ID_EXT, ID_END, ID_NONE, 3264 {ID_SCE, ID_CPE, ID_CPE, ID_LFE, ID_EXT, ID_END, 3270 ID_END}, /* 8 channels */ 3282 ID_END}, /* 7 channels */ 3285 ID_END}, /* 8 channels */ 3291 ID_END} /* 8 channels */
|
/external/aac/libAACenc/src/ |
D | channel_map.cpp | 230 INT it_cnt[ID_END + 1]; in FDKaacEnc_InitChannelMapping() 235 for (i = 0; i < ID_END; i++) it_cnt[i] = 0; in FDKaacEnc_InitChannelMapping()
|
D | bitenc.cpp | 1300 FDKwriteBits(hBs, ID_END, EL_ID_BITS); in FDKaacEnc_WriteBitstream()
|
/external/aac/libSYS/include/ |
D | FDK_audio.h | 431 ID_END = 7, /**< Arnie (End Element = Terminator). */ enumerator
|