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