Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc() argument
57 if (plugin->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plugin_alloc()
58 format = &plugin->src_format; in snd_pcm_plugin_alloc()
60 format = &plugin->dst_format; in snd_pcm_plugin_alloc()
71 if (plugin->buf_frames < frames) { in snd_pcm_plugin_alloc()
72 kvfree(plugin->buf); in snd_pcm_plugin_alloc()
73 plugin->buf = kvzalloc(size, GFP_KERNEL); in snd_pcm_plugin_alloc()
74 plugin->buf_frames = frames; in snd_pcm_plugin_alloc()
76 if (!plugin->buf) { in snd_pcm_plugin_alloc()
77 plugin->buf_frames = 0; in snd_pcm_plugin_alloc()
[all …]
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer() argument
42 if (snd_BUG_ON(!plugin)) in io_playback_transfer()
46 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_playback_transfer()
47 return pcm_write(plugin->plug, src_channels->area.addr, frames); in io_playback_transfer()
49 int channel, channels = plugin->dst_format.channels; in io_playback_transfer()
50 void **bufs = (void**)plugin->extra_data; in io_playback_transfer()
59 return pcm_writev(plugin->plug, bufs, frames); in io_playback_transfer()
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer() argument
68 if (snd_BUG_ON(!plugin)) in io_capture_transfer()
72 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) { in io_capture_transfer()
[all …]
H A Drate.c40 typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init() argument
56 struct rate_priv *data = (struct rate_priv *)plugin->extra_data; in rate_init()
58 for (channel = 0; channel < plugin->src_format.channels; channel++) { in rate_init()
64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand() argument
76 struct rate_priv *data = (struct rate_priv *)plugin->extra_data; in resample_expand()
79 for (channel = 0; channel < plugin->src_format.channels; channel++) { in resample_expand()
85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_expand()
123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink() argument
135 struct rate_priv *data = (struct rate_priv *)plugin->extra_data; in resample_shrink()
[all …]
H A Dmulaw.c141 typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode() argument
173 struct mulaw_priv *data = (struct mulaw_priv *)plugin->extra_data; in mulaw_decode()
175 int nchannels = plugin->src_format.channels; in mulaw_decode()
183 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_decode()
214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode() argument
219 struct mulaw_priv *data = (struct mulaw_priv *)plugin->extra_data; in mulaw_encode()
221 int nchannels = plugin->src_format.channels; in mulaw_encode()
229 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format); in mulaw_encode()
248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin, in mulaw_transfer() argument
[all …]
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer() argument
35 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in copy_transfer()
39 nchannels = plugin->src_format.channels; in copy_transfer()
49 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format); in copy_transfer()
54 …snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.forma… in copy_transfer()
67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy() local
86 0, &plugin); in snd_pcm_plugin_build_copy()
89 plugin->transfer = copy_transfer; in snd_pcm_plugin_build_copy()
90 *r_plugin = plugin; in snd_pcm_plugin_build_copy()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/
H A Dpackagegroup-xfce-extended.bb23 xfce4-cpufreq-plugin \
24 xfce4-cpugraph-plugin \
25 xfce4-datetime-plugin \
26 xfce4-eyes-plugin \
27 xfce4-clipman-plugin \
28 xfce4-diskperf-plugin \
29 xfce4-netload-plugin \
30 xfce4-genmon-plugin \
31 xfce4-xkb-plugin \
32 xfce4-wavelan-plugin \
[all …]
H A Dpackagegroup-xfce-base.bb21 xfce4-panel-plugin-actions \
22 xfce4-panel-plugin-applicationsmenu \
23 xfce4-panel-plugin-clock \
24 xfce4-panel-plugin-directorymenu \
25 xfce4-panel-plugin-launcher \
26 xfce4-panel-plugin-pager \
27 xfce4-panel-plugin-separator \
28 xfce4-panel-plugin-showdesktop \
29 xfce4-panel-plugin-systray \
30 xfce4-panel-plugin-tasklist \
[all …]
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0006-bfd-Close-the-file-descriptor-if-there-is-no-archive.patch6 Close the file descriptor if there is no archive plugin file descriptor
13 * plugin.c (bfd_plugin_close_file_descriptor): Close the file
14 descriptor there is no archive plugin file descriptor.
19 * testsuite/ld-plugin/lto.exp: Run tmpdir/pr28138 only for
23 * testsuite/ld-plugin/lto.exp: Run ld/28138 tests.
24 * testsuite/ld-plugin/pr28138.c: New file.
25 * testsuite/ld-plugin/pr28138-1.c: Likewise.
26 * testsuite/ld-plugin/pr28138-2.c: Likewise.
27 * testsuite/ld-plugin/pr28138-3.c: Likewise.
28 * testsuite/ld-plugin/pr28138-4.c: Likewise.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.6.bb34 PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni"
37 PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,${PN}-plugin-curl"
38 PACKAGECONFIG[eap-identity] = "--enable-eap-identity,--disable-eap-identity,,${PN}-plugin-eap-ident…
39 PACKAGECONFIG[eap-mschapv2] = "--enable-eap-mschapv2,--disable-eap-mschapv2,,${PN}-plugin-eap-mscha…
40 PACKAGECONFIG[gmp] = "--enable-gmp,--disable-gmp,gmp,${PN}-plugin-gmp"
41 PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap,${PN}-plugin-ldap"
42 PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5,${PN}-plugin-mysql"
43 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,${PN}-plugin-openssl"
45 PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-soup"
46 PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite"
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \
20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
29 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
[all …]
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A DMakefile22 GCC_PLUGINS_DIR = $(shell $(CC) -print-file-name=plugin)
32 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m)))
33 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
34 plugin-objs := $(sort $(foreach m, $(plugin-multi), $($(m:%.so=%-objs))))
36 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
39 plugin-single := $(addprefix $(obj)/, $(plugin-single))
40 plugin-multi := $(addprefix $(obj)/, $(plugin-multi))
41 plugin-objs := $(addprefix $(obj)/, $(plugin-objs))
46 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
53 $(plugin-multi): FORCE
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-plugin.c31 char *plugin; member
164 char *plugin; in update_option() local
168 plugin = strdup(option->plugin_alias); in update_option()
169 if (!plugin) in update_option()
173 plugin = strdup(file); in update_option()
174 if (!plugin) in update_option()
176 p = strstr(plugin, "."); in update_option()
183 if (!op->plugin) in update_option()
185 if (strcmp(op->plugin, plugin) != 0) in update_option()
198 if (op->plugin) in update_option()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf49 [plugin:proc:/proc/net/dev]
61 [plugin:proc]
80 [plugin:tc]
89 [plugin:charts.d]
93 [plugin:apps]
97 [plugin:idlejitter]
100 [plugin:proc:/proc/interrupts]
104 [plugin:proc:/proc/sys/kernel/random/entropy_avail]
107 [plugin:proc:/proc/diskstats]
119 [plugin:proc:/proc/net/snmp]
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/
H A Dtst_qgeotilespec.cpp86 QFETCH(QString,plugin); in constructorTest()
95 QCOMPARE(testObj.plugin(), testObj2.plugin()); in constructorTest()
102 QGeoTileSpec testObj3(plugin, mapId, zoom, x, y); in constructorTest()
103 QCOMPARE(testObj3.plugin(), plugin); in constructorTest()
113 QCOMPARE(tileSpec.plugin(), QString()); in pluginTest()
116 QCOMPARE(tileSpec2.plugin(), QString("plugin test")); in pluginTest()
179 QFETCH(QString,plugin); in assignsOperatorTest()
185 QGeoTileSpec testObj(plugin, mapId, zoom, x, y); in assignsOperatorTest()
189 QVERIFY2(testObj2.plugin() == plugin, "Plugin not copied correctly"); in assignsOperatorTest()
195 QVERIFY2(testObj.plugin() == testObj2.plugin(), "Plugin not copied correctly"); in assignsOperatorTest()
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
24 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
27 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.gcc-plugins3 gcc-plugin-$(CONFIG_GCC_PLUGIN_CYC_COMPLEXITY) += cyc_complexity_plugin.so
5 gcc-plugin-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) += latent_entropy_plugin.so
6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \
13 gcc-plugin-$(CONFIG_GCC_PLUGIN_SANCOV) += sancov_plugin.so
15 gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so
16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \
18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \
24 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \
27 gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so
28 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \
[all …]
/OK3568_Linux_fs/buildroot/package/janus-gateway/
H A Djanus-gateway.mk39 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-audiobridge
41 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-audiobridge
45 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-echotest
47 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-echotest
51 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-recordplay
53 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-recordplay
58 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-sip
60 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-sip
64 JANUS_GATEWAY_CONF_OPTS += --enable-plugin-streaming
66 JANUS_GATEWAY_CONF_OPTS += --disable-plugin-streaming
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/
H A Drygel_0.38.3.bb13 RRECOMMENDS:${PN} = "rygel-plugin-media-export"
23 EXTRA_OECONF = "--disable-tracker-plugin --with-media-engine=gstreamer"
29 PACKAGECONFIG[external] = "--enable-external-plugin,--disable-external-plugin"
30 PACKAGECONFIG[mpris] = "--enable-mpris-plugin,--disable-mpris-plugin"
31 PACKAGECONFIG[ruih] = "--enable-ruih-plugin,--disable-ruih-plugin"
32 PACKAGECONFIG[media-export] = "--enable-media-export-plugin,--disable-media-export-plugin"
33 PACKAGECONFIG[gst-launch] = "--enable-gst-launch-plugin,--disable-gst-launch-plugin"
35 PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin"
58 PACKAGES_DYNAMIC = "${PN}-plugin-*"
67 …gel_libdir, "plugins"), r'librygel-(.*)\.so$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s',…
[all …]
/OK3568_Linux_fs/buildroot/package/flot/
H A DConfig.in13 The plugin works with Internet Explorer 6+, Firefox 2.x+,
26 Flot plugin to render axis tick labels directly to the canvas
31 Flot plugin for plotting textual data or categories
36 Flot plugin for showing crosshairs when the mouse hovers
42 Flot plugin for plotting error bars
47 Flot plugin for computing bottoms for filled line and bar
53 Flot plugin for plotting images
58 Flot plugin for adding panning and zooming capabilities to a
64 Flot plugin for rendering pie charts
69 Flot plugin for automatically redrawing plots when the
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/
H A Dconnman.inc106 connman-plugin-loopback \
107 connman-plugin-ethernet \
108 ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \
109 ${@bb.utils.contains('PACKAGECONFIG', 'wifi','connman-plugin-wifi', '', d)} \
110 ${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \
117 PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
135 plugin_name = d.expand('${PN}-plugin-%s')
137 '${PN} plugin for %s', extra_depends='', hook=hook, prepend=True )
142 plugin_name = d.expand('${PN}-plugin-vpn-%s')
144 '${PN} VPN plugin for %s', extra_depends='', hook=hook, prepend=True )
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/
H A Dxfce4-power-manager_4.16.0.bb24 PACKAGES += "xfce4-powermanager-plugin"
31 FILES:xfce4-powermanager-plugin = " \
36 RDEPENDS:xfce4-powermanager-plugin = "${PN}"
39 # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin
40 RPROVIDES:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
41 RREPLACES:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
42 RCONFLICTS:xfce4-powermanager-plugin += "xfce4-brightness-plugin"
/OK3568_Linux_fs/buildroot/package/bluez5_utils/
H A DConfig.in76 bool "build health plugin"
78 Build plugin for health profiles.
81 bool "build hid plugin"
84 Build plugin for HID (input) profiles.
87 bool "build hog plugin"
89 Build plugin for HoG (input) profiles.
92 bool "build mesh plugin"
98 Build plugin for Mesh support.
104 bool "build midi plugin"
111 bool "build network plugin"
[all …]
/OK3568_Linux_fs/buildroot/package/rygel/
H A Drygel.mk26 --enable-external-plugin \
27 --enable-lms-plugin \
28 --enable-mpris-plugin \
29 --enable-ruih-plugin \
30 --disable-tracker-plugin
46 --enable-playbin-plugin \
47 --enable-media_export-plugin \
48 --enable-gst-launch-plugin
56 --disable-playbin-plugin \
57 --disable-media_export-plugin \
[all …]

12345678910>>...28