/third_party/node/deps/npm/node_modules/jsonparse/test/ |
D | boundary.js | 95 var first_buffer = eclectic_buffer.slice(0, rand_chunk); 106 p.write(first_buffer);
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.h | 65 gboolean first_buffer; member
|
D | gstttmlparse.c | 459 if (self->first_buffer) { in handle_buffer() 465 self->first_buffer = FALSE; in handle_buffer() 580 self->first_buffer = TRUE; in gst_ttml_parse_change_state()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rtp-gstreamer.c | 57 bool first_buffer; member 486 c->first_buffer = true; in pa_rtp_context_new_recv() 603 if (c->first_buffer) { in pa_rtp_recv() 604 c->first_buffer = false; in pa_rtp_recv()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.h | 87 gboolean first_buffer; member
|
D | gstsubparse.c | 1610 if (self->first_buffer) { in handle_buffer() 1617 self->first_buffer = FALSE; in handle_buffer() 1848 self->first_buffer = TRUE; in gst_sub_parse_change_state()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstaggregator.c | 256 gboolean first_buffer; member 304 aggpad->priv->first_buffer = TRUE; in gst_aggregator_pad_reset_unlocked() 394 gboolean first_buffer; /* protected by object lock */ member 500 pad->priv->waited_once && pad->priv->first_buffer && !pad->priv->eos) { in gst_aggregator_check_pads_ready() 524 self->priv->first_buffer = FALSE; in gst_aggregator_check_pads_ready() 542 self->priv->first_buffer = FALSE; in gst_aggregator_check_pads_ready() 596 self->priv->first_buffer = TRUE; in gst_aggregator_reset_flow_values() 849 (self->priv->first_buffer in gst_aggregator_wait_and_check() 2238 self->priv->first_buffer = FALSE; in gst_aggregator_send_event() 2288 if (evdata->only_to_active_pads && aggpad->priv->first_buffer) { in gst_aggregator_event_forward_func() [all …]
|
D | gstbaseparse.c | 330 gboolean first_buffer; member 894 parse->priv->first_buffer = TRUE; in gst_base_parse_reset() 1419 !parse->priv->first_buffer) { in gst_base_parse_sink_event_default() 3114 if (G_UNLIKELY (parse->priv->first_buffer)) { in gst_base_parse_chain() 3115 parse->priv->first_buffer = FALSE; in gst_base_parse_chain()
|
D | gstbasesink.c | 1062 GstBuffer *first_buffer = NULL; in gst_base_sink_get_last_sample() local 1065 first_buffer = gst_buffer_list_get (sink->priv->last_buffer_list, 0); in gst_base_sink_get_last_sample() 1067 gst_sample_new (first_buffer, sink->priv->last_caps, &sink->segment, in gst_base_sink_get_last_sample()
|
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/ |
D | gstsvthevcenc.h | 95 gboolean first_buffer; member
|
D | gstsvthevcenc.c | 669 encoder->first_buffer = TRUE; in gst_svthevc_enc_init() 950 encoder->first_buffer = TRUE; in gst_svthevc_enc_init_encoder() 1185 if (encoder->first_buffer) { in gst_svthevc_enc_set_latency() 1752 if (encoder->first_buffer) { in gst_svthevc_enc_send_frame() 1771 encoder->first_buffer = FALSE; in gst_svthevc_enc_send_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/ |
D | gstfieldanalysis.h | 124 gboolean first_buffer; /* indicates the first buffer for which a buffer will be output member
|
D | gstfieldanalysis.c | 335 filter->first_buffer = TRUE; in gst_field_analysis_reset() 1467 gboolean first_buffer = filter->first_buffer; in gst_field_analysis_process_buffer() local 1469 filter->first_buffer = FALSE; in gst_field_analysis_process_buffer() 1587 } else if (first_buffer && (telecine_matches & FIELD_ANALYSIS_BOTTOM_TOP in gst_field_analysis_process_buffer()
|
/third_party/python/Lib/xml/dom/ |
D | expatbuilder.py | 201 first_buffer = True 208 if first_buffer and self.document.documentElement: 210 first_buffer = False
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtponviftimestamp.c | 254 gboolean first_buffer) in create_extension_buffer() argument 277 if (first_buffer) in create_extension_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 1399 gboolean first_buffer = FALSE; in gst_amc_video_dec_loop() local 1433 first_buffer = TRUE; in gst_amc_video_dec_loop() 1474 if (first_buffer) { in gst_amc_video_dec_loop()
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 4608 * gst/autoplug/gstautoplugcache.c: added first_buffer signal, and 4723 the first_buffer signal and caps_proxy arg gstautoplugger.c:
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 33919 Add a first_buffer boolean state flag to have baseparse do actions
|