Home
last modified time | relevance | path

Searched refs:presentation_info (Results 51 – 75 of 94) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dweston-info.c223 struct presentation_info { struct
1706 struct presentation_info *prinfo = info; in destroy_presentation_info()
1734 struct presentation_info *prinfo = info; in print_presentation_info()
1746 struct presentation_info *prinfo = data; in presentation_handle_clock_id()
1758 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
/dports/graphics/wayland-utils/wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90/wayland-info/
H A Dwayland-info.c231 struct presentation_info { struct
1746 struct presentation_info *prinfo = info; in destroy_presentation_info()
1780 struct presentation_info *prinfo = info; in print_presentation_info()
1792 struct presentation_info *prinfo = data; in presentation_handle_clock_id()
1804 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dweston-info.c223 struct presentation_info { struct
1706 struct presentation_info *prinfo = info; in destroy_presentation_info()
1734 struct presentation_info *prinfo = info; in print_presentation_info()
1746 struct presentation_info *prinfo = data; in presentation_handle_clock_id()
1758 struct presentation_info *prinfo = xzalloc(sizeof *prinfo); in add_presentation_info()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dfoldback_strip.cc580 _number_label.set_inactive_color (_route->presentation_info().color ()); in set_route()
645 return a->presentation_info ().order () < b->presentation_info ().order (); in operator ()()
975 _number_label.set_inactive_color (_route->presentation_info().color ()); in route_color_changed()
H A Dmixer_ui.cc562 …if (s->presentation_info().order() == (slist.front()->presentation_info().order() + slist.size()))… in add_stripables()
671 …(*s)->presentation_info().PropertyChanged.connect (*this, invalidator(*this), boost::bind (&Mixer_… in add_stripables()
831 stripable->presentation_info().set_hidden (!visible); in sync_presentation_info_from_treeview()
838 if (order != stripable->presentation_info().order()) { in sync_presentation_info_from_treeview()
1039 GroupTabs::set_group_color (rg, route->presentation_info().color()); in fan_out()
1810 return a->presentation_info().order () < b->presentation_info().order (); in operator ()()
1912 if (s->presentation_info().special ()) { in move_stripable_into_view()
1915 if (s->presentation_info().flag_match (PresentationInfo::VCA)) { in move_stripable_into_view()
1996 (*i)[stripable_columns.visible] = !s->presentation_info().hidden(); in stripable_property_changed()
H A Dautomation_time_axis.cc1185 AutomationTimeAxisView::presentation_info () const in presentation_info() function in AutomationTimeAxisView
1187 return _stripable->presentation_info(); in presentation_info()
1199 return gdk_color_from_rgb (_stripable->presentation_info().color()); in color()
H A Deditor_selection.cc820 int key = rtv->route()->presentation_info().order (); in set_selected_regionview_from_click()
835 int d = artv->route()->presentation_info().order (); in set_selected_regionview_from_click()
851 int okey = closest->route()->presentation_info().order (); in set_selected_regionview_from_click()
861 int k = artv->route()->presentation_info().order (); in set_selected_regionview_from_click()
H A Dtrack_record_axis.cc676 …_track->presentation_info().PropertyChanged.connect (_connections, invalidator (*this), boost::bin… in TrackSummary()
703 Gtkmm2ext::set_source_rgba (cr, _track->presentation_info ().color ()); in render()
H A Dport_group.cc328 return a.route->presentation_info ().order() < b.route->presentation_info().order(); in operator ()()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/remoteplayback/
H A Dremote_playback.cc521 presentation_id_ = std::move(result->presentation_info->id); in OnConnectionSuccess()
522 presentation_url_ = std::move(result->presentation_info->url); in OnConnectionSuccess()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession.cc2611 if (order != s->presentation_info().order()) { in ensure_stripable_sort_order()
2639 if (s->presentation_info().special (false)) { in ensure_route_presentation_info_gap()
2643 if (!s->presentation_info().order_set()) { in ensure_route_presentation_info_gap()
2647 if (s->presentation_info().order () >= first_new_order) { in ensure_route_presentation_info_gap()
3042 PresentationInfo& rpi = route->presentation_info (); in new_route_from_template()
3213 if (!r->presentation_info().special (false)) { in add_routes_inner()
3219 if (!r->presentation_info().order_set()) { in add_routes_inner()
3909 if ((*it)->presentation_info ().flags () & fl) { in get_stripables()
3936 if ((*it)->presentation_info ().flags () & fl) { in get_routelist()
4143 if ((*s)->presentation_info().hidden()) { in get_remote_nth_stripable()
[all …]
H A Dvst3_plugin.cc2409 al->setInt (Vst::ChannelContext::kChannelIndexKey, 1 + s->presentation_info ().order ()); in stripable_property_changed()
2415 uint32_t rgba = s->presentation_info ().color (); in stripable_property_changed()
2435 …s->presentation_info ().PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST… in setup_info_listener()
2565 } else if (s->presentation_info ().flags () & PresentationInfo::AudioTrack) { in getContextInfoValue()
2567 } else if (s->presentation_info ().flags () & PresentationInfo::MidiTrack) { in getContextInfoValue()
2575 value = s->presentation_info ().order (); in getContextInfoValue()
2577 value = s->presentation_info ().color (); in getContextInfoValue()
2744 s->presentation_info ().set_color (value); in setContextInfoValue()
2891 …s->presentation_info ().PropertyChanged.connect_same_thread (_strip_connections, boost::bind (&VST… in setup_psl_info_handler()
H A Dsession_midi.cc351 if ((*i)->presentation_info().flag_match (f)) { in get_midi_nth_route_by_id()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/presentation/
H A Dpresentation_service_impl.h218 blink::mojom::PresentationInfoPtr presentation_info,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/presentation/
H A Dpresentation_service_impl.h219 blink::mojom::PresentationInfoPtr presentation_info,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/remoteplayback/
H A Dremote_playback.cc524 presentation_id_ = std::move(result->presentation_info->id); in OnConnectionSuccess()
525 presentation_url_ = std::move(result->presentation_info->url); in OnConnectionSuccess()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/presentation/
H A Dpresentation_receiver.cc427 const auto presentation_id = connection->presentation_info().id; in OnConnectionCreated()
511 started_presentations_.find(connection->presentation_info().id); in OnConnectionDestroyed()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dtrack_mix.cc476 …stripable->presentation_info().PropertyChanged.connect (stripable_connections, invalidator (*this)… in set_stripable()
537 Gtkmm2ext::Color rgba = stripable->presentation_info().color(); in color_changed()
H A Dpush2.cc1298 selection_color = get_color_index (current_midi_track->presentation_info().color()); in update_selection_color()
1299 …contrast_color = get_color_index (Gtkmm2ext::HSV (current_midi_track->presentation_info().color())… in update_selection_color()
1571 selection_color = get_color_index (new_pad_target->presentation_info().color()); in stripable_selection_changed()
1572 …contrast_color = get_color_index (Gtkmm2ext::HSV (new_pad_target->presentation_info().color()).opp… in stripable_selection_changed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/presentation/
H A Dpresentation_receiver.cc427 const auto presentation_id = connection->presentation_info().id; in OnConnectionCreated()
511 started_presentations_.find(connection->presentation_info().id); in OnConnectionDestroyed()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/websockets/
H A Dmixer.cc246 return _stripable->presentation_info ().flags () & PresentationInfo::MidiTrack; in is_midi()
H A Ddispatcher.cc68 strip_desc.push_back ((int)strip.stripable ()->presentation_info ().flags ()); in update_all_nodes()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc_route_observer.cc154 …_strip->presentation_info().PropertyChanged.connect (strip_connections, MISSING_INVALIDATOR, boost… in refresh_strip()
191 …_strip->presentation_info().PropertyChanged.connect (strip_connections, MISSING_INVALIDATOR, boost… in refresh_strip()
H A Dosc.cc1067 if (!(s->presentation_info().flags() & PresentationInfo::MidiBus)) { in routes_list()
3871 s->presentation_info().set_hidden ((bool) yn); in _strip_parse()
4165 if (!(s->presentation_info().flags() & PresentationInfo::MidiBus)) { in strip_state()
4619 lsn_rt->presentation_info().set_hidden (true); in sel_new_personal_send()
5986 return a->presentation_info().order() < b->presentation_info().order(); in operator ()()
5991 return a.presentation_info().order() < b.presentation_info().order(); in operator ()()
5996 return a->presentation_info().order() < b->presentation_info().order(); in operator ()()
6046 if ((!cue) && (!types[9]) && (s->presentation_info().flags() & PresentationInfo::Hidden)) { in get_sorted_stripables()
6050 } else if (types[9] && (s->presentation_info().flags() & PresentationInfo::Hidden)) { in get_sorted_stripables()
6073 if (!(s->presentation_info().flags() & PresentationInfo::MidiBus)) { in get_sorted_stripables()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A Dcontroller_presentation_service_delegate_for_fuzzing.cc248 if (result_ptr->presentation_info->id.length() > kMaxPresentationIdLength) in CallStartPresentationSuccess()

1234