Searched refs:fUsedBufferGroup (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp51 fUsedBufferGroup(NULL),
300 fUsedBufferGroup = group;
431 if (fUsedBufferGroup == NULL) {
441 fUsedBufferGroup = fBufferGroup;
448 if (fUsedBufferGroup->CountBuffers(&bufferCount) == B_OK) {
488 delete fUsedBufferGroup;
489 if (fBufferGroup != fUsedBufferGroup)
491 fUsedBufferGroup = NULL;
727 fUsedBufferGroup->WaitForBuffers();
728 BBuffer* buffer = fUsedBufferGroup
[all...]
H A DVideoProducer.h115 BBufferGroup* fUsedBufferGroup; member in class:VideoProducer

Completed in 48 milliseconds