Home | History | Annotate | Download | only in src

Lines Matching refs:ID_END

1146   MP4_ELEMENT_ID previous_element = ID_END; /* Last element ID (required for extension payload mapping */
1151 while ( (type != ID_END) && (! (flags & (AACDEC_CONCEAL | AACDEC_FLUSH))) && self->frameOK )
1493 case ID_END:
1505 } /* while ( (type != ID_END) ... ) */
1529 /* Check the last element. The terminator (ID_END) has to be the last one (even if ER syntax is used). */
1530 if ( self->frameOK && type != ID_END ) {