Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 25 of 42) sorted by relevance

12

/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()
113 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); in snd_pcm_plug_alloc() local
125 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); in snd_pcm_plug_alloc() local
141 snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin, in snd_pcm_plugin_client_channels()
156 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build() local
190 int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_free()
206 struct snd_pcm_plugin *plugin, *plugin_next; in calc_dst_frames() local
228 struct snd_pcm_plugin *plugin, *plugin_prev; in calc_src_frames() local
378 struct snd_pcm_plugin *plugin = NULL; in snd_pcm_plug_format_plugins() local
561 struct snd_pcm_plugin *plugin; in snd_pcm_plug_client_channels_buf() local
[all …]
H A Drate.c53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init()
64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand()
123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink()
183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames()
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames()
249 static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin, in rate_transfer()
283 static int rate_action(struct snd_pcm_plugin *plugin, in rate_action()
307 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_rate() local
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer()
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer()
90 static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin, in io_src_channels()
114 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_io() local
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer()
67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy() local
H A Dmulaw.c168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode()
214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode()
248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin, in mulaw_transfer()
307 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_mulaw() local
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert()
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin, in linear_transfer()
156 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_linear() local
H A Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin, in route_transfer()
92 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_route() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceicon.cpp87 …PlaceIcon::QDeclarativePlaceIcon(const QPlaceIcon &icon, QDeclarativeGeoServiceProvider *plugin, Q… in QDeclarativePlaceIcon()
174 QDeclarativeGeoServiceProvider *QDeclarativePlaceIcon::plugin() const in plugin() function in QDeclarativePlaceIcon
179 void QDeclarativePlaceIcon::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
H A Dqdeclarativesearchmodelbase.cpp66 QDeclarativeGeoServiceProvider *QDeclarativeSearchModelBase::plugin() const in plugin() function in QDeclarativeSearchModelBase
74 void QDeclarativeSearchModelBase::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
330 void QDeclarativeSearchModelBase::initializePlugin(QDeclarativeGeoServiceProvider *plugin) in initializePlugin()
H A Dqdeclarativecategory.cpp86 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeCategory()
113 void QDeclarativeCategory::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
136 QDeclarativeGeoServiceProvider *QDeclarativeCategory::plugin() const in plugin() function in QDeclarativeCategory
H A Dqdeclarativesupplier.cpp77 QDeclarativeGeoServiceProvider *plugin, in QDeclarativeSupplier()
106 …DeclarativeSupplier::setSupplier(const QPlaceSupplier &src, QDeclarativeGeoServiceProvider *plugin) in setSupplier()
H A Dqdeclarativeplace.cpp197 QDeclarativePlace::QDeclarativePlace(const QPlace &src, QDeclarativeGeoServiceProvider *plugin, QOb… in QDeclarativePlace()
227 void QDeclarativePlace::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
255 QDeclarativeGeoServiceProvider *QDeclarativePlace::plugin() const in plugin() function in QDeclarativePlace
1066 void QDeclarativePlace::initializeFavorite(QDeclarativeGeoServiceProvider *plugin) in initializeFavorite()
H A Dqdeclarativesupportedcategoriesmodel.cpp263 void QDeclarativeSupportedCategoriesModel::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
307 QDeclarativeGeoServiceProvider *QDeclarativeSupportedCategoriesModel::plugin() const in plugin() function in QDeclarativeSupportedCategoriesModel
H A Dqdeclarativesearchresultmodel.cpp553 void QDeclarativeSearchResultModel::setFavoritesPlugin(QDeclarativeGeoServiceProvider *plugin) in setFavoritesPlugin()
710 void QDeclarativeSearchResultModel::initializePlugin(QDeclarativeGeoServiceProvider *plugin) in initializePlugin()
H A Dqdeclarativeplacecontentmodel.cpp255 QDeclarativeGeoServiceProvider *plugin = m_place->plugin(); in fetchMore() local
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-plugin.c31 char *plugin; member
164 char *plugin; in update_option() local
257 static int parse_option_name(char **option, char **plugin) in parse_option_name()
274 find_registered_option(const char *plugin, const char *option) in find_registered_option()
299 static int process_option(const char *plugin, const char *option, const char *val) in process_option()
323 char *plugin; in tep_plugin_add_option() local
451 char *plugin; in load_plugin() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec.cpp47 QGeoTileSpec::QGeoTileSpec(const QString &plugin, int mapId, int zoom, int x, int y, int version) in QGeoTileSpec()
65 QString QGeoTileSpec::plugin() const in plugin() function in QGeoTileSpec
163 QGeoTileSpecPrivate::QGeoTileSpecPrivate(const QString &plugin, int mapId, int zoom, int x, int y, … in QGeoTileSpecPrivate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp267 void QDeclarativeGeocodeModel::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
339 QDeclarativeGeoServiceProvider *QDeclarativeGeocodeModel::plugin() const in plugin() function in QDeclarativeGeocodeModel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp234 QDeclarativeGeoServiceProvider *QDeclarativeNavigator::plugin() const in plugin() function in QDeclarativeNavigator
404 void QDeclarativeNavigator::setPlugin(QDeclarativeGeoServiceProvider *plugin) in setPlugin()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppvpxalphadecodebin.c74 gst_mpp_vpx_alpha_decode_bin_register (GstPlugin * plugin, guint rank) in gst_mpp_vpx_alpha_decode_bin_register()
H A Dgstmppjpegenc.c209 gst_mpp_jpeg_enc_register (GstPlugin * plugin, guint rank) in gst_mpp_jpeg_enc_register()
H A Dgstmppvp8enc.c250 gst_mpp_vp8_enc_register (GstPlugin * plugin, guint rank) in gst_mpp_vp8_enc_register()
H A Dgstmpph265enc.c308 gst_mpp_h265_enc_register (GstPlugin * plugin, guint rank) in gst_mpp_h265_enc_register()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Dplugin.py25 def __init__(self, plugin, url): argument
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstackglue.c164 int ocfs2_stack_glue_register(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_register()
187 void ocfs2_stack_glue_unregister(struct ocfs2_stack_plugin *plugin) in ocfs2_stack_glue_unregister()

12