Searched refs:fConsumerThis (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/media/
H A DMediaNode.cpp411 if (!fConsumerThis)
412 fConsumerThis = dynamic_cast<BBufferConsumer*>(this);
415 fConsumerThis);
417 if (fConsumerThis && fConsumerThis->BBufferConsumer::HandleMessage(
947 fConsumerThis = 0;
H A DBufferProducer.cpp101 if (fConsumerThis == NULL)
102 fConsumerThis = dynamic_cast<BBufferConsumer*>(this);
103 if (fConsumerThis == NULL)
107 if (fConsumerThis->GetLatencyFor(output.destination, &latency,
/haiku/headers/os/media/
H A DMediaNode.h321 BBufferConsumer* fConsumerThis; member in class:BMediaNode

Completed in 44 milliseconds