/haiku/src/apps/cortex/support/ |
H A D | MediaIcon.cpp | 106 && (m_nodeKind & B_BUFFER_CONSUMER));; in _isPhysicalOutput() 112 return (!(m_nodeKind & B_BUFFER_CONSUMER) && in _isProducer() 121 return ( (m_nodeKind & B_BUFFER_CONSUMER) && in _isFilter() 130 return ( (m_nodeKind & B_BUFFER_CONSUMER) && in _isConsumer()
|
/haiku/src/apps/cortex/addons/LoggingConsumer/ |
H A D | LoggingConsumerAddOn.cpp | 92 pInfo->kinds = B_BUFFER_CONSUMER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/apps/cortex/addons/AudioAdapter/ |
H A D | AudioAdapterAddOn.cpp | 95 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/add-ons/media/media-add-ons/mixer/ |
H A D | MixerAddOn.cpp | 38 fInfo->kinds = B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER | B_CONTROLLABLE; in AudioMixerAddon()
|
/haiku/src/apps/cortex/RouteApp/ |
H A D | route_app_io.cpp | 96 if(kinds & B_BUFFER_CONSUMER) in _write_node_kinds() 122 ioKind |= B_BUFFER_CONSUMER; in _read_node_kind()
|
/haiku/src/add-ons/media/media-add-ons/videowindow/ |
H A D | VideoAddOn.cpp | 28 fInfo.kinds = B_BUFFER_CONSUMER; in VideoWindowAddOn()
|
/haiku/src/apps/cortex/addons/Flanger/ |
H A D | FlangerAddOn.cpp | 86 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/add-ons/media/media-add-ons/equalizer/ |
H A D | EqualizerAddOn.cpp | 46 f_info->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/apps/cortex/addons/NullFilter/ |
H A D | NullFilterAddOn.cpp | 130 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/add-ons/media/media-add-ons/writer/ |
H A D | MediaWriterAddOn.cpp | 134 B_BUFFER_CONSUMER, in SniffTypeKind()
|
H A D | MediaWriter.cpp | 506 outInfo->kinds |= B_BUFFER_CONSUMER; in GetFlavor()
|
/haiku/src/add-ons/media/media-add-ons/vst_host/ |
H A D | VSTAddOn.cpp | 63 f_info->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE; in GetFlavorAt()
|
/haiku/src/add-ons/media/media-add-ons/firewire_dv/ |
H A D | FireWireDVAddOn.cpp | 175 dev->flavor.kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER in AddDevice()
|
/haiku/src/kits/media/ |
H A D | MediaAddOn.cpp | 154 if ((kinds & B_BUFFER_CONSUMER) != 0) { in operator =() 312 if ((kinds & B_BUFFER_CONSUMER) != 0 && in_format_count > 0 in Flatten()
|
H A D | MediaRoster.cpp | 530 if (!(node.kind & B_BUFFER_CONSUMER)) { in GetAllInputs() 1054 if (!(destnode.kind & B_BUFFER_CONSUMER)) { in Connect() 1268 if (!(destnode.kind & B_BUFFER_CONSUMER)) { in Disconnect() 1305 if (!(input.node.kind & B_BUFFER_CONSUMER)) { in Disconnect() 1736 if ((node.kind & B_BUFFER_CONSUMER) == 0) { in GetFreeInputsFor() 1792 if (IS_INVALID_NODE(node) || (node.kind & B_BUFFER_CONSUMER) == 0) in GetConnectedInputsFor() 1835 if (IS_INVALID_NODE(node) || (node.kind & B_BUFFER_CONSUMER) == 0) in GetAllInputsFor() 2199 if ((node->Kinds() & B_BUFFER_CONSUMER) != 0) { in RegisterNode() 3244 if ((input.node.kind & B_BUFFER_CONSUMER) == 0) in GetFormatFor() 3275 if ((node.kind & (B_BUFFER_CONSUMER | B_BUFFER_PRODUCER)) == 0) in GetFormatFor()
|
H A D | BufferConsumer.cpp | 96 AddNodeKind(B_BUFFER_CONSUMER); in BBufferConsumer()
|
H A D | SoundPlayer.cpp | 85 if ((toNode.kind & B_BUFFER_CONSUMER) == 0) in BSoundPlayer()
|
/haiku/src/servers/media/ |
H A D | DefaultManager.cpp | 470 : B_BUFFER_CONSUMER | B_PHYSICAL_OUTPUT); in _FindPhysical() 609 B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER); in _FindAudioMixer()
|
/haiku/src/servers/media_addon/ |
H A D | MediaAddonServer.cpp | 154 if (info->kinds & B_BUFFER_CONSUMER) printf(" B_BUFFER_CONSUMER"); in DumpFlavorInfo() 626 if ((node.kind & B_BUFFER_CONSUMER) != 0) { in _DestroyInstantiatedFlavors()
|
/haiku/src/add-ons/media/media-add-ons/video_mixer/ |
H A D | VideoMixerNode.cpp | 311 outInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER; in GetFlavor()
|
/haiku/src/apps/tv/ |
H A D | Controller.cpp | 467 if (!(input.node.kind & B_BUFFER_CONSUMER)) { in MediaRoster_Disconnect()
|
/haiku/src/apps/cortex/MediaRoutingView/ |
H A D | MediaNodePanel.cpp | 310 if (ref->kind() & B_BUFFER_CONSUMER) in populateInit() 347 if (ref->kind() & B_BUFFER_CONSUMER) in updateIOJacks()
|
H A D | MediaRoutingView.cpp | 753 if (panel->ref->kind() & B_BUFFER_CONSUMER) in findFreePositionFor() 782 if (panel->ref->kind() & B_BUFFER_CONSUMER) in findFreePositionFor()
|
/haiku/headers/os/media/ |
H A D | MediaDefs.h | 83 B_BUFFER_CONSUMER = 0x2, enumerator
|
/haiku/src/kits/media/experimental/ |
H A D | MediaClientNode.cpp | 36 AddNodeKind(B_BUFFER_CONSUMER); in BMediaClientNode()
|