Lines Matching full:id_end
1211 MP4_ELEMENT_ID previous_element = ID_END; /* Last element ID (required for extension payload mapping */
1216 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK )
1557 case ID_END:
1569 } /* while ( (type != ID_END) ... ) */
1593 /* Check the last element. The terminator (ID_END) has to be the last one (even if ER syntax is used). */
1594 if ( self->frameOK && type != ID_END ) {