Home
last modified time | relevance | path

Searched refs:flushing (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstdataqueue.c77 gboolean flushing; /* indicates whether conditions where signalled because member
95 if (q->priv->flushing) \
398 gst_data_queue_set_flushing (GstDataQueue * queue, gboolean flushing) in gst_data_queue_set_flushing() argument
402 GST_DEBUG ("queue:%p , flushing:%d", queue, flushing); in gst_data_queue_set_flushing()
405 priv->flushing = flushing; in gst_data_queue_set_flushing()
406 if (flushing) { in gst_data_queue_set_flushing()
457 GST_DATA_QUEUE_MUTEX_LOCK_CHECK (queue, flushing); in gst_data_queue_push_force()
470 flushing: in gst_data_queue_push_force()
505 GST_DATA_QUEUE_MUTEX_LOCK_CHECK (queue, flushing); in gst_data_queue_push()
516 GST_DATA_QUEUE_MUTEX_LOCK_CHECK (queue, flushing); in gst_data_queue_push()
[all …]
Dgstbasesrc.c212 gboolean flushing; /* LIVE_LOCK */ member
334 gboolean flushing);
349 gboolean flushing);
511 while (G_UNLIKELY (!src->live_running && !src->priv->flushing)) { in gst_base_src_wait_playing_unlocked()
518 if (src->priv->flushing) in gst_base_src_wait_playing_unlocked()
519 goto flushing; in gst_base_src_wait_playing_unlocked()
524 flushing: in gst_base_src_wait_playing_unlocked()
2602 if (G_UNLIKELY (src->priv->flushing)) in gst_base_src_get_range()
2603 goto flushing; in gst_base_src_get_range()
2693 flushing: in gst_base_src_get_range()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstconsistencychecker.c41 volatile gboolean flushing; member
63 GST_DEBUG_OBJECT (pad, "%p: %d %d %d %d", consist, consist->flushing, in source_pad_data_cb()
86 consist->flushing = TRUE; in source_pad_data_cb()
90 fail_unless (consist->flushing, in source_pad_data_cb()
95 consist->flushing = consist->expect_flush = FALSE; in source_pad_data_cb()
108 fail_if ((consist->expect_flush && consist->flushing), in source_pad_data_cb()
153 GST_DEBUG_OBJECT (pad, "%p: %d %d %d %d", consist, consist->flushing, in sink_pad_data_cb()
181 fail_if ((consist->expect_flush && consist->flushing), in sink_pad_data_cb()
275 consist->flushing = FALSE; in gst_consistency_checker_reset()
/third_party/node/deps/npm/node_modules/asap/
Draw.js19 flushing = true;
28 var flushing = false; variable
68 flushing = false;
92 if (flushing && hasSetImmediate) {
Dbrowser-raw.js17 flushing = true;
26 var flushing = false; variable
70 flushing = false;
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c253 self->flushing = TRUE; in gst_amc_audio_dec_open()
279 self->flushing = TRUE; in gst_amc_audio_dec_close()
323 self->flushing = TRUE; in gst_amc_audio_dec_change_state()
437 if (self->flushing) { in gst_amc_audio_dec_loop()
439 goto flushing; in gst_amc_audio_dec_loop()
499 if (self->flushing) { in gst_amc_audio_dec_loop()
501 goto flushing; in gst_amc_audio_dec_loop()
586 if (self->flushing) { in gst_amc_audio_dec_loop()
588 goto flushing; in gst_amc_audio_dec_loop()
663 flushing: in gst_amc_audio_dec_loop()
[all …]
Dgstamcvideoenc.c587 self->flushing = TRUE; in gst_amc_video_enc_open()
613 self->flushing = TRUE; in gst_amc_video_enc_close()
653 self->flushing = TRUE; in gst_amc_video_enc_change_state()
946 if (self->flushing) { in gst_amc_video_enc_loop()
948 goto flushing; in gst_amc_video_enc_loop()
1027 if (self->flushing) { in gst_amc_video_enc_loop()
1029 goto flushing; in gst_amc_video_enc_loop()
1049 if (self->flushing) { in gst_amc_video_enc_loop()
1051 goto flushing; in gst_amc_video_enc_loop()
1126 flushing: in gst_amc_video_enc_loop()
[all …]
Dgstamcvideodec.c452 self->flushing = TRUE; in gst_amc_video_dec_open()
517 self->flushing = TRUE; in gst_amc_video_dec_close()
606 self->flushing = TRUE; in gst_amc_video_dec_change_state()
1338 if (self->flushing) { in gst_amc_video_dec_loop()
1340 goto flushing; in gst_amc_video_dec_loop()
1395 if (self->flushing) { in gst_amc_video_dec_loop()
1397 goto flushing; in gst_amc_video_dec_loop()
1532 if (err && !self->flushing) in gst_amc_video_dec_loop()
1553 if (err && !self->flushing) in gst_amc_video_dec_loop()
1568 if (err && !self->flushing) in gst_amc_video_dec_loop()
[all …]
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c52 gboolean flushing; member
113 if (reader->flushing) in block_until_can_push()
124 reader->path, reader->active, reader->flushing); in block_until_can_push()
126 return reader->active && !reader->flushing; in block_until_can_push()
314 if (part_pad->flushing) in splitmux_is_flushing()
337 if (part_pad->flushing && GST_EVENT_TYPE (event) != GST_EVENT_FLUSH_STOP) in splitmux_part_pad_event()
424 reader->flushing = TRUE; in splitmux_part_pad_event()
425 part_pad->flushing = TRUE; in splitmux_part_pad_event()
435 part_pad->flushing = FALSE; in splitmux_part_pad_event()
438 reader->flushing = splitmux_is_flushing (reader); in splitmux_part_pad_event()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp318 fs->flushing = true; in gst_disparity_change_state()
324 fs->flushing = false; in gst_disparity_change_state()
338 fs->flushing = true; in gst_disparity_change_state()
344 fs->flushing = false; in gst_disparity_change_state()
473 if (fs->flushing) { in gst_disparity_chain_left()
481 if (fs->flushing) { in gst_disparity_chain_left()
511 if (fs->flushing) { in gst_disparity_chain_right()
519 if (fs->flushing) { in gst_disparity_chain_right()
/third_party/boost/boost/log/sinks/
Dtext_ostream_backend.hpp48 combine_requirements< synchronized_feeding, flushing >::type
54 combine_requirements< synchronized_feeding, flushing >::type
Dfrontend_requirements.hpp76 struct flushing {}; struct
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.c156 gboolean flushing; /* set after flush-start and before flush-stop */ member
343 pad->flushing = FALSE; in gst_selector_pad_reset()
460 while (!self->eos && !self->flushing && !pad->flushing) { in gst_input_selector_eos_wait()
488 return self->flushing; in gst_input_selector_eos_wait()
557 selpad->flushing = TRUE; in gst_selector_pad_event()
820 if (selpad != active_selpad && !sel->eos && !sel->flushing in gst_input_selector_wait_running_time()
821 && !selpad->flushing && (cur_running_time == GST_CLOCK_TIME_NONE in gst_input_selector_wait_running_time()
835 return (sel->flushing || selpad->flushing); in gst_input_selector_wait_running_time()
1003 if (sel->flushing) { in gst_selector_pad_chain()
1005 goto flushing; in gst_selector_pad_chain()
[all …]
Dgstconcat.c76 gboolean flushing; member
95 self->flushing = FALSE; in gst_concat_pad_init()
345 spad->flushing = TRUE; in gst_concat_release_pad()
392 if (spad->flushing) { in gst_concat_pad_wait()
407 if (spad->flushing) { in gst_concat_pad_wait()
642 spad->flushing = TRUE; in gst_concat_sink_event()
659 spad->flushing = FALSE; in gst_concat_sink_event()
825 spad->flushing = FALSE; in reset_pad()
834 spad->flushing = TRUE; in unblock_pad()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c129 gboolean flushing; member
834 priv->flushing = TRUE; in gst_app_src_unlock()
849 priv->flushing = FALSE; in gst_app_src_unlock_stop()
868 priv->flushing = FALSE; in gst_app_src_start()
885 priv->flushing = TRUE; in gst_app_src_stop()
1160 if (G_UNLIKELY (priv->flushing)) in gst_app_src_create()
1161 goto flushing; in gst_app_src_create()
1209 if (G_UNLIKELY (priv->flushing)) in gst_app_src_create()
1210 goto flushing; in gst_app_src_create()
1259 if (G_UNLIKELY (priv->flushing)) in gst_app_src_create()
[all …]
Dgstappsink.c101 gboolean flushing; member
649 priv->flushing = FALSE; in gst_app_sink_start()
671 priv->flushing = TRUE; in gst_app_sink_stop()
730 while (priv->num_buffers > 0 && !priv->flushing && priv->wait_on_eos) { in gst_app_sink_event()
749 if (priv->flushing) in gst_app_sink_event()
789 if (priv->flushing) in gst_app_sink_preroll()
790 goto flushing; in gst_app_sink_preroll()
812 flushing: in gst_app_sink_preroll()
876 if (priv->flushing) in gst_app_sink_render_common()
877 goto flushing; in gst_app_sink_render_common()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c165 pool->flushing = 1; in gst_buffer_pool_init()
437 do_set_flushing (GstBufferPool * pool, gboolean flushing) in do_set_flushing() argument
444 if (GST_BUFFER_POOL_IS_FLUSHING (pool) == flushing) in do_set_flushing()
447 if (flushing) { in do_set_flushing()
448 g_atomic_int_set (&pool->flushing, 1); in do_set_flushing()
471 g_atomic_int_set (&pool->flushing, 0); in do_set_flushing()
1106 goto flushing; in default_acquire_buffer()
1178 flushing: in default_acquire_buffer()
1383 gst_buffer_pool_set_flushing (GstBufferPool * pool, gboolean flushing) in gst_buffer_pool_set_flushing() argument
1389 GST_LOG_OBJECT (pool, "flushing %d", flushing); in gst_buffer_pool_set_flushing()
[all …]
Dgstbufferpool.h97 #define GST_BUFFER_POOL_IS_FLUSHING(pool) (g_atomic_int_get (&pool->flushing))
109 gint flushing; member
207 void gst_buffer_pool_set_flushing (GstBufferPool *pool, gboolean flushing);
Dgstpoll.c156 volatile gint flushing; member
165 #define IS_FLUSHING(s) (g_atomic_int_get(&(s)->flushing))
166 #define SET_FLUSHING(s,val) (g_atomic_int_set(&(s)->flushing, (val)))
1427 goto flushing; in gst_poll_wait()
1613 goto flushing; in gst_poll_wait()
1629 flushing: in gst_poll_wait()
1713 gst_poll_set_flushing (GstPoll * set, gboolean flushing) in gst_poll_set_flushing() argument
1718 GST_LOG ("%p: flushing: %d", set, flushing); in gst_poll_set_flushing()
1721 SET_FLUSHING (set, flushing); in gst_poll_set_flushing()
1723 if (flushing && set->controllable && GET_WAITING (set) > 0) { in gst_poll_set_flushing()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpenc.c103 gboolean flushing; member
132 self->flushing = FALSE; in gst_sctp_enc_pad_init()
433 sctpenc_pad->flushing = FALSE; in gst_sctp_enc_request_new_pad()
459 sctpenc_pad->flushing = TRUE; in gst_sctp_enc_release_pad()
580 while (!sctpenc_pad->flushing) { in gst_sctp_enc_sink_chain()
593 } else if (!sctpenc_pad->flushing) { in gst_sctp_enc_sink_chain()
608 flow_ret = sctpenc_pad->flushing ? GST_FLOW_FLUSHING : GST_FLOW_OK; in gst_sctp_enc_sink_chain()
651 sctpenc_pad->flushing = TRUE; in gst_sctp_enc_sink_event()
658 sctpenc_pad->flushing = FALSE; in gst_sctp_enc_sink_event()
676 sctpenc_pad->flushing = TRUE; in flush_sinkpad()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c167 gboolean flushing; /* set after flush-start and before flush-stop */ member
352 pad->flushing = FALSE; in gst_selector_pad_reset()
467 selpad->flushing = TRUE; in gst_selector_pad_event()
611 while (self->blocked && !self->flushing && !pad->flushing) { in gst_input_selector_wait()
616 return self->flushing; in gst_input_selector_wait()
721 if (selpad != active_selpad && !sel->flushing && !selpad->flushing && in gst_input_selector_wait_running_time()
740 return (sel->flushing || selpad->flushing); in gst_input_selector_wait_running_time()
944 goto flushing; in gst_selector_pad_chain()
967 while (!sel->flushing && !selpad->flushing && in gst_selector_pad_chain()
998 goto flushing; in gst_selector_pad_chain()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.c88 ringbuffer->flushing = TRUE; in gst_audio_ring_buffer_init()
908 gst_audio_ring_buffer_set_flushing (GstAudioRingBuffer * buf, gboolean flushing) in gst_audio_ring_buffer_set_flushing() argument
913 buf->flushing = flushing; in gst_audio_ring_buffer_set_flushing()
915 if (flushing) { in gst_audio_ring_buffer_set_flushing()
941 res = buf->flushing; in gst_audio_ring_buffer_is_flushing()
969 if (G_UNLIKELY (buf->flushing)) in gst_audio_ring_buffer_start()
970 goto flushing; in gst_audio_ring_buffer_start()
1019 flushing: in gst_audio_ring_buffer_start()
1097 if (G_UNLIKELY (buf->flushing)) in gst_audio_ring_buffer_pause()
1098 goto flushing; in gst_audio_ring_buffer_pause()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgststreamsynchronizer.c70 gboolean flushing; /* set after flush-start and before flush-stop */ member
331 while (!self->eos && !self->flushing) { in gst_stream_synchronizer_wait()
332 if (stream->flushing) { in gst_stream_synchronizer_wait()
415 stream->flushing = FALSE; in gst_stream_synchronizer_sink_event()
587 stream->flushing = TRUE; in gst_stream_synchronizer_sink_event()
606 stream->flushing = FALSE; in gst_stream_synchronizer_sink_event()
614 if (ostream == stream || ostream->flushing) in gst_stream_synchronizer_sink_event()
1087 self->flushing = FALSE; in gst_stream_synchronizer_change_state()
1096 self->flushing = TRUE; in gst_stream_synchronizer_change_state()
1149 stream->flushing = FALSE; in gst_stream_synchronizer_change_state()
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_flush_buffer_range.txt44 flushing for mapped buffer objects.
54 This extension also provides a method for explicitly flushing ranges of a
78 and providing a range flushing routine allows an implementation to
89 When flushing ranges manually, should new API be added or should
98 at the task of manually flushing memory regions. This is also less
135 The serialized modification and flushing unmap parameters are specified by
211 …BUFFER_FLUSHING_UNMAP_APPLE B GetBufferParameteriv TRUE Buffer flushing unmap param …
/third_party/openGLES/extensions/APPLE/
DAPPLE_flush_buffer_range.txt44 flushing for mapped buffer objects.
54 This extension also provides a method for explicitly flushing ranges of a
78 and providing a range flushing routine allows an implementation to
89 When flushing ranges manually, should new API be added or should
98 at the task of manually flushing memory regions. This is also less
135 The serialized modification and flushing unmap parameters are specified by
211 …BUFFER_FLUSHING_UNMAP_APPLE B GetBufferParameteriv TRUE Buffer flushing unmap param …

12345678910>>...15