Home
last modified time | relevance | path

Searched refs:got_data (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggdec.h84 int got_data; ///< 1 if the stream got some data (non-initial packets), 0 otherwise member
Doggdec.c176 os->got_data = 0; in ogg_reset()
294 if (ogg->streams[i].got_data) in data_packets_seen()
459 os->got_data = !(flags & OGG_FLAG_BOS); in ogg_read_page()
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py225 self.got_data = {1: asyncio.Event(),
246 self.got_data[fd].set()
1775 self.loop.run_until_complete(proto.got_data[1].wait())
1796 self.loop.run_until_complete(proto.got_data[1].wait())
1797 proto.got_data[1].clear()
1801 self.loop.run_until_complete(proto.got_data[1].wait())
1967 self.loop.run_until_complete(proto.got_data[1].wait())
1973 self.loop.run_until_complete(proto.got_data[2].wait())