Lines Matching refs:ID_END
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()
3134 channel_elements[element_count] = ID_END; in CAacDecoder_DecodeFrame()
3172 type = ID_END; in CAacDecoder_DecodeFrame()