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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.h54 BLocker fSourceLock; member in class:AVFormatReader
H A DAVFormatReader.cpp173 BLocker* fSourceLock; member in class:StreamBase
198 fSourceLock(sourceLock),
490 BAutolock _(fSourceLock);
777 BAutolock _(stream->fSourceLock);
814 BAutolock _(stream->fSourceLock);
1362 BAutolock _(fSourceLock);
1364 fGhostStream = new(std::nothrow) StreamBase(fSource, fSourceLock,
1460 fSourceLock("source I/O lock")
1508 &fSourceLock);
1661 BAutolock _(fSourceLock);
[all...]

Completed in 91 milliseconds