Searched refs:group (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/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 DProducer.h73 BBufferGroup * group);
/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);
H A DVideoMixerNodeProducer.cpp125 BBufferGroup * group)
123 SetBufferGroup( const media_source & for_source, BBufferGroup * group) argument
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h64 BBufferGroup * group);
H A DProducer.cpp328 BBufferGroup *group)
330 TOUCH(for_source); TOUCH(group);
449 /* Create the buffer group */
694 /* Fetch a buffer from the buffer group */
748 * buffer group. */
327 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp135 if (group()->GetClippingAbove(this, &clipping))
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h391 BBufferGroup* group);
448 // create or discard buffer group if necessary
490 // buffer group for on-the-fly conversion [8sep99]
H A DAudioFilterNode.cpp612 // release buffer group
807 // initialize buffer group if necessary
1109 BBufferGroup* group) {
1122 // // +++++ is this right? buffer-group selection gets
1128 // group,
1134 m_bufferGroup = group;
1298 BParameterGroup* group = web->MakeGroup(groupName.String()); local
1299 m_parameterSet->populateGroup(group);
1350 // create or discard buffer group if necessary
1364 // no internal buffer group neede
1107 SetBufferGroup( const media_source& source, BBufferGroup* group) argument
[all...]
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp97 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/headers/private/kernel/
H A Dksignal.h225 status_t send_signal_to_process_group_locked(ProcessGroup* group,
/haiku/docs/develop/media/
H A DMediaFileProducer.h140 /* In this function, you should either pass on the group to your upstream guy, */
141 /* or delete your current group and hang on to this group. Deleting the previous */
142 /* group (unless you passed it on with the reclaim flag set to false) is very */
144 /* to reclaim the buffers living in that group. */
147 BBufferGroup * group) = 0;
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp426 const media_source & producer, /* here's a good place to request buffer group usage */
630 // Are we being passed the buffer group we're already using?
633 // Ahh, someone wants us to use a different buffer group. At this point we delete
634 // the one we are using and use the specified one instead. If the specified group is
637 // *before* deleting the buffer group, otherwise we'll deadlock waiting for that
642 // we were given a valid group; just use that one from now on
647 // we were passed a NULL group pointer; that means we construct
648 // our own buffer group to use from now on
759 // Set up the buffer group for our connection, as long as nobody handed us a
760 // buffer group (vi
1193 BParameterGroup *group = web->MakeGroup("Server"); local
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp216 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp510 kprintf("%p: group <%s, %s, %s {", state, state->Interface()->name,
691 /*! Delivers the provided \a buffer to all listeners of this multicast group.
913 ipv4_delta_group(IPv4GroupInterface* group, int option, argument
918 return group->Add();
920 return group->Drop();
922 return group->BlockSource(*sourceAddr);
924 return group->UnblockSource(*sourceAddr);
926 return group->AddSSM(*sourceAddr);
928 return group->DropSSM(*sourceAddr);
1855 // for this multicast group
[all...]
/haiku/src/build/libroot/
H A Dfs.cpp1363 // user is in owning group
1489 _haiku_build_fchown(int fd, uid_t owner, gid_t group) argument
1491 return _haiku_build_fchownat(fd, NULL, owner, group, AT_SYMLINK_NOFOLLOW);
1496 _haiku_build_fchownat(int fd, const char* path, uid_t owner, gid_t group, argument
1500 return fchownat(fd, path, owner, group, flag);
1504 st.st_gid = group;
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp875 // #pragma mark - owner/group
918 BString group; local
922 group << getenv("GROUP");
924 group << "0";
926 group << nodeGroup;
927 *outString = group.String();
/haiku/src/kits/translation/
H A DTranslationUtils.cpp962 info->group = format->group;
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp201 outInfo->group = B_TRANSLATOR_TEXT;
246 outInfo->group = B_TRANSLATOR_TEXT;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp281 MixerCore::SetOutputBufferGroup(BBufferGroup *group) argument
284 fBufferGroup = group;
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp322 BBufferGroup *group)
324 TOUCH(for_source); TOUCH(group);
480 /* Create the buffer group */
714 /* Fetch a buffer from the buffer group */
781 * buffer group. */
321 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp293 BBufferGroup *group)
298 TRACE("VideoProducer::SetBufferGroup() - using buffer group of "
300 fUsedBufferGroup = group;
430 // Create the buffer group
438 ERROR("Connect() - buffer group error: %s\n", strerror(err));
486 // Always delete the buffer group, even if it is not ours.
726 // Fetch a buffer from the buffer group
790 // return it to its buffer group.
292 SetBufferGroup(const media_source& forSource, BBufferGroup *group) argument
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.h150 spec->info.group = 0;
204 spec->info.group = 1;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h86 BBufferGroup * group);

Completed in 161 milliseconds

1234567891011>>