Home
last modified time | relevance | path

Searched refs:mlt_consumer_is_stopped (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c383 if ( frame && !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
391 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
412 if ( !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
432 …else if ( self->ignore_change -- > 0 && self->active != NULL && !mlt_consumer_is_stopped( self->ac… in consumer_thread()
439 if ( !mlt_consumer_is_stopped( self->still ) ) in consumer_thread()
441 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c379 if ( frame && !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
387 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
408 if ( !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
428 …else if ( self->ignore_change -- > 0 && self->active != NULL && !mlt_consumer_is_stopped( self->ac… in consumer_thread()
435 if ( !mlt_consumer_is_stopped( self->still ) ) in consumer_thread()
437 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c379 if ( frame && !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
387 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
408 if ( !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
428 …else if ( self->ignore_change -- > 0 && self->active != NULL && !mlt_consumer_is_stopped( self->ac… in consumer_thread()
435 if ( !mlt_consumer_is_stopped( self->still ) ) in consumer_thread()
437 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c383 if ( frame && !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
391 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
412 if ( !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
432 …else if ( self->ignore_change -- > 0 && self->active != NULL && !mlt_consumer_is_stopped( self->ac… in consumer_thread()
439 if ( !mlt_consumer_is_stopped( self->still ) ) in consumer_thread()
441 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/sdl/
H A Dconsumer_sdl_preview.c379 if ( frame && !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
387 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
408 if ( !mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
428 …else if ( self->ignore_change -- > 0 && self->active != NULL && !mlt_consumer_is_stopped( self->ac… in consumer_thread()
435 if ( !mlt_consumer_is_stopped( self->still ) ) in consumer_thread()
437 if ( mlt_consumer_is_stopped( self->play ) ) in consumer_thread()
/dports/multimedia/mlt6/mlt-6.26.1/src/framework/
H A Dmlt_consumer.h143 extern int mlt_consumer_is_stopped( mlt_consumer self );
H A Dmlt.vers21 mlt_consumer_is_stopped;
/dports/multimedia/mlt7/mlt-7.0.1/src/framework/
H A Dmlt_consumer.h146 extern int mlt_consumer_is_stopped( mlt_consumer self );
H A Dmlt.vers21 mlt_consumer_is_stopped;
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/framework/
H A Dmlt_consumer.h146 extern int mlt_consumer_is_stopped( mlt_consumer self );
H A Dmlt.vers21 mlt_consumer_is_stopped;
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/framework/
H A Dmlt_consumer.h143 extern int mlt_consumer_is_stopped( mlt_consumer self );
H A Dmlt.vers21 mlt_consumer_is_stopped;
/dports/multimedia/py-mlt6/mlt-6.26.1/src/framework/
H A Dmlt_consumer.h143 extern int mlt_consumer_is_stopped( mlt_consumer self );
H A Dmlt.vers21 mlt_consumer_is_stopped;
/dports/multimedia/webvfx-qt5/webvfx-e918ce4/mlt/
H A Dwebvfx_filter.cpp48 if (!consumer || !mlt_consumer_is_stopped(consumer)) in filterGetImage()
H A Dwebvfx_transition.cpp57 if (!consumer || !mlt_consumer_is_stopped(consumer)) in transitionGetImage()
H A Dwebvfx_producer.cpp55 if (!consumer || !mlt_consumer_is_stopped(consumer)) in producerGetImage()
/dports/multimedia/mlt6/mlt-6.26.1/src/mlt++/
H A DMltConsumer.cpp128 return mlt_consumer_is_stopped( get_consumer( ) ) != 0; in is_stopped()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/mlt++/
H A DMltConsumer.cpp128 return mlt_consumer_is_stopped( get_consumer( ) ) != 0; in is_stopped()
/dports/multimedia/mlt7/mlt-7.0.1/src/mlt++/
H A DMltConsumer.cpp128 return mlt_consumer_is_stopped( get_consumer( ) ) != 0; in is_stopped()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/mlt++/
H A DMltConsumer.cpp128 return mlt_consumer_is_stopped( get_consumer( ) ) != 0; in is_stopped()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/mlt++/
H A DMltConsumer.cpp128 return mlt_consumer_is_stopped( get_consumer( ) ) != 0; in is_stopped()
/dports/multimedia/mlt6/mlt-6.26.1/src/melt/
H A Dmelt.c420 if ( mlt_properties_get_int( properties, "done" ) == 0 && !mlt_consumer_is_stopped( consumer ) ) in transport()
439 while( mlt_properties_get_int( properties, "done" ) == 0 && !mlt_consumer_is_stopped( consumer ) ) in transport()
/dports/multimedia/mlt7/mlt-7.0.1/src/melt/
H A Dmelt.c427 if ( mlt_properties_get_int( properties, "done" ) == 0 && !mlt_consumer_is_stopped( consumer ) ) in transport()
446 while( mlt_properties_get_int( properties, "done" ) == 0 && !mlt_consumer_is_stopped( consumer ) ) in transport()

123