Lines Matching refs:Stream

167 	// I/O hooks for libavformat, cookie will be a Stream instance.
883 // #pragma mark - AVFormatReader::Stream
886 class AVFormatReader::Stream : public StreamBase {
888 Stream(BPositionIO* source,
890 virtual ~Stream();
925 AVFormatReader::Stream::Stream(BPositionIO* source, BLocker* streamLock)
938 AVFormatReader::Stream::~Stream()
945 AVFormatReader::Stream::Init(int32 virtualIndex)
947 TRACE("AVFormatReader::Stream::Init(%ld)\n", virtualIndex);
1219 AVFormatReader::Stream::GetMetaData(BMessage* data)
1230 AVFormatReader::Stream::GetStreamInfo(int64* frameCount,
1236 TRACE("AVFormatReader::Stream::GetStreamInfo(%ld)\n",
1301 AVFormatReader::Stream::FindKeyFrame(uint32 flags, int64* frame,
1309 TRACE_FIND("AVFormatReader::Stream::FindKeyFrame(%ld,%s%s%s%s, "
1402 AVFormatReader::Stream::Seek(uint32 flags, int64* frame, bigtime_t* time)
1502 Stream* stream = new(std::nothrow) Stream(source,
1505 ERROR("AVFormatReader::Sniff() - failed to allocate Stream\n");
1509 ObjectDeleter<Stream> streamDeleter(stream);
1526 fStreams = new(std::nothrow) Stream*[streamCount];
1532 memset(fStreams, 0, sizeof(Stream*) * streamCount);
1670 Stream* cookie = fStreams[streamIndex];
1679 cookie = new(std::nothrow) Stream(source, &fSourceLock);
1682 "Stream\n");
1715 Stream* cookie = reinterpret_cast<Stream*>(_cookie);
1736 Stream* cookie = reinterpret_cast<Stream*>(_cookie);
1745 Stream* cookie = reinterpret_cast<Stream*>(_cookie);
1754 Stream* cookie = reinterpret_cast<Stream*>(_cookie);
1763 Stream* cookie = reinterpret_cast<Stream*>(_cookie);
1772 Stream* cookie = reinterpret_cast<Stream*>(_cookie);