Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0006-playbin2-Add-preferred-audio-video-sink.patch4 Subject: [PATCH 06/14] playbin2: Add preferred audio/video sink
50 + const gchar *preferred = NULL;
59 + preferred = playbin->apreferred;
61 + preferred = playbin->vpreferred;
63 + if (preferred) {
68 + !strcmp (preferred, GST_OBJECT_NAME (ave->sink))) {
H A D0011-videoconvert-Support-preferred-formats.patch4 Subject: [PATCH 11/14] videoconvert: Support preferred formats
6 Set env "GST_VIDEO_CONVERT_PREFERRED_FORMAT" to specify preferred
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0006-playbin2-Add-preferred-audio-video-sink.patch4 Subject: [PATCH 06/11] playbin2: Add preferred audio/video sink
50 + const gchar *preferred = NULL;
59 + preferred = playbin->apreferred;
61 + preferred = playbin->vpreferred;
63 + if (preferred) {
68 + !strcmp (preferred, GST_OBJECT_NAME (ave->sink))) {
H A D0011-videoconvert-Support-preferred-formats.patch4 Subject: [PATCH 11/11] videoconvert: Support preferred formats
6 Set env "GST_VIDEO_CONVERT_PREFERRED_FORMAT" to specify preferred
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0006-playbin2-Add-preferred-audio-video-sink.patch4 Subject: [PATCH 06/14] playbin2: Add preferred audio/video sink
50 + const gchar *preferred = NULL;
59 + preferred = playbin->apreferred;
61 + preferred = playbin->vpreferred;
63 + if (preferred) {
68 + !strcmp (preferred, GST_OBJECT_NAME (ave->sink))) {
H A D0011-videoconvert-Support-preferred-formats.patch4 Subject: [PATCH 11/14] videoconvert: Support preferred formats
6 Set env "GST_VIDEO_CONVERT_PREFERRED_FORMAT" to specify preferred
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0003-autodetect-Add-preferred-for-autovideosink-autoaudio.patch4 Subject: [PATCH 03/12] autodetect: Add preferred for
32 + autodetect->preferred = g_getenv ("AUTOAUDIOSINK_PREFERRED");
44 + if (self->preferred) {
48 + if (!strcmp (self->preferred, GST_OBJECT_NAME (f))) {
69 + const gchar *preferred;
90 + autodetect->preferred = g_getenv ("AUTOVIDEOSINK_PREFERRED");
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py33 def get_fnlist(bbhandler, pkg_pn, preferred): argument
35 if preferred:
40 if preferred:
47 def get_recipesdata(bbhandler, preferred): argument
52 for fn in get_fnlist(bbhandler, pkg_pn, preferred):
154 data_dict = get_recipesdata(bbhandler, options.preferred)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0003-autodetect-Add-preferred-for-autovideosink-autoaudio.patch4 Subject: [PATCH 03/12] autodetect: Add preferred for
32 + autodetect->preferred = g_getenv ("AUTOAUDIOSINK_PREFERRED");
44 + if (self->preferred) {
48 + if (!strcmp (self->preferred, GST_OBJECT_NAME (f))) {
69 + const gchar *preferred;
90 + autodetect->preferred = g_getenv ("AUTOVIDEOSINK_PREFERRED");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0003-autodetect-Add-preferred-for-autovideosink-autoaudio.patch4 Subject: [PATCH 3/5] autodetect: Add preferred for autovideosink/autoaudiosink
31 + autodetect->preferred = g_getenv ("AUTOAUDIOSINK_PREFERRED");
43 + if (self->preferred) {
47 + if (!strcmp (self->preferred, GST_OBJECT_NAME (f))) {
68 + const gchar *preferred;
89 + autodetect->preferred = g_getenv ("AUTOVIDEOSINK_PREFERRED");
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch20 In handleColorConflict, it only deal with conditons "new preferred" or
21 "old preferred". But not deal with the situation where neither is the
22 preferred type. so for tri-lib system, like mips64/mips64 n32/mips(32),
25 Fixed by performing a 'last-in-wins' resolution when "neither is preferred".
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dproviders.py306 dataCache.preferred[item] = prefervar
309 if item in dataCache.preferred:
312 if dataCache.preferred[item] == pn:
351 preferred = []
362 if prefervar in pns and pns[prefervar] not in preferred:
369 preferred.append(pref)
372 numberPreferred = len(preferred)
375 … this conflict were: %s. You could set PREFERRED_RPROVIDER_%s" % (item, preferred, preferred_vars,…
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dlicense.py52 preferred = ["ALPHA", "FOO", "BAR"] variable in TestSimpleCombinations
56 if all(lic in self.preferred for lic in b):
72 preferred = ["BAR", "OMEGA", "BETA", "GPL-2.0-only"] variable in TestComplexCombinations
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dnumastat.rst11 is incremented on the preferred node, otherwise numa_foreign is incremented on
12 the preferred node and numa_miss on the node where allocation succeeded.
14 Usually preferred node is the one local to the CPU where the process executes,
53 preferred node. As a result, such allocation will not increase the numa_foreign
/OK3568_Linux_fs/buildroot/package/batctl/
H A Dbatctl.hash5 sha256 cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025 LICENSES/preferred/GPL-2.0
6 sha256 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f LICENSES/preferred/MIT
H A Dbatctl.mk10 BATCTL_LICENSE_FILES = LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
/OK3568_Linux_fs/buildroot/package/batman-adv/
H A Dbatman-adv.mk10 BATMAN_ADV_LICENSE_FILES = LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
H A Dbatman-adv.hash6 sha256 cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025 LICENSES/preferred/GPL-2.0
7 sha256 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f LICENSES/preferred/MIT
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86EdidModes.c568 Bool preferred, ddc_quirk_t quirks) in DDCModeFromDetailedTiming() argument
602 if (preferred) in DDCModeFromDetailedTiming()
1011 Bool preferred; member
1028 p->preferred, p->quirks); in handle_detailed_modes()
1029 p->preferred = FALSE; in handle_detailed_modes()
1056 Bool preferred, rb; in xf86DDCGetModes() local
1065 preferred = PREFERRED_TIMING_MODE(DDC->features.msc); in xf86DDCGetModes()
1067 preferred = TRUE; in xf86DDCGetModes()
1069 preferred = TRUE; in xf86DDCGetModes()
1071 preferred = FALSE; in xf86DDCGetModes()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dslot_map.c252 int preferred) in __ocfs2_find_empty_slot() argument
256 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot()
257 if (!si->si_slots[preferred].sl_valid) { in __ocfs2_find_empty_slot()
258 ret = preferred; in __ocfs2_find_empty_slot()
/OK3568_Linux_fs/kernel/fs/afs/
H A Daddr_list.c373 index = READ_ONCE(ac->alist->preferred); in afs_iterate_addresses()
396 ac->index != alist->preferred && in afs_end_cursor()
397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
398 WRITE_ONCE(alist->preferred, ac->index); in afs_end_cursor()
H A Dserver_list.c120 cur = old->servers[old->preferred].server; in afs_annotate_server_list()
123 new->preferred = j; in afs_annotate_server_list()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dplatform.c567 u8 rx_amp = 0, i = 0, preferred = 0, *cache = ppd->qsfp_info.cache; in apply_rx_amplitude_settings() local
608 preferred = i; in apply_rx_amplitude_settings()
609 if (preferred == rx_preset) in apply_rx_amplitude_settings()
618 if (!preferred && !(cache[(128 * 3) + 225] & 0x1)) { in apply_rx_amplitude_settings()
624 "%s: Applying RX AMP %x\n", __func__, preferred); in apply_rx_amplitude_settings()
626 rx_amp = preferred | (preferred << 4); in apply_rx_amplitude_settings()
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst13 Linux内核根据LICENSES/preferred/GPL-2.0中提供的GNU通用公共许可证版本2
141 LICENSES/preferred/
148 LICENSES/preferred/GPL-2.0
152 LICENSES/preferred/MIT
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoserviceprovider_p.h80 Q_PROPERTY(QStringList preferred READ preferred WRITE setPreferred NOTIFY preferredChanged)
172 QStringList preferred() const;

12345678910>>...24