Searched refs:Recycle (Results 1 - 25 of 48) sorted by relevance

12

/haiku/src/servers/app/
H A DRegionPool.h25 void Recycle(BRegion* region);
H A DRegionPool.cpp88 RegionPool::Recycle(BRegion* region) function in class:RegionPool
92 fprintf(stderr, "RegionPool::Recycle() - "
H A DWindow.cpp457 fRegionPool.Recycle(dirty);
521 fRegionPool.Recycle(copyRegion);
531 fRegionPool.Recycle(allDirtyRegions);
546 fRegionPool.Recycle(newDirty);
788 fRegionPool.Recycle(dirtyContentRegion);
789 fRegionPool.Recycle(exposeContentRegion);
1092 fRegionPool.Recycle(dirty);
1765 fRegionPool.Recycle(common);
1835 fRegionPool.Recycle(dirtyBorderRegion);
1970 fRegionPool.Recycle(dirt
[all...]
/haiku/src/servers/app/font/
H A DFontCache.h29 void Recycle(FontCacheEntry* entry);
H A DGlyphLayoutEngine.h45 FontCache::Default()->Recycle(fCacheEntry);
175 FontCache::Default()->Recycle(fCacheEntry);
460 FontCache::Default()->Recycle(entry);
H A DFontCache.cpp97 // Recycle
99 FontCache::Recycle(FontCacheEntry* entry) function in class:FontCache
101 //printf("Recycle(%p)\n", entry);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DBufferMixer.cpp87 oldBuffer->Recycle();
100 oldBuffer->Recycle();
H A DVideoMixerNodeConsumer.cpp84 // buffer->Recycle();
91 buffer->Recycle();
98 buffer->Recycle();
104 buffer->Recycle();
/haiku/src/system/kernel/
H A DDPC.cpp48 fOwner->Recycle(this);
209 Recycle(functionCallback);
253 DPCQueue::Recycle(FunctionDPCCallback* callback) function in class:DPCQueue
/haiku/headers/os/media/
H A DBuffer.h48 void Recycle();
/haiku/headers/private/kernel/
H A DDPC.h74 void Recycle(FunctionDPCCallback* callback);
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp149 rawVideoFrame->Recycle();
239 buffer->Recycle();
244 buffer->Recycle();
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp279 buffer->Recycle();
286 buffer->Recycle();
293 buffer->Recycle();
299 buffer->Recycle();
475 buffer->Recycle();
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp149 buffer->Recycle();
555 buffer->Recycle();
597 fBufferMap[fLastBufferIndex]->Recycle();
615 buffer->Recycle();
627 fBufferMap[fLastBufferIndex]->Recycle();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp165 buffer->Recycle();
281 buffer->Recycle();
748 // buffer->Recycle();
756 buffer->Recycle();
766 buffer->Recycle();
773 buffer->Recycle();
1097 // earlier, we have to Recycle() that buffer *before* deleting the buffer
1432 buffer->Recycle();
1458 buffer->Recycle();
1465 buffer->Recycle();
[all...]
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp519 buffer->Recycle();
689 buffer->Recycle();
695 buffer->Recycle();
698 buffer->Recycle();
/haiku/src/kits/media/
H A DBuffer.cpp113 BBuffer::Recycle() function in class:BBuffer
/haiku/src/apps/tv/
H A DVideoNode.cpp127 buffer->Recycle();
381 buffer->Recycle();
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp100 buffer->Recycle();
347 buffer->Recycle();
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp478 buffer->Recycle();
489 buffer->Recycle();
530 outBuffer->Recycle();
535 buffer->Recycle();
1395 buf->Recycle();
1451 buffer->Recycle();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp346 buffer->Recycle();
354 buffer->Recycle();
361 buffer->Recycle();
370 buffer->Recycle();
374 buffer->Recycle();
636 // caching a BBuffer that we requested earlier, we have to Recycle() that buffer
949 buffer->Recycle();
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp257 buffer->Recycle();
620 buffer->Recycle();
623 buffer->Recycle();
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp392 buffer->Recycle();
404 if (err) buffer->Recycle();
633 buffer->Recycle();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1717 buf->Recycle();
1754 buf->Recycle();
1780 buf->Recycle();
1789 buf->Recycle();
1800 buf->Recycle();
1818 buf->Recycle();
1913 buf->Recycle();
1974 buf->Recycle();
2000 buf->Recycle();
2006 buf->Recycle();
[all...]
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp593 buf->Recycle();
609 buf->Recycle();

Completed in 640 milliseconds

12