Searched refs:B_BUFFER_CONSUMER (Results 1 - 25 of 31) sorted by relevance

12

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerAddOn.cpp38 fInfo->kinds = B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER | B_CONTROLLABLE;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumerAddOn.cpp92 pInfo->kinds = B_BUFFER_CONSUMER | B_CONTROLLABLE;
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterAddOn.cpp95 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE;
/haiku/src/apps/cortex/addons/NullFilter/
H A DNullFilterAddOn.cpp130 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE;
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp106 && (m_nodeKind & B_BUFFER_CONSUMER));;
112 return (!(m_nodeKind & B_BUFFER_CONSUMER) &&
121 return ( (m_nodeKind & B_BUFFER_CONSUMER) &&
130 return ( (m_nodeKind & B_BUFFER_CONSUMER) &&
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerAddOn.cpp46 f_info->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE;
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerAddOn.cpp86 pInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE;
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.cpp28 fInfo.kinds = B_BUFFER_CONSUMER;
/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.cpp96 if(kinds & B_BUFFER_CONSUMER)
97 _write_simple(_KIND_ELEMENT, "B_BUFFER_CONSUMER", context);
121 else if(!strcmp(data, "B_BUFFER_CONSUMER"))
122 ioKind |= B_BUFFER_CONSUMER;
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVAddOn.cpp175 dev->flavor.kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriterAddOn.cpp134 B_BUFFER_CONSUMER,
H A DMediaWriter.cpp506 outInfo->kinds |= B_BUFFER_CONSUMER;
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp63 f_info->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER | B_CONTROLLABLE;
/haiku/src/kits/media/
H A DMediaAddOn.cpp154 if ((kinds & B_BUFFER_CONSUMER) != 0) {
171 "B_BUFFER_CONSUMER and clone.in_format_count is != 0\n");
312 if ((kinds & B_BUFFER_CONSUMER) != 0 && in_format_count > 0
H A DMediaRoster.cpp530 if (!(node.kind & B_BUFFER_CONSUMER)) {
532 "B_BUFFER_CONSUMER\n", node.node);
1054 if (!(destnode.kind & B_BUFFER_CONSUMER)) {
1056 "B_BUFFER_CONSUMER\n", destnode.node);
1268 if (!(destnode.kind & B_BUFFER_CONSUMER)) {
1270 " is not a B_BUFFER_CONSUMER\n", destination_nodeid);
1305 if (!(input.node.kind & B_BUFFER_CONSUMER)) {
1736 if ((node.kind & B_BUFFER_CONSUMER) == 0) {
1792 if (IS_INVALID_NODE(node) || (node.kind & B_BUFFER_CONSUMER) == 0)
1835 if (IS_INVALID_NODE(node) || (node.kind & B_BUFFER_CONSUMER)
[all...]
H A DSoundPlayer.cpp85 if ((toNode.kind & B_BUFFER_CONSUMER) == 0)
86 debugger("BSoundPlayer: toNode must have B_BUFFER_CONSUMER kind!\n");
H A DBufferConsumer.cpp96 AddNodeKind(B_BUFFER_CONSUMER);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.cpp311 outInfo->kinds = B_BUFFER_CONSUMER | B_BUFFER_PRODUCER;
/haiku/src/servers/media/
H A DDefaultManager.cpp470 : B_BUFFER_CONSUMER | B_PHYSICAL_OUTPUT);
609 B_BUFFER_PRODUCER | B_BUFFER_CONSUMER | B_SYSTEM_MIXER);
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp154 if (info->kinds & B_BUFFER_CONSUMER) printf(" B_BUFFER_CONSUMER");
626 if ((node.kind & B_BUFFER_CONSUMER) != 0) {
/haiku/src/apps/tv/
H A DController.cpp467 if (!(input.node.kind & B_BUFFER_CONSUMER)) {
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp310 if (ref->kind() & B_BUFFER_CONSUMER)
347 if (ref->kind() & B_BUFFER_CONSUMER)
H A DMediaRoutingView.cpp753 if (panel->ref->kind() & B_BUFFER_CONSUMER)
782 if (panel->ref->kind() & B_BUFFER_CONSUMER)
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp36 AddNodeKind(B_BUFFER_CONSUMER);
/haiku/headers/os/media/
H A DMediaDefs.h83 B_BUFFER_CONSUMER = 0x2, enumerator in enum:node_kind

Completed in 147 milliseconds

12