Lines Matching refs:ID_END
1312 self->elements[0] = ID_END; in CAacDecoder_DeInit()
1729 ID_END; in CAacDecoder_Init()
2138 if (self->elements[el] == ID_END) { in CAacDecoder_Init()
2498 ID_END; /* Last element ID (required for extension payload mapping */ in CAacDecoder_DecodeFrame()
2510 while ((type != ID_END) && (!(flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && in CAacDecoder_DecodeFrame()
2889 case ID_END: in CAacDecoder_DecodeFrame()
2951 if (self->frameOK && type != ID_END) { in CAacDecoder_DecodeFrame()
2961 channel_elements[channel_element_count++] = ID_END; in CAacDecoder_DecodeFrame()
2968 while (type != ID_END && in CAacDecoder_DecodeFrame()
2975 channel_elements[element_count] = ID_END; in CAacDecoder_DecodeFrame()
3013 type = ID_END; in CAacDecoder_DecodeFrame()