Searched refs:AllocateBuffers (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/kits/media/
H A DSoundPlayNode.cpp285 return AllocateBuffers();
445 AllocateBuffers();
793 SoundPlayNode::AllocateBuffers() function in class:BPrivate::SoundPlayNode
801 TRACE("SoundPlayNode::AllocateBuffers: latency = %" B_PRId64 ", buffer "
808 TRACE("SoundPlayNode::AllocateBuffers: creating group of %" B_PRId32
813 ERROR("SoundPlayNode::AllocateBuffers: BufferGroup::InitCheck() "
H A DSoundPlayNode.h131 status_t AllocateBuffers();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp215 status_t AllocateBuffers(bigtime_t bufferDuration, bigtime_t latency) function in class:OpenSoundNode::NodeOutput
217 TRACE("NodeOutput::AllocateBuffers(bufferDuration = %lld, "
1107 return channel->AllocateBuffers(BufferDuration(), fLatency);
1248 channel->AllocateBuffers(BufferDuration(), fLatency);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp764 AllocateBuffers(*channel);
H A DESDSinkNode.h315 void AllocateBuffers(node_output &channel);
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp487 if (!mBufferGroup) AllocateBuffers();
817 ToneProducer::AllocateBuffers() function in class:ToneProducer
819 FPRINTF(stderr, "ToneProducer::AllocateBuffers\n");
H A DToneProducer.h171 void AllocateBuffers();

Completed in 412 milliseconds