Home
last modified time | relevance | path

Searched refs:plc (Results 1 – 13 of 13) 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.c266 gboolean plc; member
502 dec->priv->plc = DEFAULT_PLC; in gst_audio_decoder_init()
2303 dec->priv->plc, dec->priv->ctx.do_plc, in gst_audio_decoder_handle_gap()
2306 if (dec->priv->plc && dec->priv->ctx.do_plc && dec->input_segment.rate > 0.0) { in gst_audio_decoder_handle_gap()
3162 g_value_set_boolean (value, dec->priv->plc); in gst_audio_decoder_get_property()
3189 dec->priv->plc = g_value_get_boolean (value); in gst_audio_decoder_set_property()
3317 gst_audio_decoder_set_plc_aware (GstAudioDecoder * dec, gboolean plc) in gst_audio_decoder_set_plc_aware() argument
3321 dec->priv->ctx.do_plc = plc; in gst_audio_decoder_set_plc_aware()
3521 dec->priv->plc = enabled; in gst_audio_decoder_set_plc()
3543 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/eudev/hwdb/
D20-acpi-vendor.hwdb7582 ID_VENDOR_FROM_DATABASE=Zandar Technologies plc
D20-OUI.hwdb159 ID_OUI_FROM_DATABASE=Marconi plc
666 ID_OUI_FROM_DATABASE=British Telecommunications plc
11307 ID_OUI_FROM_DATABASE=Filtronic plc
12495 ID_OUI_FROM_DATABASE=Spirent plc, Service Assurance Broadband
12657 ID_OUI_FROM_DATABASE=Performance Analysis Broadband, Spirent plc
18867 ID_OUI_FROM_DATABASE=Protec Fire Detection plc
24531 ID_OUI_FROM_DATABASE=Etherstack plc
33843 ID_OUI_FROM_DATABASE=Performance Analysis Broadband, Spirent plc
39912 ID_OUI_FROM_DATABASE=Traka plc
79425 ID_OUI_FROM_DATABASE=Wunda Group plc
[all …]
D20-usb-vendor-model.hwdb47460 ID_VENDOR_FROM_DATABASE=Logic3 / SpectraVideo plc
D20-pci-vendor-model.hwdb50649 ID_VENDOR_FROM_DATABASE=Psion Dacom plc
63300 ID_VENDOR_FROM_DATABASE=ClearSpeed Technology plc
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt15493 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).