Home
last modified time | relevance | path

Searched refs:plc (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/spandsp/
Dgstspanplc.c71 static void gst_span_plc_setcaps_sink (GstSpanPlc * plc, GstCaps * caps);
160 gst_span_plc_init (GstSpanPlc * plc) in gst_span_plc_init() argument
162 GST_DEBUG_OBJECT (plc, "init"); in gst_span_plc_init()
164 plc->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_span_plc_init()
165 plc->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_span_plc_init()
167 gst_pad_set_chain_function (plc->sinkpad, in gst_span_plc_init()
169 gst_pad_set_event_function (plc->sinkpad, in gst_span_plc_init()
172 gst_element_add_pad (GST_ELEMENT (plc), plc->srcpad); in gst_span_plc_init()
173 gst_element_add_pad (GST_ELEMENT (plc), plc->sinkpad); in gst_span_plc_init()
175 plc->plc_state = NULL; in gst_span_plc_init()
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3110 struct cpuset_placement *plc; in cpuset_get_placement() local
3115 if ((plc = calloc(1, sizeof(*plc))) == NULL) in cpuset_get_placement()
3119 if ((plc->cpus = bitmask_alloc(nbits)) == NULL) in cpuset_get_placement()
3123 if ((plc->mems = bitmask_alloc(nbits)) == NULL) in cpuset_get_placement()
3133 bitmask_copy(plc->cpus, cp->cpus); in cpuset_get_placement()
3134 bitmask_copy(plc->mems, cp->mems); in cpuset_get_placement()
3135 plc->path = strdup(buf); in cpuset_get_placement()
3138 return plc; in cpuset_get_placement()
3141 cpuset_free_placement(plc); in cpuset_get_placement()
3155 void cpuset_free_placement(struct cpuset_placement *plc) in cpuset_free_placement() argument
[all …]
Dcpuset.h250 void cpuset_free_placement(struct cpuset_placement *plc);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c271 gboolean plc; member
508 dec->priv->plc = DEFAULT_PLC; in gst_audio_decoder_init()
2357 dec->priv->plc, dec->priv->ctx.do_plc, in gst_audio_decoder_handle_gap()
2360 if (dec->priv->plc && dec->priv->ctx.do_plc && dec->input_segment.rate > 0.0) { in gst_audio_decoder_handle_gap()
3216 g_value_set_boolean (value, dec->priv->plc); in gst_audio_decoder_get_property()
3243 dec->priv->plc = g_value_get_boolean (value); in gst_audio_decoder_set_property()
3371 gst_audio_decoder_set_plc_aware (GstAudioDecoder * dec, gboolean plc) in gst_audio_decoder_set_plc_aware() argument
3375 dec->priv->ctx.do_plc = plc; in gst_audio_decoder_set_plc_aware()
3575 dec->priv->plc = enabled; in gst_audio_decoder_set_plc()
3597 result = dec->priv->plc; in gst_audio_decoder_get_plc()
Dgstaudiodecoder.h354 gboolean plc);
/third_party/python/Lib/test/
Dmime.types533 application/vnd.Mobius.PLC plc
/third_party/chromium/patch/
D0001-cve.patch69765 zZuIo?rB+plc`eU?RngEmsbuNn?a9~yaM*W-oDv^~wXh4GA&v^@_O=Ncp5-WZb{&Se
/third_party/gstreamer/gstplugins_bad/
DChangeLog70959 It is recommanded to use PLC (e.g. spanplc, or opus built-in plc).