Lines Matching refs:end

252           end: videoDurationPlus
269 if ( byEnd[ k ].end > newDuration ) {
277 if ( byStart[ i ].end > newDuration ) {
286 end: newDurationPlus
291 end: newDurationPlus
515 event._natives.end.call( instance, null, event );
709 TrackEvent.end( this, trackEvent );
766 end: time + 1,
770 end: Popcorn.nop,
1136 if ( track.end > instance.media.currentTime &&
1158 TrackEvent.end = function( instance, track ) { function
1162 if ( ( track.end <= instance.media.currentTime ||
1172 track._natives.end.call( instance, null, track );
1193 end: -1
1198 end: -1
1246 track.end = Popcorn.util.toSeconds( track.end, this.parent.options.framerate );
1258 if ( track.end > byEnd[ endIndex ].end ) {
1272 track.end < this.parent.data.trackEvents.previousUpdateTime ) {
1297 var start, end, animate, historyLen, track,
1311 end = this.byEnd[ index ];
1318 byEnd.push( end );
1330 if ( end._id !== removeId ) {
1331 byEnd.push( end );
1559 end = tracks.endIndex,
1572 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end <= currentTime ) {
1574 byEnd = tracks.byEnd[ end ];
1591 natives.end.call( obj, event, byEnd );
1603 end++;
1620 if ( byStart.end > currentTime &&
1669 natives.end.call( obj, event, byStart );
1688 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end > currentTime ) {
1690 byEnd = tracks.byEnd[ end ];
1718 end--;
1727 tracks.endIndex = end;
1856 natives.end = natives.end || natives[ "out" ];
1859 natives.end = combineFn( natives.end, function() {
1877 natives.end.apply( this, args );
1932 if ( !options.end && options.end !== 0 ) {
1933 options.end = options[ "out" ] || Number.MAX_VALUE;
1942 "end: " + options.end,
2058 trackEvent.end = options.end;
2061 TrackEvent.end( this, trackEvent );