Home
last modified time | relevance | path

Searched refs:agg (Results 1 – 25 of 54) sorted by relevance

123

/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dcanned-1.txt2 AC be: 472 agg hits
3 AC but: 401 agg hits
4 AC by: 242 agg hits
5 AC been: 236 agg hits
6 AC basil: 158 agg hits
7 AC before: 75 agg hits
8 AC beauty: 55 agg hits
9 AC better: 54 agg hits
10 AC believe: 49 agg hits
11 AC began: 44 agg hits
[all …]
DREADME.md35 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC b: 3 agg hits
36 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC be: 472 agg hits
37 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC bee: 3 agg hits
38 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC been: 236 agg hits
39 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC beaut: 1 agg hits
40 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC beauty: 55 agg hits
41 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC because: 40 agg hits
42 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC believe: 49 agg hits
43 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC better: 54 agg hits
44 [2018/10/15 07:15:44:1443] NOTICE: lws_fts_results_dump: AC before: 75 agg hits
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c505 static gboolean gst_audio_aggregator_src_event (GstAggregator * agg,
507 static gboolean gst_audio_aggregator_sink_event (GstAggregator * agg,
509 static gboolean gst_audio_aggregator_src_query (GstAggregator * agg,
512 gst_audio_aggregator_sink_query (GstAggregator * agg, GstAggregatorPad * aggpad,
514 static gboolean gst_audio_aggregator_start (GstAggregator * agg);
515 static gboolean gst_audio_aggregator_stop (GstAggregator * agg);
516 static GstFlowReturn gst_audio_aggregator_flush (GstAggregator * agg);
520 static GstBuffer *gst_audio_aggregator_do_clip (GstAggregator * agg,
522 static GstFlowReturn gst_audio_aggregator_aggregate (GstAggregator * agg,
525 static gboolean gst_audio_aggregator_negotiated_src_caps (GstAggregator * agg,
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c147 _negotiated_caps (GstAggregator * agg, GstCaps * caps) in _negotiated_caps() argument
149 GstGLMixer *mix = GST_GL_MIXER (agg); in _negotiated_caps()
156 ret = GST_AGGREGATOR_CLASS (parent_class)->negotiated_src_caps (agg, caps); in _negotiated_caps()
182 gst_gl_mixer_propose_allocation (GstAggregator * agg, in gst_gl_mixer_propose_allocation() argument
185 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_propose_allocation()
186 GstGLBaseMixer *base_mix = GST_GL_BASE_MIXER (agg); in gst_gl_mixer_propose_allocation()
196 (agg, agg_pad, decide_query, query)) in gst_gl_mixer_propose_allocation()
308 gst_gl_mixer_sink_query (GstAggregator * agg, GstAggregatorPad * bpad, in gst_gl_mixer_sink_query() argument
312 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_sink_query()
339 ret = GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query); in gst_gl_mixer_sink_query()
[all …]
Dgstglstereomix.c150 static gboolean gst_gl_stereo_mix_stop (GstAggregator * agg);
151 static gboolean gst_gl_stereo_mix_start (GstAggregator * agg);
152 static gboolean gst_gl_stereo_mix_src_query (GstAggregator * agg,
235 gst_gl_stereo_mix_query_caps (GstPad * pad, GstAggregator * agg, in gst_gl_stereo_mix_query_caps() argument
242 caps = gst_pad_get_current_caps (agg->srcpad); in gst_gl_stereo_mix_query_caps()
244 caps = gst_pad_get_pad_template_caps (agg->srcpad); in gst_gl_stereo_mix_query_caps()
257 gst_gl_stereo_mix_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_stereo_mix_src_query() argument
261 return gst_gl_stereo_mix_query_caps (agg->srcpad, agg, query); in gst_gl_stereo_mix_src_query()
267 return GST_AGGREGATOR_CLASS (parent_class)->src_query (agg, query); in gst_gl_stereo_mix_src_query()
460 gst_gl_stereo_mix_start (GstAggregator * agg) in gst_gl_stereo_mix_start() argument
[all …]
Dgstglbasemixer.c268 gst_gl_base_mixer_propose_allocation (GstAggregator * agg, in gst_gl_base_mixer_propose_allocation() argument
271 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_propose_allocation()
280 gst_gl_base_mixer_sink_query (GstAggregator * agg, GstAggregatorPad * bpad, in gst_gl_base_mixer_sink_query() argument
283 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_sink_query()
318 return GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, bpad, query);; in gst_gl_base_mixer_sink_query()
339 static gboolean gst_gl_base_mixer_src_query (GstAggregator * agg,
345 static gboolean gst_gl_base_mixer_stop (GstAggregator * agg);
346 static gboolean gst_gl_base_mixer_start (GstAggregator * agg);
354 static gboolean gst_gl_base_mixer_decide_allocation (GstAggregator * agg,
535 gst_gl_base_mixer_src_query (GstAggregator * agg, GstQuery * query) in gst_gl_base_mixer_src_query() argument
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Daggregator.c196 GstAggregator *agg = GST_AGGREGATOR (self); in gst_test_aggregator_init() local
197 gst_segment_init (&GST_AGGREGATOR_PAD (agg->srcpad)->segment, in gst_test_aggregator_init()
379 _chain_data_init (ChainData * data, GstElement * agg, ...) in _chain_data_init() argument
391 data->aggregator = agg; in _chain_data_init()
392 data->sinkpad = gst_element_request_pad_simple (agg, "sink_%u"); in _chain_data_init()
398 va_start (var_args, agg); in _chain_data_init()
657 GstElement *pipeline, *src, *agg, *sink; in GST_START_TEST() local
664 agg = gst_check_setup_element ("testaggregator"); in GST_START_TEST()
670 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in GST_START_TEST()
672 fail_unless (gst_element_link (src, agg)); in GST_START_TEST()
[all …]
Dcollectpads.c313 static GstElement *agg; variable
701 GstElement *pipeline, *src, *agg, *sink; in GST_START_TEST() local
710 agg = gst_check_setup_element ("aggregator"); in GST_START_TEST()
716 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in GST_START_TEST()
718 fail_unless (gst_element_link (src, agg)); in GST_START_TEST()
719 fail_unless (gst_element_link (agg, sink)); in GST_START_TEST()
741 GstElement *pipeline, *src, *tee, *queue[2], *agg, *sink; in GST_START_TEST() local
755 agg = gst_check_setup_element ("aggregator"); in GST_START_TEST()
764 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in GST_START_TEST()
769 fail_unless (gst_element_link (queue[0], agg)); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c201 GstAggregator * agg, GstBuffer * buffer) in gst_video_aggregator_pad_skip_buffer() argument
204 GstSegment *agg_segment = &GST_AGGREGATOR_PAD (agg->srcpad)->segment; in gst_video_aggregator_pad_skip_buffer()
246 gst_video_aggregator_peek_next_sample (GstAggregator * agg, in gst_video_aggregator_peek_next_sample() argument
408 GstAggregator *agg = in gst_video_aggregator_pad_set_needs_alpha() local
411 if (agg) { in gst_video_aggregator_pad_set_needs_alpha()
412 gst_pad_mark_reconfigure (GST_AGGREGATOR_SRC_PAD (agg)); in gst_video_aggregator_pad_set_needs_alpha()
413 gst_object_unref (agg); in gst_video_aggregator_pad_set_needs_alpha()
583 (GstVideoAggregatorConvertPad * pad, GstVideoAggregator * agg, in gst_video_aggregator_convert_pad_create_conversion_info() argument
598 if (!agg->info.finfo in gst_video_aggregator_convert_pad_create_conversion_info()
599 || GST_VIDEO_INFO_FORMAT (&agg->info) == GST_VIDEO_FORMAT_UNKNOWN) { in gst_video_aggregator_convert_pad_create_conversion_info()
[all …]
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c349 pub->u.agg.min = ~(u_mt_t)0; in lws_metric_create()
717 memset(&pub->u.agg, 0, sizeof(pub->u.agg)); in lws_metrics_dump_cb()
743 (unsigned int)pub->u.agg.count[gng]); in _lws_metrics_format()
746 (uint64_t)pub->u.agg.sum[gng], in _lws_metrics_format()
756 " (%d%%)", (int)((100 * pub->u.agg.sum[gng]) / in _lws_metrics_format()
761 (unsigned int)pub->u.agg.count[gng]); in _lws_metrics_format()
763 (uint64_t)pub->u.agg.sum[gng], in _lws_metrics_format()
768 …buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%u, mean: ", (unsigned int)pub->u.agg.cou… in _lws_metrics_format()
771 (uint64_t)(pub->u.agg.count[gng] ? in _lws_metrics_format()
772 pub->u.agg.sum[gng] / pub->u.agg.count[gng] : 0), in _lws_metrics_format()
[all …]
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c158 static gboolean gst_audio_interleave_stop (GstAggregator * agg);
200 gst_audio_interleave_sink_getcaps (GstAggregator * agg, GstPad * pad, in gst_audio_interleave_sink_getcaps() argument
203 GstAudioInterleave *self = GST_AUDIO_INTERLEAVE (agg); in gst_audio_interleave_sink_getcaps()
214 peercaps = gst_pad_peer_query_caps (agg->srcpad, NULL); in gst_audio_interleave_sink_getcaps()
252 gst_audio_interleave_sink_query (GstAggregator * agg, GstAggregatorPad * aggpad, in gst_audio_interleave_sink_query() argument
263 caps = gst_audio_interleave_sink_getcaps (agg, GST_PAD (aggpad), filter); in gst_audio_interleave_sink_query()
271 GST_AGGREGATOR_CLASS (parent_class)->sink_query (agg, aggpad, query); in gst_audio_interleave_sink_query()
476 gst_audio_interleave_sink_event (GstAggregator * agg, GstAggregatorPad * aggpad, in gst_audio_interleave_sink_event() argument
479 GstAudioInterleave *self = GST_AUDIO_INTERLEAVE (agg); in gst_audio_interleave_sink_event()
501 return GST_AGGREGATOR_CLASS (parent_class)->sink_event (agg, aggpad, event); in gst_audio_interleave_sink_event()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemovePow.cpp25 TIntermAggregate *agg = node->getAsAggregate(); in IsProblematicPow() local
26 if (agg != nullptr && agg->getOp() == EOpPow) in IsProblematicPow()
28 ASSERT(agg->getSequence()->size() == 2); in IsProblematicPow()
29 return agg->getSequence()->at(1)->getAsConstantUnion() != nullptr; in IsProblematicPow()
/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js105 var agg = new SymbolAggregateScope(type.symbol); variable
108 agg.addParentScope(memberScope);
109 agg.addParentScope(scope);
115 … this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
118 this.bind(agg, typeMembers.allMembers);
121 this.bind(agg, ambientMembers.allMembers);
124 this.bind(agg, ambientTypeMembers.allMembers);
307 var agg = new SymbolAggregateScope(type.symbol);
310 agg.addParentScope(memberScope);
311 agg.addParentScope(scope);
[all …]
DparserRealSource9.symbols334 var agg = new SymbolAggregateScope(type.symbol);
335 >agg : Symbol(agg, Decl(parserRealSource9.ts, 103, 19))
350 agg.addParentScope(memberScope);
351 >agg : Symbol(agg, Decl(parserRealSource9.ts, 103, 19))
354 agg.addParentScope(scope);
355 >agg : Symbol(agg, Decl(parserRealSource9.ts, 103, 19))
375 … this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
379 >agg : Symbol(agg, Decl(parserRealSource9.ts, 103, 19))
385 this.bind(agg, typeMembers.allMembers);
389 >agg : Symbol(agg, Decl(parserRealSource9.ts, 103, 19))
[all …]
DparserRealSource9.types575 var agg = new SymbolAggregateScope(type.symbol);
576 >agg : any
599 agg.addParentScope(memberScope);
600 >agg.addParentScope(memberScope) : any
601 >agg.addParentScope : any
602 >agg : any
606 agg.addParentScope(scope);
607 >agg.addParentScope(scope) : any
608 >agg.addParentScope : any
609 >agg : any
[all …]
DparserRealSource9.errors.txt180 var agg = new SymbolAggregateScope(type.symbol);
185 agg.addParentScope(memberScope);
186 agg.addParentScope(scope);
194 … this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
197 this.bind(agg, typeMembers.allMembers);
200 this.bind(agg, ambientMembers.allMembers);
203 this.bind(agg, ambientTypeMembers.allMembers);
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource9.ts104 var agg = new SymbolAggregateScope(type.symbol);
107 agg.addParentScope(memberScope);
108 agg.addParentScope(scope);
114 … this.bind(agg, type.members.allMembers); // REVIEW: Should only be getting exported types?
117 this.bind(agg, typeMembers.allMembers);
120 this.bind(agg, ambientMembers.allMembers);
123 this.bind(agg, ambientTypeMembers.allMembers);
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c141 static void gst_aggregator_set_latency_property (GstAggregator * agg,
143 static GstClockTime gst_aggregator_get_latency_property (GstAggregator * agg);
309 gst_aggregator_pad_flush (GstAggregatorPad * aggpad, GstAggregator * agg) in gst_aggregator_pad_flush() argument
318 return (klass->flush (aggpad, agg) == GST_FLOW_OK); in gst_aggregator_pad_flush()
338 gst_aggregator_peek_next_sample (GstAggregator * agg, GstAggregatorPad * aggpad) in gst_aggregator_peek_next_sample() argument
340 GstAggregatorClass *klass = GST_AGGREGATOR_GET_CLASS (agg); in gst_aggregator_peek_next_sample()
343 return (klass->peek_next_sample (agg, aggpad)); in gst_aggregator_peek_next_sample()
1003 GstAggregator *agg = (GstAggregator *) self; in gst_aggregator_pad_skip_buffers() local
1016 && klass->skip_buffer (aggpad, agg, item->data)) { in gst_aggregator_pad_skip_buffers()
1087 gst_aggregator_default_update_src_caps (GstAggregator * agg, GstCaps * caps, in gst_aggregator_default_update_src_caps() argument
[all …]
/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp148 TIntermAggregate* agg = intermediate.makeAggregate(node); in makeAttributes() local
149 TAttributeArgs args = { attributeFromName(identifier), agg }; in makeAttributes()
228 TIntermAggregate* agg = node->getAsAggregate(); in handleLoopAttributes() local
229 if (agg == nullptr) in handleLoopAttributes()
231 for (auto it = agg->getSequence().begin(); it != agg->getSequence().end(); ++it) { in handleLoopAttributes()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcccombiner.c71 samples_selected_cb (GstAggregator * agg, GstSegment * segment, in samples_selected_cb() argument
77 gst_element_get_static_pad (GST_ELEMENT (agg), "caption"); in samples_selected_cb()
78 GstPad *video_pad = gst_element_get_static_pad (GST_ELEMENT (agg), "sink"); in samples_selected_cb()
80 gst_aggregator_peek_next_sample (agg, GST_AGGREGATOR_PAD (video_pad)); in samples_selected_cb()
82 gst_aggregator_peek_next_sample (agg, GST_AGGREGATOR_PAD (caption_pad)); in samples_selected_cb()
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c217 nm, (unsigned int)pub->u.agg.count[gng], in lws_metrics_om_format_agg()
218 nm, (unsigned long long)pub->u.agg.sum[gng], in lws_metrics_om_format_agg()
230 (unsigned int)pub->u.agg.count[gng], in lws_metrics_om_format_agg()
232 (unsigned long long)pub->u.agg.sum[gng]); in lws_metrics_om_format_agg()
239 (unsigned int)pub->u.agg.count[gng], in lws_metrics_om_format_agg()
241 (pub->u.agg.count[gng] ? in lws_metrics_om_format_agg()
242 pub->u.agg.sum[gng] / in lws_metrics_om_format_agg()
243 pub->u.agg.count[gng] : 0)); in lws_metrics_om_format_agg()
304 if (!pub->u.agg.count[METRES_GO] && !pub->u.agg.count[METRES_NOGO]) in lws_metrics_om_format()
307 if (pub->u.agg.count[METRES_GO]) in lws_metrics_om_format()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/compositor/
Dsignals.c27 check_aggregated_buffer (GstElement * agg, GstPad * pad, in check_aggregated_buffer() argument
35 gst_aggregator_peek_next_sample (GST_AGGREGATOR (agg), in check_aggregated_buffer()
64 samples_selected_cb (GstElement * agg, GstSegment * segment, GstClockTime pts, in samples_selected_cb() argument
72 gst_element_foreach_sink_pad (agg, in samples_selected_cb()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c125 gst_base_ts_mux_pad_flush (GstAggregatorPad * agg_pad, GstAggregator * agg) in gst_base_ts_mux_pad_flush() argument
128 GstBaseTsMux *mux = GST_BASE_TS_MUX (agg); in gst_base_ts_mux_pad_flush()
1120 GstAggregator *agg = GST_AGGREGATOR (mux); in new_packet_cb() local
1123 GstSegment *agg_segment = &GST_AGGREGATOR_PAD (agg->srcpad)->segment; in new_packet_cb()
1919 gst_base_ts_mux_sink_event (GstAggregator * agg, GstAggregatorPad * agg_pad, in gst_base_ts_mux_sink_event() argument
1923 GstBaseTsMux *mux = GST_BASE_TS_MUX (agg); in gst_base_ts_mux_sink_event()
2096 res = agg_class->sink_event (agg, agg_pad, event); in gst_base_ts_mux_sink_event()
2102 gst_base_ts_mux_src_event (GstAggregator * agg, GstEvent * event) in gst_base_ts_mux_src_event() argument
2105 GstBaseTsMux *mux = GST_BASE_TS_MUX (agg); in gst_base_ts_mux_src_event()
2144 GST_INFO_OBJECT (GST_AGGREGATOR_SRC_PAD (agg), "forwarding"); in gst_base_ts_mux_src_event()
[all …]
/third_party/libwebsockets/lib/misc/fts/
Dtrie-fd.c55 int agg; member
384 s[n].agg -= (int)instances; in ac_record()
393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
485 bp += rq32(&buf[bp], &agg); in lws_fts_search()
512 agg_instances -= agg; in lws_fts_search()
873 uint32_t slen, cho, agg, inst; in lws_fts_search() local
880 bp += rq32(&buf[bp], &agg); in lws_fts_search()
897 ch->child_agg = (int)agg; in lws_fts_search()
/third_party/libwebsockets/lib/roles/http/server/
Dranges.c184 rp->agg = 0; in lws_ranges_init()
202 rp->agg += rp->end - rp->start + 1; in lws_ranges_init()

123