Searched refs:plc (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gstspanplc.c | 71 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/ |
D | libcpuset.c | 3110 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 …]
|
D | cpuset.h | 250 void cpuset_free_placement(struct cpuset_placement *plc);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 266 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()
|
D | gstaudiodecoder.h | 354 gboolean plc);
|
/third_party/python/Lib/test/ |
D | mime.types | 533 application/vnd.Mobius.PLC plc
|
/third_party/eudev/hwdb/ |
D | 20-acpi-vendor.hwdb | 7582 ID_VENDOR_FROM_DATABASE=Zandar Technologies plc
|
D | 20-OUI.hwdb | 159 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 …]
|
D | 20-usb-vendor-model.hwdb | 47460 ID_VENDOR_FROM_DATABASE=Logic3 / SpectraVideo plc
|
D | 20-pci-vendor-model.hwdb | 50649 ID_VENDOR_FROM_DATABASE=Psion Dacom plc 63300 ID_VENDOR_FROM_DATABASE=ClearSpeed Technology plc
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 15493 plc
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 69765 zZuIo?rB+plc`eU?RngEmsbuNn?a9~yaM*W-oDv^~wXh4GA&v^@_O=Ncp5-WZb{&Se
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 70959 It is recommanded to use PLC (e.g. spanplc, or opus built-in plc).
|