Searched refs:group (Results 276 - 300 of 304) sorted by last modified time

<<111213

/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h88 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.h142 const media_source & producer, /* here's a good place to request buffer group usage */
191 BBufferGroup* group);
326 // void ProcessGroup(BParameterGroup *group, int32 index, int32 &nbParameters);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h70 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h71 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp1256 BBufferGroup *group)
1263 if( group != NULL ) {
1265 fBufferGroup = group;
1457 // Create the buffer group
1255 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
H A DRadeonProducer.h78 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h77 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h71 virtual void AddParameters(BParameterGroup *group, int32 &index);
H A DCamSensor.h43 virtual void AddParameters(BParameterGroup *group, int32 &index);
H A DProducer.h73 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h83 virtual void AddParameters(BParameterGroup *group, int32 &index);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.h28 virtual void AddParameters(BParameterGroup *group,
52 void _AddProcessingParameter(BParameterGroup* group,
56 float _AddParameter(BParameterGroup* group,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp34 virtual void AddParameters(BParameterGroup *group, int32 &firstID);
181 TAS5130D1BSensor::AddParameters(BParameterGroup *group, int32 &index) argument
184 CamSensor::AddParameters(group, index);
188 BParameterGroup *g = group->MakeGroup("global gain");
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.h122 const media_source &producer, /* here's a good place to request buffer group usage */
174 /* In this function, you should either pass on the group to your upstream guy, */
175 /* or delete your current group and hang on to this group. Deleting the previous */
176 /* group (unless you passed it on with the reclaim flag set to false) is very */
178 /* to reclaim the buffers living in that group. */
181 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h64 BBufferGroup * group);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h95 BBufferGroup *group);
/haiku/src/add-ons/translators/hvif/
H A DHVIFTranslator.cpp121 outInfo->group = sInputFormats[0].group;
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp133 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp135 if (group()->GetClippingAbove(this, &clipping))
H A DDiagramItem.h99 DiagramItemGroup *group() const function in class:DiagramItem
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h41 // A new group is created with the following information:
45 // New nodes can be added to a group via NodeGroup methods. When a
46 // node is added to a group, it will automatically be assigned the
47 // group's time source. Unless the node has a run mode set, it will
48 // also be assigned the group's run mode. (If the group is in B_OFFLINE
50 // else.) If a node is added to a group whose transport is running, it
149 public: // *** default group names
290 // this ensures that the group set won't change. The methods do lock
291 // the group internall
[all...]
H A DNodeRef.h46 // no more 'group transport thread'.
187 // fetch the group, or 0 if the node is ungrouped.
188 NodeGroup* group() const;
459 // call to set a new group; if 0, the node must have no
462 NodeGroup* group);
519 // a member of this group.)
542 // play in sync with other nodes in the group, if the transport is
589 // owning (parent) group; may be 0 if node is not connected.
590 // A connected node always has a group, since groups allow transport
615 // group ru
[all...]
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterParams.h63 void populateGroup(BParameterGroup* group);
/haiku/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku/headers/build/os/storage/
H A DStatable.h33 status_t GetGroup(gid_t *group) const;
34 status_t SetGroup(gid_t group);

Completed in 201 milliseconds

<<111213