Home
last modified time | relevance | path

Searched refs:wasCached (Results 1 – 9 of 9) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DProxyVideoSupplier.cpp41 bool& wasCached) in FillBuffer() argument
51 wasCached = true; in FillBuffer()
55 wasCached = false; in FillBuffer()
71 wasCached); in FillBuffer()
78 ret = fSupplier->ReadFrame(buffer, &performanceTime, format, wasCached); in FillBuffer()
H A DProxyVideoSupplier.h24 bool forceGeneration, bool& wasCached);
H A DVideoTrackSupplier.h27 bool& wasCached) = 0;
H A DImageTrackVideoSupplier.h30 bool& wasCached);
H A DMediaTrackVideoSupplier.h30 bool& wasCached);
H A DMediaTrackVideoSupplier.cpp88 const media_raw_video_format& format, bool& wasCached) in ReadFrame() argument
102 wasCached = true; in ReadFrame()
H A DImageTrackVideoSupplier.cpp89 const media_raw_video_format& format, bool& wasCached) in ReadFrame() argument
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoSupplier.h25 bool forceGeneration, bool& wasCached) = 0;
H A DVideoProducer.cpp760 bool wasCached = false; in _FrameGeneratorThread() local
763 wasCached); in _FrameGeneratorThread()
769 wasCached = true; in _FrameGeneratorThread()
779 wasCached = true; in _FrameGeneratorThread()
785 if (wasCached || ((err = SendBuffer(buffer, fOutput.source, in _FrameGeneratorThread()