Home
last modified time | relevance | path

Searched refs:videoOutputNode (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.cpp186 else if(ref == manager->videoOutputNode()) { in _get_node_signature()
280 if(manager->videoOutputNode()) { in _match_system_node_key()
281 *outNode = manager->videoOutputNode()->id(); in _match_system_node_key()
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h280 NodeRef* videoOutputNode() const;
H A DNodeManager.cpp753 NodeRef* NodeManager::videoOutputNode() const { in videoOutputNode() function in NodeManager
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1563 NodeRef* videoOut = manager->videoOutputNode(); in _initContent()